|
Syntax
string Title;
Description
The title of the folder.
Syntax
string ID;
Description
A (unique) identifier for the folder (used by IMAP, where different
folders with equal human-readable titles may exist; otherwise, it may
be left empty).
Syntax
boolean Subscribed;
Description
The foler is subscribed.
Syntax
boolean New;
Description
The foler is new.
Syntax
boolean Removed;
Description
The foler has been removed.
Syntax
boolean Purge;
Description
The folder shall be purged (only used in conjunction with the
FolderListCommand::SET ).
|