SelectionOptions enum

LIST-EXTENDED selection options

Inheritance
Available extensions

Values

specialUse → const SelectionOptions

Includes flags for special-use mailboxes, such as those used to hold draft messages or sent messages.

subscribed → const SelectionOptions

List only subscribed names. Supplements the LSUB command but with accurate and complete informations.

remote → const SelectionOptions

Shows also remote mailboxes, marked with "\Remote" attribute.

recursiveMatch → const SelectionOptions

Forces the return of informations about non matched mailboxes whose children matches the selection options.

Cannot be uses alone or in combination with only the REMOTE option

Properties

hashCode int
The hash code for this object.
no setterinherited
index int
A numeric identifier for the enumerated value.
no setterinherited
name String

Available on Enum, provided by the EnumName extension

The name of the enum value.
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited
value() String

Available on SelectionOptions, provided by the Stringify extension

Operators

operator ==(Object other) bool
The equality operator.
inherited

Constants

values → const List<SelectionOptions>
A constant List of the values in this enum, in order of their declaration.