-
-
Notifications
You must be signed in to change notification settings - Fork 382
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 #954
Comments
It also should not be too hard to incorporate the mutt_oauth2.py script directly into mw |
Is this still not possible ? Cause without oauth there seems to be no point in using neomutt |
As to your question if mutt-wizard does this for you: NO! But you can always do it yourself. If you have access to your client secret on Azure it shouldn't be a problem. Just follow the mutt_oauth2.py or similar configuration instructions. If you don't have access to the client secret (which is the case with many corporate or university microsoft accounts) you will have to set up a davmail server on a vps or similar. This is fairly straight forward, just needs a bit more effort. See thread #601 for more details. In the last comment I describe my setup. Works flawlessly for me. |
Okay got it, will try to replicate your setup |
Recently, I got blocked from sending emails from my main email account (I can receive the emails just fine at least):
I updated the application password and sent an email to test, it worked, but then the next day my account turns out to be blocked again (I did it twice). I have another email address and I can send emails from that without a problem (both are hotmail). I wonder if it's Microsoft slowly implementing the OAuth2 and I'm one of the lucky ones whose account got surprised by it. Do you think that's the case? |
Hi, as my university microsoft mail transfered to OAUTH2 without option to fallback, I modified my client config.
I enclose a pull request to support OAUTH2 mail solutions which should work with Microsoft and Google.
An example on how to create the token file is in manpage and requires
ClientID
andClientSecret
app registration.My university does not support custom app registration so I used Mozilla Thunderbird's credentials ones here. Code to generate the token with microsoft:
The text was updated successfully, but these errors were encountered: