>  so, libgmail now has an IMAP interface ? I didn't notice, in what
>  version did that happen ?

Sorry, I misspoke:

Google has now made IMAP access to *gmail* available.
So you can basically do 95% of what you want to do with Python's
imaplib instead of libgmail, which is probably what I would recommend
for the time being.

The only downside is that if you're somewhere firewalled that only
lets through port 80, you'll need to set up proxies or something --
and the IMAP interface to Gmail doesn't expose the contact list. (That
said, we didn't do a great job of this either)

- Waseem



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to