Gmail feed retrieve email text

441 Views Asked by At

Is it possible to retrieve complete email messages/ not just summary from the gmail feed? Is there a way to change the feed?

I tried parsing a feed and only got this:

<feed xmlns="http://purl.org/atom/ns#" version="0.3">
<title>Gmail - Inbox for [email protected]</title>
<tagline>New messages in your Gmail Inbox</tagline>
<fullcount>126</fullcount>
<link rel="alternate" href="http://mail.google.com/mail/u/0" type="text/html"/>
<modified>2014-01-04T01:26:09Z</modified>
<entry>
<title>Cyrille</title>
<summary>SUP!</summary>
<link rel="alternate" href="http://mail.google.com/mail/u/[email protected]&message_id=xxx&view=conv&extsrc=atom" type="text/html"/>
<modified>2014-01-04T00:05:09Z</modified>
<issued>2014-01-04T00:05:09Z</issued>
<id>tag:gmail.google.com,2004:xxx</id>
<author>
<name>Vlad Otrocol</name>
<email>[email protected]</email>
</author>
</entry>
1

There are 1 best solutions below

5
On

What about using a gmail filter to forward mail based on a rule to the inbound app engine mail receiver?