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
EndLess loop
This is the line when imap server refused a connection make endless loop.
If you set timeout for this class. Why not use while time.now - time.begin < timeout instead while True.
The text was updated successfully, but these errors were encountered:
@mr2uang Sorry to reply so lately but I don't have enough time to work on all subjects. I don't understand how you can get stuck into this loop if the server refuses the connection... Do you have any explicit trace I could analyze please?
EndLess loop
This is the line when imap server refused a connection make endless loop.
If you set timeout for this class. Why not use
while time.now - time.begin < timeout
insteadwhile True
.The text was updated successfully, but these errors were encountered: