The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

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

SYNOPSIS

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

DESCRIPTION

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

AUTHOR

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

COPYRIGHT AND LICENSE

Copyright (C) 2004 by Erik F. Kastner

This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself, either Perl version 5.8.3 or, at your option, any later version of Perl 5 you may have available.