Skip to content

Latest commit

 

History

History
25 lines (19 loc) · 1.25 KB

README.textile

File metadata and controls

25 lines (19 loc) · 1.25 KB

saslxoauth – an very duty SASL XOAuth plugin

A very simple Cyrus SASL2 client side plugin
for XOAuth that works with Mutt to login into
Gmail IMAP.

Installation/setup

# The last oauth_token output of xoauth.py
token = 4/8Um6T29C3ehUXnqqQYzqAqzsAKRK
# The last oauth_token_secret output of xoauth.py
token_secret = Eq2DySVk63bJegXlgW8ZfrQZ
  • Configure mutt to use XOAUTH as the SASL auth mechanism. E.g., in your ~/.muttrc:
set imap_authenticators="XOAUTH"
set smtp_authenticators="XOAUTH"