If reading and parsing email from via Pop is a critical part of my application, would it make sense to go with a commercial email component, or is JavaMail all I need really?
My usage: I want to connect to pop3, ssl support, and also imap support.
I intend of displaying the email in a web browser also i.e. a web email client.