Accessing GMail "View as HTML" content programatically?

Posted by Amethi on Stack Overflow See other posts from Stack Overflow or by Amethi
Published on 2010-04-16T22:55:03Z Indexed on 2010/04/16 23:03 UTC
Read the original article Hit count: 240

Filed under:
|
|

I love the "View as HTML" option in GMail when viewing attachments. I would love to be able to use this feature programatically, i.e. check a GMail inbox, read emails, if there are attachments, get the html view and use that content.

I'm looking to do this in C Sharp (on a Mac, can't find the hash symbol). Does anyone know if this is possible or if there's another solution to easily get content from a GMail account, regardless of what format it's in? I.E html, pdf, Word doc, etc.

The GMail Inbox Feed api isn't good enough and before I start trying to build an IMAP solution that pulls in PDF/Word doc converters, I thought it'd be good to ask here.

© Stack Overflow or respective owner

Related posts about gmail

Related posts about .NET