Dear all,
Please stop using libgmail. Given that Google now supports IMAP and SMTP access to Gmail/Google Apps, it's much easier to use those. In Python, you can do this using the built-in libraries "imaplib" and "smtplib".
This is desirable for several reasons: first and foremost, these protocols are well-specified and won't change at a moment's notice. Which means...
2009-07-04 19:55:03 UTC in libgmail