akonadi
#include <messagefolderattribute.h>

Public Member Functions | |
MessageFolderAttribute () | |
MessageFolderAttribute (const MessageFolderAttribute &other) | |
~MessageFolderAttribute () | |
MessageFolderAttribute * | clone () const |
void | deserialize (const QByteArray &data) |
bool | isOutboundFolder () const |
QByteArray | serialized () const |
void | setOutboundFolder (bool outbound) |
QByteArray | type () const |
Detailed Description
Message folder information.
Used eg. by mail clients to decide how to display the content of such collections
- Since:
- 4.4
Definition at line 34 of file messagefolderattribute.h.
Constructor & Destructor Documentation
MessageFolderAttribute::MessageFolderAttribute | ( | ) |
Creates an empty folder attribute.
Definition at line 33 of file messagefolderattribute.cpp.
MessageFolderAttribute::MessageFolderAttribute | ( | const MessageFolderAttribute & | other | ) |
Copy constructor.
Definition at line 38 of file messagefolderattribute.cpp.
MessageFolderAttribute::~MessageFolderAttribute | ( | ) |
Destructor.
Definition at line 44 of file messagefolderattribute.cpp.
Member Function Documentation
MessageFolderAttribute * MessageFolderAttribute::clone | ( | ) | const [virtual] |
Creates a copy of this attribute.
Implements Akonadi::Attribute.
Definition at line 54 of file messagefolderattribute.cpp.
void MessageFolderAttribute::deserialize | ( | const QByteArray & | data | ) | [virtual] |
Sets the data of this attribute, using the same encoding as returned by toByteArray().
- Parameters:
-
data The encoded attribute data.
Implements Akonadi::Attribute.
Definition at line 72 of file messagefolderattribute.cpp.
bool MessageFolderAttribute::isOutboundFolder | ( | ) | const |
Indicates if the folder is supposed to contain mostly outbound messages.
In such a case mail clients display the recipient address, otherwise they display the sender address.
- Returns:
- true if the folder contains outbound messages
Definition at line 81 of file messagefolderattribute.cpp.
QByteArray MessageFolderAttribute::serialized | ( | ) | const [virtual] |
Returns a QByteArray representation of the attribute which will be storaged.
This can be raw binary data, no encoding needs to be applied.
Implements Akonadi::Attribute.
Definition at line 59 of file messagefolderattribute.cpp.
void MessageFolderAttribute::setOutboundFolder | ( | bool | outbound | ) |
Set if the folder should be considered as containing mostly outbound messages.
Definition at line 86 of file messagefolderattribute.cpp.
QByteArray MessageFolderAttribute::type | ( | ) | const [virtual] |
Returns the type of the attribute.
Implements Akonadi::Attribute.
Definition at line 49 of file messagefolderattribute.cpp.
The documentation for this class was generated from the following files:
Documentation copyright © 1996-2012 The KDE developers.
Generated on Mon Apr 30 2012 21:49:17 by doxygen 1.8.0 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.