Posted By:
Fethi_Ouali
Posted On:
Saturday, June 2, 2001 06:36 AM
I'm writing a web-based mail using JavaMail Package.
I'm using a Servlet (see
http://java.sun.com/products/servlet/index.html) with the JavaMail Package.
The main idea is that the servlet, using JavaMail, accesses the mail account and retrieves the messages, and returns them in a wellformed page to the client.
But as I've seen in the FAQs, there's not a standard way to create accounts or delete them, it depends on the mail server.
Hope this will help.
P.S. In the JavaMail Package, there's a sample servlet email client in the demo directory, I've used it as a template and developped it.