If I call poplib in a loop to create an instance, listen to connect, do a login, call list and retrieve messages and quit after that, it works in 99% of the cases.
But sometimes the new operator seems to get stuck and does not even show "connect" event in debug output. It takes about 20 to 30 seconds, and after that - without any error message - the flow continues normally.
If I call poplib in a loop to create an instance, listen to connect, do a login, call list and retrieve messages and quit after that, it works in 99% of the cases.
But sometimes the new operator seems to get stuck and does not even show "connect" event in debug output. It takes about 20 to 30 seconds, and after that - without any error message - the flow continues normally.
Have you experienced something like that?