johnnywang has asked for the wisdom of the Perl Monks concerning the following question:
What I really want is to use POP3 via SSL. I'm using Mail::POP3Client, which uses IO::Socket::SSL (which relies on Net::SSLeay). Is there another way to do POP3 via SSL?
What's the difference between this and Crypt::SSLeay? which works fine for me (e.g., when using https via WWW::Mechanize.) Thanks.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Help with various SSL modules
by Anonymous Monk on Sep 18, 2005 at 14:02 UTC | |
by randyk (Parson) on Sep 18, 2005 at 18:23 UTC | |
by johnnywang (Priest) on Sep 18, 2005 at 20:18 UTC |