-
-
Notifications
You must be signed in to change notification settings - Fork 3
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
Office 365 requires 'modern authentication' using OAUTH2 #10
Comments
Someone else working on this on Stack Overflow, too: https://stackoverflow.com/a/60773366 |
Possibly we could use an 'App Password'? https://stackoverflow.com/a/73908966 |
We might just try doing email forwarding to another account where we can turn on 2FA and set up an App Password. |
Meh, that was not a fun experience, and App Password doesn't seem to allow 'basic auth' with it and IMAP, I kept getting So I'm back to working on using the But ran into this problem tonight: My daughter's school took over my personal Microsoft account. |
See: https://www.example-code.com/python/office365_imap_oauth_authentication.asp
The code I'm currently using deals with normal IMAP authentication (username + password). Microsoft is now requiring OAUTH2 tokens to authenticate to their servers.
The text was updated successfully, but these errors were encountered: