libgmail 0.1.5.1 review

Download
by rbytes.net on

libgmail project is a pure Python binding to provide access to Google's Gmail web-mail service. Please note: Always download and t

License: GPL (GNU General Public License)
File size: 0K
Developer: Stas Z
0 stars award from rbytes.net

libgmail project is a pure Python binding to provide access to Google's Gmail web-mail service.

Please note: Always download and test the CVS version of libgmail if you are having problems. The most recent packaged version no longer works correctly. The current development status means critical errors caused by changes at Gmail will be corrected as soon as possible in CVS, if the author is notified about the issue.

Archive Gmail messages to mbox format

The library currently ships with one demonstration utility to archive messages from an Gmail account into mbox files, suitable for importing into a local email client.

Use your Gmail account as a SMTP server

The library now includes a demonstration utility gmailsmtp.py that sets up a SMTP proxy on port 8025 of your computer to enable you to use a standard mail client (e.g. Mozilla, Mail.app) to send messages. (Attachments are now supported.)

Use your Gmail account as a POP server

The library now includes a demonstration utility gmailpopd.py that sets up a POP3 proxy on port 8110 of your computer to enable you to use a standard mail client (e.g. Mozilla, Mail.app) to retrieve messages.

Use your Gmail account as a FTP server!

The included demonstration gmailftpd.py sets up a download-only FTP proxy on port 8021 of your computer to enable you to use a standard ftp client to retrieve message attachments that have the label 'ftp'.

What's New in This Release:
Minor bugfix -- before, if you logged in with an incorrect password, the program would exit poorly instead of throwing the appropriate exception.

libgmail 0.1.5.1 keywords