
The user login screen is used to enter your email account login and password to access your email. If you have not registered your account with the program you can do so by clicking the register button which will bring up the registration form.

The registration form is where you enter your information and the program will store this information
for you so you do not have to register your information every time the program is launched. The information is stored
in a text file located in the "files" directory of the program. Your email password is secured by a symmetric DES key
and if viewed your password would look like this "Nr37VLBwZLy+5wSFBwZVSQ==".

The main form is where your emails are displayed in a table showing the from address and the subject. The emails are listed according to when they were received by the email server with the oldest email at the top. By clicking on an email will display the email in the text box below the table. The toolbar at the top of the screen contains many useful commands including:

The compose form is used to send emails. You will of course enter all the information into the text boxes such
as To address, Subject, and the message body. Then by clicking the Send button the email will be sent using the mail
server provided by you when registering. The Clear button will clear all of the text boxes of information.
The address book form is used to add and delete address book entries. The form can also be used to
email the contact you click on in the table.
The "To:" text box is filled for you and disabled. All is needed is to fill out the subject box and message box and then just click the "Send" button and the email will be sent for you.