StoreImapResult class

Result for STORE and UID STORE operations

Constructors

StoreImapResult()

Properties

changedMessages List<MimeMessage>?
A list of messages that have been updated
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
modifiedMessageSequence MessageSequence?
A list of IDs of messages that have been modified on the server side. The IDs are sequence IDs for STORE and UIDs for UID STORE commands. The modified IDs can only be returned when the unchangedSinceModSequence parameter has been specified.
getter/setter pair
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