Account | This class represents an POP3-Account |
AccountList | Contains the accounts |
AccountSetupDialog | Dialog to setup an account |
AccountSetupDialogContext | Dialog to setup an account from the context menu |
AccountSetupItem | This class is used in ConfigAccounts to show the available accounts in the list view and to store an account setup |
AccountViewDelegate | To edit some data in the account view |
AccountViewItem | This class is used by AccountViewModel to hold a list of the accounts |
AccountViewModel | Model for the account view |
ConfigAccounts | Part of the setup dialog (KShowMailApp::SetupDialog) to configure the accounts |
ConfigActions | Part of the setup dialog to configure the actions |
ConfigDisplay | Part of the setup dialog to configure the display |
ConfigFilter | Part of the setup dialog (KShowMailApp::SetupDialog) to configure the filter |
ConfigGeneral | Part of the setup dialog (KShowMailApp::SetupDialog) to configure general things |
ConfigLog | Part of the setup dialog (KShowMailApp::SetupDialog) to configure the log |
ConfigSpamcheck | Part of the setup dialog (KShowMailApp::SetupDialog) to configure the spam check |
CorruptDataException | Exception class for corrupt data in a data model |
Types::DownloadActionParams_Type | This struct is for use in MailToDownloadMap_Type and holds some parameters about the mail for downloading |
Exception | Base class of all exceptions of this project |
Types::FilterCriteria_Type | Contains all values of a filter criteria |
FilterCriteriaWidget | Part of the filter setup dialog (class FilterSetupDialog) to show a criteria of the selected filter |
FilterItem | This is a filter item. It contains a list of criterias (class FilterItemCriteria) |
FilterItemCriteria | This is a criteria of a filter item. For using create an object and call check(). It gets its configuration itself from the config file at creation time. You can't reload the setup |
FilterLog | This is the log of the filters |
FilterLogEntry | An Object of this class contains the data about a deleted or moved mail. These objects are stored in the lists of the filter log |
FilterLogView | This dialog box shows the filter log |
FilterLogViewDeletedModel | Model for the log view of deleted mails |
FilterLogViewMovedModel | Model for the log view of moved mails |
FilterSetupDialog | Dialog to setup a filter |
FilterSetupItem | This class is used in ConfigFilter to show the available filters in the list view and to store a filter setup |
HeaderFilter | This is the mail header filter. Call check() with some header data of the mail to get the configured action for this mail. If the settings was changed by the config GUI you have to call load() |
KShowmail | Main class |
KShowmailView | Main view of KShowmail |
This class represents a mail | |
MailBoxWizard | Wizard to configure the mailbox to which a filteres mail shall be moved |
MailBoxWizardListItem | This is a list item in the mailbox list of the mailbox wizard |
MailList | List of Mails |
MailViewModel | Model for the mail view |
NewMailDialog | Small dialog which will be shown when new mails are arrived |
SenderListDialog | This is a dialog to edit the blacklist and whitelist. It is used by the class ConfigFilter |
SenderListFilter | This class represents both the blacklist and the whitelist. For using create an object of it and call check() to test a sender address. You have to call load() after the settings in the config file was changed |
ShowHeaderDialog | Used in ShowRecordElem to show the mail header |
ShowMailDialog | This dialog is used in ConfigElem to show a downloaded mail |
SystemTrayIcon | This shows the small icon in the system tray |
UniqueApp | Creates a unique instance of kshowmail |