acme (email not shown publicly)
http://www.astray.com/
Leon Brocard (aka acme) is an orange-loving Perl eurohacker with many varied contributions to the Perl community, including the GraphViz module on the CPAN. YAPC::Europe was all his fault. He is still looking for a Perl Monger group he can start which begins with the letter 'D'.
why a new module? why not Mail-Webmail-Gmail-1.09? (Score:1)
http://search.cpan.org/~mincus/Mail-Webmail-Gmail-1.09/ [cpan.org]
SAMPLE USAGE
my ( $gmail ) = Mail::Webmail::Gmail->new(
username => 'username', password => 'password', );
### Test Sending Message ####
my $msgid = $gmail->send_message( to => 'testuser@test.com', subject => time(), msgbody => 'Test' );
Re:why a new module? why not Mail-Webmail-Gmail-1. (Score:2)
Re: (Score:1)
Maybe the authors of the two modules could put their heads together and improve each other's code? I think for most of GMail, you might need a screen scraper, and sending mail over SSL would be nice.