Download oauth2 1.5.211
Gmail supports OAuth over IMAP and SMTP via a standard they call XOAUTH.
Developer : Joe Stump
Size : 0.02Mb
OS : Linux
Requirements : · Python· nose· Coverage
License : Freeware
Click here to download
Gmail supports OAuth over IMAP and SMTP via a standard they call XOAUTH. This allows you to authenticate against Gmail's IMAP and SMTP servers using an OAuth token and secret. It also has the added benefit of allowing you to use vanilla SMTP and IMAP libraries. The python-oauth2 package provides both IMAP and SMTP libraries that implement XOAUTH and wrap imaplib.IMAP4_SSL and smtplib.SMTP. This allows you to connect to Gmail with OAuth credentials using standard Python libraries.