#include "MailMgrService.h"
|
enum | CacheCheckTime {
check_Always = 0,
check_Never,
check_in_year,
check_in_6_months,
check_in_3_months,
check_in_1_month,
check_in_1_week,
check_in_1_day,
check_in_12_hours,
check_in_6_hours,
check_in_3_hours,
check_in_2_hours,
check_in_1_hour,
check_in_30_minutes,
check_in_15_minutes,
check_in_5_minutes,
check_in_1_minute,
check_in_30_seconds,
check_in_15_seconds,
check_in_5_seconds,
check_in_1_second,
_checkCount
} |
|
static const char *const | s_checkTimeStrings [_checkCount] |
|
Definition at line 33 of file MailMgrService.h.
MailMgrService::~MailMgrService |
( |
| ) |
|
|
virtual |
MailMgrService::PyCallable_DECL_CALL |
( |
SendMail |
| ) |
|
|
protected |
MailMgrService::PyCallable_DECL_CALL |
( |
PrimeOwners |
| ) |
|
|
protected |
MailMgrService::PyCallable_DECL_CALL |
( |
SyncMail |
| ) |
|
|
protected |
MailMgrService::PyCallable_DECL_CALL |
( |
GetMailHeaders |
| ) |
|
|
protected |
MailMgrService::PyCallable_DECL_CALL |
( |
MoveToTrash |
| ) |
|
|
protected |
MailMgrService::PyCallable_DECL_CALL |
( |
MoveFromTrash |
| ) |
|
|
protected |
MailMgrService::PyCallable_DECL_CALL |
( |
MarkAsUnread |
| ) |
|
|
protected |
MailMgrService::PyCallable_DECL_CALL |
( |
MarkAsRead |
| ) |
|
|
protected |
MailMgrService::PyCallable_DECL_CALL |
( |
MoveAllToTrash |
| ) |
|
|
protected |
MailMgrService::PyCallable_DECL_CALL |
( |
MoveToTrashByLabel |
| ) |
|
|
protected |
MailMgrService::PyCallable_DECL_CALL |
( |
MoveToTrashByList |
| ) |
|
|
protected |
MailMgrService::PyCallable_DECL_CALL |
( |
MarkAllAsUnread |
| ) |
|
|
protected |
MailMgrService::PyCallable_DECL_CALL |
( |
MarkAsUnreadByLabel |
| ) |
|
|
protected |
MailMgrService::PyCallable_DECL_CALL |
( |
MarkAsUnreadByList |
| ) |
|
|
protected |
MailMgrService::PyCallable_DECL_CALL |
( |
MarkAllAsRead |
| ) |
|
|
protected |
MailMgrService::PyCallable_DECL_CALL |
( |
MarkAsReadByLabel |
| ) |
|
|
protected |
MailMgrService::PyCallable_DECL_CALL |
( |
MarkAsReadByList |
| ) |
|
|
protected |
MailMgrService::PyCallable_DECL_CALL |
( |
MoveAllFromTrash |
| ) |
|
|
protected |
MailMgrService::PyCallable_DECL_CALL |
( |
EmptyTrash |
| ) |
|
|
protected |
MailMgrService::PyCallable_DECL_CALL |
( |
DeleteMail |
| ) |
|
|
protected |
MailMgrService::PyCallable_DECL_CALL |
( |
GetBody |
| ) |
|
|
protected |
MailMgrService::PyCallable_DECL_CALL |
( |
AssignLabels |
| ) |
|
|
protected |
MailMgrService::PyCallable_DECL_CALL |
( |
RemoveLabels |
| ) |
|
|
protected |
MailMgrService::PyCallable_DECL_CALL |
( |
GetLabels |
| ) |
|
|
protected |
MailMgrService::PyCallable_DECL_CALL |
( |
EditLabel |
| ) |
|
|
protected |
MailMgrService::PyCallable_DECL_CALL |
( |
CreateLabel |
| ) |
|
|
protected |
MailMgrService::PyCallable_DECL_CALL |
( |
DeleteLabel |
| ) |
|
|
protected |
Dispatcher* const MailMgrService::m_dispatch |
|
protected |
The documentation for this class was generated from the following files: