I'm the licensed user. Does Gmail not support TLS 1.2?
I have used the same code for years to connect to gmail. I am pretty certain, I had TLS 1.2 working for gmail, but in the last week, I have users who cannot connect with the following code.
imap.SSLConfiguration.EnabledSslProtocols = SslProtocols.Tls12;
imap.Connect("imap.google.com", 993);
imap.StartTLS();
All the sudden, I am getting exception thrown at Imap.Connect():
Tried to read a line, but received ''.
Why does this only happens with Imap.Connect()
What's changed? I'm using the standard gmail settings: imap.gmail.com, port 993