Can I use the javax.mail.* classes in an application using the standard JRE? I know that these classes are part of J2EE, but can I use them separately or do I need to deploy everything else in J2EE? Surely not? ???
I want to deploy a simple GUI mail client without resorting to the low-level Socket class that you get in J2SE.
Generally, what are the licensing restrictions for all of the J2EE javax.* packages that you don’t get in J2SE?
20thCB