GenericImapResult class
A generic result that provide details about the success or failure of the command.
Constructors
Properties
- details ↔ String?
-
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- responseCode ↔ String?
-
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> -
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