After mail.dll upgraded to the latest version(3.0.16153.1847), when I enable the FIPS, initializing Imap will throw an exception. I don't know what causes it thus don't know how to fix this one.
Steps to reproduce:
1. In windows search bar, type "gpedit.msc", open the local computer policy window.
2. In Computer Configuration -> Windows Settings -> Security Settings -> Local Policies -> Security Options, enable "System cryptography: Use FIPS compliant algorithms for encryption, hashing, and signing".
3. Restart computer, visual studio, recompile the projects.
4. When try to test the connection, when use (C#)
var imap = new Imap();
it throws out exception:
The type initializer for 'Limilabs.Client.ClientBase' threw an exception.
My operating system is Windows 10 Enterprise. Use visual studio 2013 for compiling, and chrome for website.