Instructions:
- Open EmailForm.java
- Find the line that starts with "final String SMTP"
- Replace the String literal with YOUR smtp server name
- Run compile.bat to recompile everything
- Run run.bat to start
- The first screen you will come to is:

- On the left side is the directory structure of your system. Click on
any folder to display a table of all email in that directory.
Initially, it will display the contents, if any, of the javamail\inbox
directory. All received emails go there initially, until they are
moved somewhere else.
- Press
to send a
new email
- The email form will now become enabled.

- Fill in all of the appropriate information
- To add an attachment, press
.
A file chooser will display to select a file. When a file is attached,
the number in the parentheses will increment by 1. To delete an
attachment, press
.
A list of attached files will display. Select the file you wish to
delete. The number of attachments will decrement.
- To clear the form, press

- If you change your mind about sending the email, press

- When your email is ready to be sent, press

- When displaying a directory, if there's any emails in that directory, each
email will display in the table:

- Double-click on a row to display an email in the email form. Press
to reply,
to
reply to everyone, or
to forward an email.
- Press
to check
for new emails. A message will display, showing the number of received
emails.
- Right-clicking on an email, will bring up the following menu:

- Each menu choice is self-explanatory. Creating a new folder will
display a file chooser, giving the user an option of where to create the new
directory. The directory information will be taken directly from the
email.
- To exit, press
.
Other Pages: