Questions tagged [gmail-contextual-gadgets]

A Gmail contextual gadget is a gadget that is triggered by clues in Gmail, such as the contents of Subject lines and email messages. For example, Gmail already provides a YouTube contextual gadget. If the body of an email contains a link to a YouTube video, a clickable thumbnail view of the video appears at the bottom of the email.

A Gmail contextual gadget is a gadget that is triggered by clues in Gmail, such as the contents of Subject lines and email messages. For example, Gmail already provides a YouTube contextual gadget. If the body of an email contains a link to a YouTube video, a clickable thumbnail view of the video appears at the bottom of the email.

References

See the main documentation at google.

153 questions
0
votes
1 answer

Is there any email clients which strip our email headers?

I wanted to know if there's any email clients (e.g. Outlook, etc.) which strip out custom email headers e.g. X-Tallyfy-Y-Z : value The reason is that I'm adding headers to email so that plugins for Gmail and Outlook can take a certain action if…
0
votes
0 answers

Contextual gadgets are not loading on sender account in Gmail

We are trying to test contextual gadget Hello World as given on https://developers.google.com/gmail/contextual_gadgets. But we are facing problem in loading gadget. We have loaded gadget in gmail before 4 days and after that it is deleted now.…
dipanshu
  • 197
  • 2
  • 6
  • 16
0
votes
0 answers

Gmail contextual gadget Publish and install but not show in Gmail

I'm trying to build a gmail contextual gadget. I am testes in on my domain it working fine on domain but whenever I am install from market place link it show it install but not show in inbox please any one help me This is my gadget XML
Anil Ugale
  • 1,143
  • 2
  • 9
  • 23
0
votes
1 answer

Gmail Contextual Gadget API: Is there a way to access the RFC 822 Message ID?

is there a way to access the RFC 822 Message ID from within a Contextual Gadget? According to https://developers.google.com/gmail/contextual_gadgets?hl=de#supported_scopes only the Google Message ID can be accessed. However, I don't understand this…
user3022234
  • 41
  • 1
  • 3
0
votes
2 answers

Apps Script or Contextual Gadget to add UI to Gmail

I have problem! I try to create a script that will add UI elements to Gmail. I have 2 scenarios: 1.) add ui button with image to bottom of new message dialog: new message 2.) add ui button with image to bottom of contact popover: g+ contact And my…
mits
  • 51
  • 2
  • 8
0
votes
2 answers

Loading javascript or css files from external URL giving Warning insecure content

i am developing a gmail contextual gadget in this gadget there are some images.can any one please tell how to load images in contextual gadget.for example i am hosting my Method spec at http://cloudfactor9.appspot.com/first_app3.xml and there are…
0
votes
1 answer

accessing mail and its content using php

I have been working onseting upa application where one can login and set up his mail so that hecan send mail using that website application. I am able to get the mail conetnt using imap but the mail format that i am getting is as below…
0
votes
1 answer

Google gmail contextual gadget - Adding custom extractor with external strings list

How can I write a custom extractor which using external strings list? I want to add the contextual gadget only for dynamic limited email addresses list.
weizenberg
  • 302
  • 2
  • 13
0
votes
1 answer

Can't get Gmail Contextual Gadget to Load

Help! I have looked at this over and over and it just wont load. I should see it show on every email but nothing. What did I miss?
James Ferreira
  • 316
  • 1
  • 2
  • 11
0
votes
1 answer

Is there a limit on the number of characters that you can save from a gmail contextual gadget to an external database?

I am in the process of writing a gmail contextual gadget that hooks into gmail to connect it with an external application. I have hit a problem: if the incoming email seems to exceed about 1000 characters, then I seem unable to save a full copy of…
0
votes
1 answer

Testing Google Contextual Gadget

It is possible to test my google contextual gadget without being the Domain Administrator? Thanks in advance.
Gonzalo Gallotti
  • 2,413
  • 3
  • 23
  • 28
0
votes
1 answer

Procedure to Create a Gmail Gadget

I am trying to create a Contextual gadgets for my domain app's emails. Searched a lot for the procedures and followed the document published by Google. Following steps are completed: Created manifest for the gadget. Created gadget XML and uploaded…
IvenMS
  • 525
  • 5
  • 19
0
votes
2 answers

Gmail Contextual Gadget, Cannot Get jQueryUI Buttons To Show

Have got a problem getting jQueryUI working / initialising a basic button inside of the CDATA part of a Gmail Contetual Gadget Spec file. Here is the the first part of the CDATA section of the spec file. The problem is that while the alert() runs,…
Stu Andrews
  • 867
  • 7
  • 13
0
votes
1 answer

Add textbox gmail - Browser Extension

Is there a JS framework or library to add text/check box to gmail UI? Please note that the data contained there will be sent through AJAX - JSON object to a particular server. Idea is to make a Chrome extension with this functionality. Something…
jacktrades
  • 7,224
  • 13
  • 56
  • 83
-1
votes
1 answer

Gmail: write add-on to send PDF of the whole thread

I am trying to switch an office from Outlook to Gmail. One of the features they are missing is the ability to drag an email conversation and send it as an attachment. They way Outlook does, is by using their proprietary EML format. When an Outlook…
Merc
  • 16,277
  • 18
  • 79
  • 122
1 2 3
10
11