Open Acorn-zz opened 13 years ago
@joestump not sure why we even have IMAP stuff in this lib...
@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.
Didn't even know that existed. Milestone it maybe?
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?