-
-
Notifications
You must be signed in to change notification settings - Fork 64
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
Add OAuth support #197
Comments
Send a patch 👍 |
@Ocramius yes that´s what I am currently planning. |
@Ocramius Just provided a pull request. |
Keeping this open until feature actually landed |
Closing as |
#199 has been correctly rejected as contributor is not going to fulfil this library requirements, but OAuth support needs to land here eventually, both in IMAP/POP and SMTP protocols OAuth2 has no specific binding to Microsoft, it's just the first major email provider to ban other auth mechanisms: I say let's reopen this issue and wait for a proper implementation |
Works for me 👍 |
@Slamdunk Your comment "OAuth2 has no specific binding to Microsoft" is not completely true. The POP3 XOAUTH procedure is done differently by Micrsoft than by Google. With Microsoft it is a 2 step process requiring first a "AUTH XOAUTH2" request beeing sent and afterwards a separate request providing the XOAUT2 string. Google does that in one request |
I have no idea how to implement this but I will need OAuth SMTP Support für Laminas\Mail some day. So I just subscribed to see how its going. |
#227 Resolves Oauth for SMTP |
Microsoft Office365 / Exchange Online will finally turn off current BasicAuth standard authentication for POP3 on 2022/10/01. From then on only XOAUTH2 is supported for POP3. Also Microsoft is already switching "Basic Auth" off for certain exchange online instances.
It would be great if Laminas Mail could support POP with XOAUTH2
The text was updated successfully, but these errors were encountered: