-
Notifications
You must be signed in to change notification settings - Fork 84
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
Program hanging when trying to connect to gmail. #219
Comments
Huh, that's very weird indeed! I would recommend enabling the |
I enabled the debug flag for the session (i think thats where you meant), and when it hangs, it still doesn't output anything, but when it does succeed, it prints out the debug of any commands that are sent once the connection is made. I can also confirm that the error occurs in the imap_login function. |
Whoops, imap_login was my code, imap::connect was where it appears to be hanging |
That's very suspicious. I think you might have to open up Wireshark or something like it to see what packets are being sent and where the delay actually comes from. We don't really do anything very magical in |
|
My program will often hang at client.login when connecting to gmail. I have tested this with multiple gmail accounts. I haven't had a chance to test this with any other imap servers to see if there's a difference. This doesn't happen all the time, but it does happen more often than not.
How could i help to address or work out where the issue is coming from? Btw, I'm new to rust, but not to open source or programming haha.
The text was updated successfully, but these errors were encountered: