in reply to
POP access with SSL and non standard ports.
or if you not bound to
Net::POP3
you could just use
Mail::POP3Client
and its
socket
method to set the socket to an
IO::Socket::SSL
-Socket.
Comment on
Re: POP access with SSL and non standard ports.
In Section
Seekers of Perl Wisdom