Hi,
I am having issue with TLS 1.2 turned on exchange server and IMAP cannot connect to the mailbox.
In the code, I have this logic
var client = new Imap();
client.SSLConfiguration.EnabledSslProtocols = SslProtocols.Tls12 | SslProtocols.Tls11 | SslProtocols.Tls | SslProtocols.Ssl3;
Any assistance is appreciated.
Thanks,
-Vi
Last network operation failed.
at Limilabs.Client.ClientBase.()
at Limilabs.Client.ClientBase.Send(String command)
at .( )
at .(ImapCommand )
at Limilabs.Client.IMAP.Imap.(ImapCommand , Boolean )
at Limilabs.Client.IMAP.Imap.(String , FolderInfo )
at Limilabs.Client.IMAP.Imap.Select(FolderInfo folder)
at Limilabs.Client.IMAP.Imap.Select(String folder)