ImapEventType enum

Classification of IMAP events

Compare ImapEvent

Inheritance

Constructors

ImapEventType()
const

Values

connectionLost → const ImapEventType

The connection to the server has been lost. Try to reconnect. Compare ImapConnectionLostEvent.

expunge → const ImapEventType

A message has been removed. Also see the vanished event. Compare ImapExpungeEvent.

fetch → const ImapEventType

The status flags of a message have been updated. Compare ImapFetchEvent.

exists → const ImapEventType

The currently selected mailbox has a new number of messages. Compare ImapMessagesExistEvent.

recent → const ImapEventType

Similar to the exists event, the number of messages deemed as recent have changed. Compare ImapMessagesRecentEvent.

vanished → const ImapEventType

A number of messages have been deleted. This event can only be triggered if the server is QRESYNC compliant and after the client has enabled QRESYNC. Compare ImapVanishedEvent.

Properties

hashCode int
The hash code for this object.
no setterinherited
index int
A numeric identifier for the enumerated value.
no setterinherited
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

Operators

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

Constants

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