Is there any way to get mail attachments using gmail Contextual Gadget. With extractors it is not possible to read mail attachments.
Asked
Active
Viewed 674 times
5
-
Have you looked at the "related" column which contains a question with almost identical wording? [Accessing attachments using gmail contextual gadgets](http://stackoverflow.com/q/3296329) – Pekka Jun 15 '13 at 17:47
-
@Pekka웃 yup.. those items didn't help. :( – Harish Ambady Jun 15 '13 at 17:49
1 Answers
1
contextual gadgets limitations:
- An extractor can return a maximum of 1,000 characters in each of its output fields.
Extractors can not read email attachments.
source: https://developers.google.com/gmail/contextual_gadgets
Alternatively you can use IMAP or POP functions http://us1.php.net/imap Or get inspired by reading this post Downloading attachments to directory with IMAP in PHP, randomly works
-
If its not possible, then how this gadget fetch attachments from mail: http://get.podio.com/Podio-for-Google-Apps – Harish Ambady Nov 02 '13 at 06:00