1

Do you know whether is possible to use/call google API from a gmail contextual gadget? What I want to do is to add a button at the bottom of the email which will be used to backup the email (on my own server) with all the attachments.

Goranov
  • 355
  • 1
  • 3
  • 10

1 Answers1

0

You can check this documentation about Gadgets. Based from this SO thread, you will have to create and inject the button programmatically. However, this will involve quite a bit of scouring the Gmail source code. Here are the Gadget features supported in Gmail.

Another workaround to backup the email with attachments is to create Chrome Extension. Here is an example.

Community
  • 1
  • 1
abielita
  • 13,147
  • 2
  • 17
  • 59