|
Class Summary |
| AccountData |
This class will be for running the AccountsPane list models |
| AccountsPane |
This will be the scrolling pane that controls the accounts. |
| Frontend |
This will be where the frontend specifics are loaded and the client starts |
| JavaMail |
This is essentially the backend at the moment and will probably later be
renamed to Backend to match the Frontend class |
| JMBoxUtil |
JMBoxUtil is a utility for the method of mail storage wherever mail is
stored.
It provides a virtual representation of a mailbox, where all the messages
are indexed from 0 to getMessageCount() - 1. |
| ListMailPane |
This is a class to display the list of messages in a mailbox. |
| MailReader |
This is a class to facilitate mail server communication. |
| MBoxUtil |
A class to facilitate reading files of the MBox type. |
| ReadMailPane |
The pane where mail is read from. |
| RootWindow |
The root window for the JavaMail frontend. |
| Setting |
A setting is a virtual representation of a single value of a class. |
| SettingList<E> |
|
| SettingPage |
SettingPage is a JComponent that represents the settings for a certain settingable class
for use in the SettingsEditor. |
| Settings |
Settings is the class responsible for corraling the Setting's. |
| SettingsEditor |
A graphical frontend to the Settings/Setting classes. |
| SettingsFile |
Deprecated. 0.4.0 Replaced by Settings/Setting |