Classes | |
struct | DownloadActionParams_Type |
struct | FilterCriteria_Type |
Typedefs | |
typedef TQValueList< int > | MailNumberList_Type |
typedef TQMap< TQString, bool > | AccountTaskMap_Type |
typedef TQMap< int, DownloadActionParams_Type > | MailToDownloadMap_Type |
typedef list< FilterCriteria_Type > | FilterCriteriaList_Type |
Enumerations | |
enum | State_Type { idle, deleting, configure, executing, showing, refreshing } |
enum | AccountState_Type { AccountIdle, AccountDeleting, AccountDownloading, AccountRefreshing } |
enum | FilterAction_Type { FActPass, FActDelete, FActMark, FActMove, FActSpamcheck, FActIgnore, FActNone } |
typedef TQMap<TQString, bool> Types::AccountTaskMap_Type |
Map to notice which accounts need to get an order to do a task. The Key is the account name and the data a boolean. TRUE means the task was ordered, FALSE the task was ended.
typedef list<FilterCriteria_Type> Types::FilterCriteriaList_Type |
List of filter criterias.
typedef TQValueList<int> Types::MailNumberList_Type |
List of mail numbers. It is a TQValueList of integers.
typedef TQMap<int, DownloadActionParams_Type> Types::MailToDownloadMap_Type |
This map is used by ConfigElem and ShowRecord to hold a list of mail numbers which shall be downloaded for some filter actions; at time for moving and spam check
Actions returned by filters.
enum Types::State_Type |
State of the application during running time.