Discover class

Helps discovering email connection settings based on an email address.

Use discover to initiate the discovery process.

Properties

hashCode int
The hash code for this object.
no setterinherited
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

Static Methods

complete(MailAccount partialAccount, {bool isLogEnabled = false}) Future<MailAccount?>
Tries to complete the specified partialAccount information.
discover(String emailAddress, {bool forceSslConnection = false, bool isLogEnabled = false}) Future<ClientConfig?>
Tries to discover mail settings for the specified emailAddress.