Hi
We have 3 email configured on our osTicket.
All of them are on Microsoft365 and work whitout issue.
Today, one of them doesn't work
I got email :
Excessive errors processing emails for ssl://outlook.office365.com:995/POP (Payable payable@domain.ca).
Please manually check the Fetch Folder () [1/30 - 0/1]
In the log, I see the same error
I have modified file "include/class.mailfetch.php", function processEmails() to add error message
I also the file "include/laminas-mail/src/Pop3.php, function readResponse( to add the status code
The email I received are now :
Excessive errors processing emails for ssl://outlook.office365.com:995/POP (Payable payable@domain.ca).
Please manually check the Fetch Folder () [1/30 - 0/1]({a}[last request failed (status:-ERR)(-ERR Server Unavailable. 21)])
I have double checked configuration of all e-mails, remote mailbox and OAuth2 configuration.
I also deleted OAuth2 token and osTicket got a new token.
osticket 1.17.3 with PHP 8.2.21 on IIS
I have restarted IIS service and the Windows, the error persist.
I have disabled mail fetch for all email except the one that doesn't work, same error.
What can I do now ?
Thank you