WWW::Scraper::Gmail - Perl extension for loging in and reading Gmail Mailbox information.


WWW-Scraper-Gmail documentation  | view source Contained in the WWW-Scraper-Gmail distribution.

Index


NAME

Top

WWW::Scraper::Gmail - Perl extension for loging in and reading Gmail Mailbox information.

SYNOPSIS

Top

  use WWW::Scraper::Gmail;
  A simple scraper for gmail.

DESCRIPTION

Top

Logs into email through https, does some stuff and gets back a list of inbox items. Uses ~/.gmailrc for now for username and password. The format is as follows [gmail] username=<username> password=<password>

you'd do well to chmod it 700. Doesn't do error checking for log in problems.

EXPORT

None by default.

SEE ALSO

Top

AUTHOR

Top

Erik F. Kastner, <lt>kastner@gmail.com<gt>

COPYRIGHT AND LICENSE

Top


WWW-Scraper-Gmail documentation  | view source Contained in the WWW-Scraper-Gmail distribution.