-
Notifications
You must be signed in to change notification settings - Fork 55
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
OAuth2 support #28
Comments
@wouter-swierstra just in case you're not aware of this already, there is a way to use mutt with Microsoft/Office365 accounts. You download a script and follow the instructions in the README:
I did not have success connecting it to a company account but have heard of people where this method works for their personal account. (If anyone successfully connects to a company/AzureAD Office365 account with it, please ping me.) |
@moertel Yes -- I saw that the mutt developers have been adding support for this - which is great news! I haven't upgraded my mutt client to the latest version, so I haven't looked into this yet. I have managed to set up the Azure developer permissions, which have let me login, send and receive email using a Python script. Once a newer mutt version lands in Ubuntu, I'm hopeful things should work. |
I have had the same problem. I think one needs to register an app to get a client id. But my organizations o365 admin has disabled this registering. Also I have always been getting an error while using the IMAP with mutt 'BAD User is authenticated but not connected.' I have tried everything but nothing works. Would love to use mutt again |
@moertel For @vamsikrishnav 's issue, you can follow the instructions in
|
@jloqfjgk |
I tried following those instructions, but the first problem I am having is that TOKEN_FILE they mention. I am assuming I need to obtain that before running the oauth2 script, correct? How do I go about that? Thank you! |
The It's an output file, not an input one. |
I was wondering if anyone has had any luck configuring mutt and office365 to use two factor authentication (and OAuth2 in particular). I've seen a few Python scripts that can be used to get/store OAuth2 tokens to access gmail using mutt -- but nothing similar for office 365.
PS - Thanks for putting this online! It's very useful indeed.
The text was updated successfully, but these errors were encountered: