Get list of Unread emails from Gmail with Mechanize and Hpricot
Wednesday, September 17th, 2008This code section will show you how to use mechanize and hpricot to login to gmail and return a list of Unread emails.
Installation of required tools
gem install mechanize --include-dependencies
