GMail::IMAPD

GMail::IMAPD is an IMAP4 gateway to Google's webmail service.
Download

GMail::IMAPD Ranking & Summary

Advertisement

  • Rating:
  • License:
  • Perl Artistic License
  • Price:
  • FREE
  • Publisher Name:
  • Kurt Schellpeper
  • Publisher web site:
  • http://search.cpan.org/~krs/GMail-IMAPD-0.93/lib/GMail/IMAPD.pm

GMail::IMAPD Tags


GMail::IMAPD Description

GMail::IMAPD is an IMAP4 gateway to Google's webmail service. GMail::IMAPD is an IMAP4 gateway to Google's webmail service.SYNOPSIS # Start an IMAP-to-Gmail daemon on port 1143 use GMail::IMAPD; my $daemon=GMail::IMAPD->new(LocalPort=>1143, LogFile=>'gmail_imapd.log', Debug=>1); $daemon->run(); # Or if you prefer to use your own server socket, # you can do something like: my $i2g=GMail::IMAPD->new(LogFile=>'imapd.log'); for(;;){ my $s=someserver(); $i2g->procimap($s); }This module allows users to access their Gmail account with an IMAP client by running a server which accepts IMAP connections. Requirements: · Perl


GMail::IMAPD Related Software