kmail
KMail::MessageProperty Class Reference
List of all members.Detailed Description
Definition at line 57 of file messageproperty.h.
Static Public Member Functions | |
static bool | filtering (Q_UINT32) |
static void | setFiltering (Q_UINT32, bool filtering) |
static bool | filtering (const KMMsgBase *) |
static void | setFiltering (const KMMsgBase *, bool filtering) |
static KMFolder * | filterFolder (Q_UINT32) |
static void | setFilterFolder (Q_UINT32, KMFolder *folder) |
static KMFolder * | filterFolder (const KMMsgBase *) |
static void | setFilterFolder (const KMMsgBase *, KMFolder *folder) |
static ActionScheduler * | filterHandler (Q_UINT32) |
static void | setFilterHandler (Q_UINT32, ActionScheduler *filterHandler) |
static ActionScheduler * | filterHandler (const KMMsgBase *) |
static void | setFilterHandler (const KMMsgBase *, ActionScheduler *filterHandler) |
static void | setSerialCache (const KMMsgBase *, Q_UINT32) |
static Q_UINT32 | serialCache (const KMMsgBase *) |
static void | setTransferInProgress (const KMMsgBase *, bool, bool=false) |
static bool | transferInProgress (const KMMsgBase *) |
static void | setTransferInProgress (Q_UINT32, bool, bool=false) |
static bool | transferInProgress (Q_UINT32) |
static void | setKeepSerialNumber (Q_UINT32 serialNumber, bool keepForMoving) |
static bool | keepSerialNumber (Q_UINT32 serialNumber) |
static void | forget (const KMMsgBase *) |
Member Function Documentation
bool MessageProperty::filtering | ( | Q_UINT32 | ) | [static] |
KMFolder * MessageProperty::filterFolder | ( | Q_UINT32 | ) | [static] |
The folder this message is to be moved into once filtering is finished, or null if the message is not scheduled to be moved.
Definition at line 68 of file messageproperty.cpp.
void MessageProperty::setKeepSerialNumber | ( | Q_UINT32 | serialNumber, | |
bool | keepForMoving | |||
) | [static] |
Set this property to true if you want to keep the serial number when moving a message from a local folder to an online IMAP folder.
Setting this to true will cause the ImapJob to save the meta data, like the serial number, of the message in a map, which is later read when the message arrives in the new location. Then the serial number is restored.
Definition at line 161 of file messageproperty.cpp.
void MessageProperty::forget | ( | const KMMsgBase * | ) | [static] |
Some properties, namely complete, transferInProgress, and serialCache must be forgotten when a message class instance is destructed or assigned a new value.
Definition at line 179 of file messageproperty.cpp.
The documentation for this class was generated from the following files: