I'm writing a Perl script to connect to an IMAP server that requires TLS over port 143. The server does not support connecting over SSL. Thus far, the Perl IMAP modules I have found support only SSL, not TLS.
Are there any Perl IMAP modules that provide TLS support? Thus far I have looked at:
Net::IMAP Net::IMAP::Simple Net::IMAP::Client
Net::IMAP::Client supports SSL but not TLS.
Any thoughts?