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
There is actually no easy way to set the timeout for the first socket connection.
We could just use the resp_timeout attribute of the IMAP4 class. Otherwise we could add another parameter to __init__.
The text was updated successfully, but these errors were encountered:
See #42
There is actually no easy way to set the timeout for the first socket connection.
We could just use the resp_timeout attribute of the
IMAP4
class. Otherwise we could add another parameter to__init__
.The text was updated successfully, but these errors were encountered: