You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I appreciate this request is over a year old but it realistically isn't going to happen without using a different IMAP library. PHP does not natively support OAuth in it's (abandoned) IMAP library. According to this RFC, it was last updated in 2007 and PHP has now unbundled the imap library. It is liable to break at any point in the future.
We initially tried to work around this by moving to the Webklex IMAP library - this was a bit of a disaster for various reasons and we had to roll it back. I may have a look at zetacomponents/mail instead.
I would like this feature, but I think the guidance for now will just be to use an oauth2 proxy or forward mail to some incredibly lightweight mail server on the ITFlow machine.
Currently the email-to-ticket parser uses basic authentication when connecting to the mail server via IMAP.
We have had many requests to add support for Microsoft 365 Modern Auth / oAuth to allow this feature to be natively used with M365 / Exchange Online.
The text was updated successfully, but these errors were encountered: