Top   Module   Use   Manual   Index 

com :: sun :: star :: ucb ::

struct FolderListEntry


Description
Information about a single folder in a FolderList .


Elements

string Title
Description
The title of the folder.
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).
boolean Subscribed
Description
The foler is subscribed.
boolean New
Description
The foler is new.
boolean Removed
Description
The foler has been removed.
boolean Purge
Description
The folder shall be purged (only used in conjunction with the FolderListCommand::SET ).
Top of Page