Revision history for Perl extension WWW::Scraper::Gmail. 0.01 Fri Jun 25 11:40:07 2004 - original version; created by h2xs 1.23 with options -AX -n WWW::Scraper::Gmail - Just connects to gmail over https then reads a sekret url for inbox information parses it out, and prints it. 0.02 Tue, 29 Jun 2004 11:27:52 -0400 - Added countMail() function to get a number of msgs in inbox 0.03 Tue, 29 Jun 2004 11:27:52 -0400 - Put cookie info in a "pid" file so that it can forego the login stuff each time 0.04 Sun, 25 Jul 2004 04:12:14 -0400 - Added setPrefs for changing your GMail preferences. call like this WWW::Scraper::Gmail::setPrefs( { Signature => "You new signature here", MaxPer => 100 } ); both are optional, the max per's valid numbers are 25, 50, 100 (messages per page). 0.05 Mon, 26 Jul 2004 00:00:00 -400 - Nothing 0.06 Tue, 27 Jul 2004 12:58:25 -0400 - Fixed encoding problems with setting the Signature - using HTML::Entities for now. 0.07 Wed, 11 Aug 2004 16:43:37 -0400 - Google changed their whole login procedure... I hope this contines to work now 0.08 Wed, 11 Aug 2004 16:43:37 -0400 - Small fix for From... 0.09 Fri, 13 Aug 2004 11:45:52 -0400 - Added back in the GMAIL_AT