python-oauth2 icon indicating copy to clipboard operation
python-oauth2 copied to clipboard

Use imaplib2 instead of imaplib

Open Acorn-zz opened this issue 14 years ago • 3 comments
trafficstars

imaplib2 adds IDLE functionality, and is built on and includes all the functionality of imaplib.

The module is hosted by the author here: http://www.janeelix.com/piers/python/

It could be included as an optional dependency and imported with a try except?

Acorn-zz avatar Mar 13 '11 19:03 Acorn-zz

@joestump not sure why we even have IMAP stuff in this lib...

jaitaiwan avatar Jul 29 '15 12:07 jaitaiwan

@jaitaiwan I actually wrote this library because I was accessing IMAP and SMTP over OAuth in Gmail. We should look into this, particularly if it's drop-in.

joestump avatar Jul 29 '15 16:07 joestump

Didn't even know that existed. Milestone it maybe?

jaitaiwan avatar Jul 29 '15 22:07 jaitaiwan