I'm in the process of putting together a web based e-mail program.
I was curious whether it was possible to use the Net::POP3 module
to be able to access e-mail servers over a secure connection.
More and more POP3 servers are shifting to requiring a secure connection.
Is it as simple as replacing the IO::Socket calls in Net::POP3 to
IO::Socket::SSL calls? Does anybody have adivce on how to implement this?