ImapMessageFlags

ImapMessageFlags class

Represents the flags associated with the message.

The ImapMessageFlags type exposes the following members:

Properties

NameDescription
answeredMessage has been answered.
deletedMessage is “deleted” for removal by later EXPUNGE.
draftMessage has been marked as a draft.
flaggedMessage is “flagged” for urgent/special attention.
recentMessage is “recently” arrived in this mailbox.
is_readMessage has been read.
emptyFlags are not set

Methods

NameDescription
bitwise_or(a, b)
bitwise_or(a, b)
bitwise_or(a, b)
keyword(flag)
is_empty()
split()
bitwise_and(a, b)
has_flag(what)
equals(other)

See Also