I’ve been using Oauth for G-mail to get the emails, it’s going perfectly until I faced a problem that after following the Goggle playground for Oauth
the last response contained the emails as I want except than that I want the Full content of the email, not only the summery …
what I’m missing …?
I’ve been using Oauth for G-mail to get the emails, it’s going perfectly until
Share
The example flow there is for using an unread messages feed with an aggregator/RSS-reader software. Google has decided to only include the summary and a URL to view the message on the Gmail website there.
If you want download the message contents you have to fetch them using IMAP. Google also supports IMAP using OAuth authentication.