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
imap timeout ist not working if ssl is used in the connection.
In case you dont use used ssl then after 10s it will be aborted by timeout but its not working with ssl.
It seems to me that ext/imap does the right thing, by calling
mail_parameters() to set the respective timeouts, and by calling
mail_open() to open the IMAP stream. If the timeout is not heeded
for some kinds of connections, that would appear to be a bug in
libc-client, but not in PHP.
PHP Version
PHP 8..15
Operating System
Debian 12.8
The text was updated successfully, but these errors were encountered:
No feedback was provided. The issue is being suspended because we assume that you are no longer experiencing the problem. If this is not the case and you are able to provide the information that was requested earlier, please do so. Thank you.
Description
imap timeout ist not working if ssl is used in the connection.
In case you dont use used ssl then after 10s it will be aborted by timeout but its not working with ssl.
Resulted in this output:
But I expected this output instead:
New Github isse from old bugreport: https://bugs.php.net/bug.php?id=61846
There was a note from [email protected] but nothing else happens.
PHP Version
PHP 8..15
Operating System
Debian 12.8
The text was updated successfully, but these errors were encountered: