Akonadi::MessageFolderAttribute
#include <messagefolderattribute.h>

Public Member Functions | |
MessageFolderAttribute () | |
MessageFolderAttribute (const MessageFolderAttribute &other) | |
~MessageFolderAttribute () override | |
MessageFolderAttribute * | clone () const override |
void | deserialize (const QByteArray &data) override |
bool | isOutboundFolder () const |
QByteArray | serialized () const override |
void | setOutboundFolder (bool outbound) |
QByteArray | type () const override |
Additional Inherited Members | |
![]() | |
typedef QList< Attribute * > | List |
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 25 of file messagefolderattribute.h.
Constructor & Destructor Documentation
◆ MessageFolderAttribute() [1/2]
MessageFolderAttribute::MessageFolderAttribute | ( | ) |
Creates an empty folder attribute.
Definition at line 17 of file messagefolderattribute.cpp.
◆ MessageFolderAttribute() [2/2]
MessageFolderAttribute::MessageFolderAttribute | ( | const MessageFolderAttribute & | other | ) |
Copy constructor.
Definition at line 22 of file messagefolderattribute.cpp.
◆ ~MessageFolderAttribute()
|
overridedefault |
Destructor.
Member Function Documentation
◆ isOutboundFolder()
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 63 of file messagefolderattribute.cpp.
◆ setOutboundFolder()
void MessageFolderAttribute::setOutboundFolder | ( | bool | outbound | ) |
Set if the folder should be considered as containing mostly outbound messages.
Definition at line 68 of file messagefolderattribute.cpp.
The documentation for this class was generated from the following files:
Documentation copyright © 1996-2023 The KDE developers.
Generated on Wed Dec 6 2023 03:53:50 by doxygen 1.8.17 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.