FetchImapResult class

Result for FETCH operations

Constructors

FetchImapResult(List<MimeMessage> messages, MessageSequence? vanishedMessagesUidSequence, {MessageSequence? modifiedSequence})
Creates a new fetch result
const

Properties

hashCode int
The hash code for this object.
no setterinherited
messages List<MimeMessage>
The requested messages
final
modifiedSequence MessageSequence?
The sequence of messages that have been modified
final
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.
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
replaceMatchingMessages(List<MimeMessage> messages) → void
Replaces matching messages
toString() String
A string representation of this object.
inherited

Operators

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