joestump / python-oauth2

A fully tested, abstract interface to creating OAuth clients and servers.
MIT License
2.99k stars 912 forks source link

Use imaplib2 instead of imaplib #60

Open Acorn-zz opened 13 years ago

Acorn-zz commented 13 years ago

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?

jaitaiwan commented 9 years ago

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

joestump commented 9 years ago

@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.

jaitaiwan commented 9 years ago

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