Akonadi::MessageFlags
Functions | |
AKONADI_MIME_EXPORT void | copyMessageFlags (KMime::Message &from, Akonadi::Item &to) |
Variables | |
AKONADI_MIME_EXPORT const char | Answered [] = "\\ANSWERED" |
AKONADI_MIME_EXPORT const char | Deleted [] = "\\DELETED" |
AKONADI_MIME_EXPORT const char | Encrypted [] = "$ENCRYPTED" |
AKONADI_MIME_EXPORT const char | Flagged [] = "\\FLAGGED" |
AKONADI_MIME_EXPORT const char | Forwarded [] = "$FORWARDED" |
AKONADI_MIME_EXPORT const char | Ham [] = "$NOTJUNK" |
AKONADI_MIME_EXPORT const char | HasAttachment [] = "$ATTACHMENT" |
AKONADI_MIME_EXPORT const char | HasError [] = "$ERROR" |
AKONADI_MIME_EXPORT const char | HasInvitation [] = "$INVITATION" |
AKONADI_MIME_EXPORT const char | Ignored [] = "$IGNORED" |
AKONADI_MIME_EXPORT const char | Queued [] = "$QUEUED" |
AKONADI_MIME_EXPORT const char | Replied [] = "$REPLIED" |
AKONADI_MIME_EXPORT const char | Seen [] = "\\SEEN" |
AKONADI_MIME_EXPORT const char | Sent [] = "$SENT" |
AKONADI_MIME_EXPORT const char | Signed [] = "$SIGNED" |
AKONADI_MIME_EXPORT const char | Spam [] = "$JUNK" |
AKONADI_MIME_EXPORT const char | ToAct [] = "$TODO" |
AKONADI_MIME_EXPORT const char | Watched [] = "$WATCHED" |
Detailed Description
Contains predefined message flag identifiers.
This namespace contains identifiers of message flags that are used internally in the Akonadi server.
Function Documentation
◆ copyMessageFlags()
void Akonadi::MessageFlags::copyMessageFlags | ( | KMime::Message & | from, |
Akonadi::Item & | to ) |
Copies all message flags from a KMime::Message object into an Akonadi::Item object.
- Since
- 4.14.6
Definition at line 33 of file messageflags.cpp.
Variable Documentation
◆ Answered
|
extern |
The flag for a message being replied to by the user.
- Deprecated
- use Replied instead.
Definition at line 16 of file messageflags.cpp.
◆ Deleted
|
extern |
The flag for a message being deleted by the user.
Definition at line 15 of file messageflags.cpp.
◆ Encrypted
|
extern |
The flag for a message being marked as encrypted.
- Since
- 4.6
Definition at line 29 of file messageflags.cpp.
◆ Flagged
|
extern |
The flag for a message being marked as flagged.
Definition at line 17 of file messageflags.cpp.
◆ Forwarded
|
extern |
The flag for a message being marked as forwarded.
- Since
- 4.6
Definition at line 24 of file messageflags.cpp.
◆ Ham
|
extern |
The flag for a message being marked as ham.
- Since
- 4.6
Definition at line 31 of file messageflags.cpp.
◆ HasAttachment
|
extern |
The flag for a message being marked as having an attachment.
- Since
- 4.6
Definition at line 19 of file messageflags.cpp.
◆ HasError
|
extern |
The flag for a message being marked with an error.
- Since
- 4.6
Definition at line 18 of file messageflags.cpp.
◆ HasInvitation
|
extern |
The flag for a message being marked as having an invitation.
- Since
- 4.6
Definition at line 20 of file messageflags.cpp.
◆ Ignored
|
extern |
The flag for a message being marked as ignored.
- Since
- 4.6
Definition at line 27 of file messageflags.cpp.
◆ Queued
|
extern |
The flag for a message being marked as queued.
- Since
- 4.6
Definition at line 22 of file messageflags.cpp.
◆ Replied
|
extern |
The flag for a message being marked as replied.
- Since
- 4.6
Definition at line 23 of file messageflags.cpp.
◆ Seen
|
extern |
The flag for a message being seen (i.e.
opened by user).
Definition at line 14 of file messageflags.cpp.
◆ Sent
|
extern |
The flag for a message being marked as sent.
- Since
- 4.6
Definition at line 21 of file messageflags.cpp.
◆ Signed
|
extern |
The flag for a message being marked as signed.
- Since
- 4.6
Definition at line 28 of file messageflags.cpp.
◆ Spam
|
extern |
The flag for a message being marked as spam.
- Since
- 4.6
Definition at line 30 of file messageflags.cpp.
◆ ToAct
|
extern |
The flag for a message being marked as action item to act on.
- Since
- 4.6
Definition at line 25 of file messageflags.cpp.
◆ Watched
|
extern |
The flag for a message being marked as watched.
- Since
- 4.6
Definition at line 26 of file messageflags.cpp.
Documentation copyright © 1996-2024 The KDE developers.
Generated on Mon Nov 4 2024 16:32:40 by doxygen 1.12.0 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.