GenericImapResult class

A generic result that provide details about the success or failure of the command.

Constructors

GenericImapResult()

Properties

details String?
Optional details as text
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
responseCode String?
Optional response code as text
getter/setter pair
responseCodeAppendUid UidResponseCode?
Retrieves the APPENDUID details after an APPEND call, compare https://tools.ietf.org/html/rfc4315
no setter
responseCodeCopyUid UidResponseCode?
Retrieves the COPYUID details after an COPY call, compare https://tools.ietf.org/html/rfc4315
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
warnings List<ImapWarning>
A list of possible warnings
final

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