FetchImapResult class
Result for FETCH operations
Constructors
-
FetchImapResult.new(List<
MimeMessage> messages, MessageSequence? vanishedMessagesUidSequence, {MessageSequence? modifiedSequence})
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
-
messages
↔ List<
MimeMessage> -
The requested messages
getter/setter pair
- modifiedSequence ↔ MessageSequence?
-
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- vanishedMessagesUidSequence ↔ MessageSequence?
-
Any messages that have been removed by other clients.
This is only given from QRESYNC compliant servers after having enabled QRESYNC by the client.
Clients must NOT use these vanished sequence to update their internal sequence IDs, because
they have happened earlier. Compare https://tools.ietf.org/html/rfc7162 for details.
getter/setter pair
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