http://www.perlmonks.org?node_id=927177

gxbacher has asked for the wisdom of the Perl Monks concerning the following question:

I've run into problems (on Windows) using Mail::IMAPClient and Net::IMAP::Simple::SSL because IO-Socket-SSL isn't thread-safe. Does anybody know of a Perl IMAP module that is SSL-capable and doesn't use IO-Socket-SSL? Or how about a drop-in replacement for IO-Socket-SSL that is thread-safe? Thanks!