
The contents of the mail folder tree is displayed to the left side, and the
mail inside the folder is shown on the right hand side, with the actual email
being displayed below the list.
First of all, JavaMail is needed to run CraftMail.
http://java.sun.com/products/javamail/
I am doing action confirmation with JDK1.2+JavaMail-1.1 .
CraftMail work with package BoM (Beans of Mail).
Hence you need to download BoM
and set it up according to the instructions given..
Please put craftmail_0_6.zip to a proper directory, and execute following command:
jar xf craftmail-0_6.zip
Then two files will be extracted.
craftmail.jar- CraftMail program.
craftmail-src.jar- CraftMail source code
| POP3 Server | pop3.host.net |
| POP3 User name | Scott |
| POP3 Password | Tiger |
| SMTP Server | smtp.host.net |
With Store URLName: please set up Transport URLName: as follows.
| Store URLName | pop3://scott:tiger@pop3.host.net |
| Transport URLName | smtp://@smtp.host.net |