MessageFolderAttribute Class Reference
from PyKDE4.akonadi import *
Inherits: Akonadi.Attribute
Namespace: Akonadi
Detailed Description
Message folder information. Used eg. by mail clients to decide how to display the content of such collections
- Since:
- 4.4
Method Documentation
Creates an empty folder attribute.
deserialize |
( |
self, |
|
|
|
QByteArray |
data |
|
) |
|
|
|
bool isOutboundFolder |
( |
|
self ) |
|
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
QByteArray serialized |
( |
|
self ) |
|
setOutboundFolder |
( |
self, |
|
|
|
bool |
outbound |
|
) |
|
|
|
Set if the folder should be considered as containing mostly outbound messages.