Tls 1.1

Does aspose email imap client support tls higher than 1.0?
(to read emails)

@MNI,

Our .NET version of components do not implement security level. We use classes of the .NET Framework to implement SSL/TLS security. System.Net.Security.SslStream is used to provide secured connection. So all security issues depends on Microsoft .NET framework. The more lateral version of the .NET Framework user uses, the latest version of SSL is implemented in the library. Also, user has to install system updates to avoid security bugs. Thus, you can use the API to to meet your requirements of working with IMAP and TLS higher than 1.0.