Date: 2003-11-27T15:32:00 Editor: 200.165.171.199 <> Wiki: Apache Geronimo Wiki Page: JavaMail
no comment Change Log: ------------------------------------------------------------------------------ @@ -1 +1,10 @@ -Describe JavaMail here. += Overview = + +JavaMail API let�s you introduce mail sending and recieving capatibilities to your system very simply. It does not provides a SMTP or IMAP server itself, but it can interact with those systems, letting things like recieving and sending messages in any MIME type (including HTML mail), with attached files and all the other stuff mail clients can do. + +With the spread of WebServices, it is a good way to go through SMTP/SOAP clients and servers. + += See Also = +java.sun.com [http://java.sun.com/products/javamail/ Sun�s JavaMail Site] + +java.sun.com [http://java.sun.com/products/javabeans/glasgow/jaf.html JAVABEANS ACTIVATION FRAMEWORK (JAF)]
