How to check GMail RSS/Atom feed

September 17, 2007 · Posted in java · 1 Comment 

Google provides a feed url to check your new mail(s) in your inbox. The url is https://gmail.google.com/gmail/feed/atom.

You would need to authenticate first with your gmail username and password and it will list the unread email(s).

I was reading about Rome and thought to write a small program utilizing its features to read my gmail feed. Attached is the java program to read the gmail feed.

Let me know if you have any comments.