in reply to POP access with SSL and non standard ports.
How much of this are you trying to handle yourself? There are plenty of examples on CPAN, such as GMail::Checker. You could subclass Net::POP3 to use IO::Socket::SSL instead of IO::Socket::INET. What have you already tried?
|
|---|