Hello There,
We have an existing code which supports IMAP SSL protocol. something like
imap.ConnectionProtocols = ConnectionProtocols.Ssl;
Recently our IT team switched to TLS 1.2 and SSL is not supported anymore. How can I use Spire.Email IMAP client for TLS 1.2 protocol?
Please let me know.