in reply to Using Net::POP3 to connect with SSL
Well, looking at CPAN, I noticed GMail::Checker which may do what you want better. If not, you might look at its code as it claims to do POP3 over SSL.
(On second thought, maybe don't read the code - they're doing the POP protocol directly rather than using Net::POP3... but it still may be a module you want to use, if not learn from.)
|
|---|