from Interface Mailbox
Mailbox Related Flags (rfc2060 name attributes)
\Noinferiors It is not possible for any child levels of hierarchy to exist under this name; no child levels exist now and none can be created in the future.
\Noselect It is not possible to use this name as a selectable mailbox.
\Marked The mailbox has been marked "interesting" by the server; the mailbox probably contains messages that have been added since the last time the mailbox was selected.
\Unmarked The mailbox does not contain any additional messages since the last time the mailbox was selected.
Message related flags.
The flags allowed per message are specific to each mailbox.
The minimum list (rfc2060 system flags) is:
\Seen Message has been read
\Answered Message has been answered
\Flagged Message is "flagged" for urgent/special attention
\Deleted Message is "deleted" for removal by later EXPUNGE
\Draft Message has not completed composition (marked as a draft).
\Recent Message is "recently" arrived in this mailbox. This session is the first session to have been notified about this message; subsequent sessions will not see \Recent set for this message. This flag can not be altered by the client.
If it is not possible to determine whether or not this session is the first session to be notified about a message, then that message SHOULD be considered recent.
From interface ACL
The standard rights in RFC2086 are:Serialization. Not all fields are serialized. Dispose() must be called to write serialized fiels to disc before finishing with this object.
Deserialization. On recover from disc, configure, compose, contextualize and reInit must be called before object is ready for use. Reference: RFC 2060 @author Sascha Kulawik @author Charles Benett @version 0.2 on 04 Aug 2002
|
|
|
|
|
|