secit-pl / imap-bundle

Simple php-imap integration for Symfony
MIT License
69 stars 19 forks source link

oAuth authentication support #28

Closed pbories closed 1 year ago

pbories commented 2 years ago

Hello @secit-pl,

I installed imap-bundle on my Symfony 5.4 project, but cannot authenticate on Office 365 to retrieve emails with IMAP.

The reason is probably the deprecation of basic authentication by Microsoft : https://learn.microsoft.com/en-us/exchange/clients-and-mobile-in-exchange-online/deprecation-of-basic-authentication-exchange-online?source=recommendations

Is there a way to use an oAuth access token to authenticate ? If not, is it going to be supported in the future ?

Thanks you !

Chris53897 commented 2 years ago

You probably want to add your issue here https://github.com/barbushin/php-imap And close this one.

This repo is just a wrapper for php-imap

secit-pl commented 1 year ago

That's right. Closing.