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).