-
-
Notifications
You must be signed in to change notification settings - Fork 152
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
TAG2 LOGOUT on Microsoft Exchange #213
Comments
Hi @freescout-helpdesk , Best regards, |
Is it possible to set IMAP connection timeout? |
Nevermind. Not a big problem. |
Hi @freescout-helpdesk , /** @var \Webklex\PHPIMAP\Client $client */
$client->setTimeout(60);
$client->connect(); This would set the timeout to 60 seconds. Best regards, |
When connecting via oAuth to Microsoft Exchange Server from time to time we get the following:
When it happens it waits around 30 seconds on
TAG1 AUTHENTICATE XOAUTH2
command.And after some time it's possible to connect again with the same Access Token...
It's strange that
TAG2 LOGOUT
is called beforeOK AUTHENTICATE completed
The text was updated successfully, but these errors were encountered: