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
Hi,
I've succesfully tested an enhancement in Connect method.
I had an issue with slow responding IMAP server during auth process so I added timeout parameters in connect method before invocation of AuthenticateAsClient method.
Please consider include some solution in a code. Best regards!
This is still a problem. The existing timeout-properties aren't covering the connection itself. I've got the case that a provider blocked my IP because of too many failed tryouts. In this case the next connect-attempt takes something about 10-20 seconds.
Hi,
I've succesfully tested an enhancement in Connect method.
I had an issue with slow responding IMAP server during auth process so I added timeout parameters in connect method before invocation of AuthenticateAsClient method.
Please consider include some solution in a code. Best regards!
example:
sslStream.ReadTimeout = sslStream.WriteTimeout=connectionTimout;
sslStream.AuthenticateAsClient(hostname);
The text was updated successfully, but these errors were encountered: