How to check GMail RSS/Atom feed

September 17, 2007 · Posted in java 

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.

Comments

One Response to “How to check GMail RSS/Atom feed”

  1. Gaurav Jain on November 7th, 2007 12:38 AM

    nice little code..
    i am just starting with ROME and needed some jumpstart

    thanks, gaurav

Leave a Reply