BaseMailHandler class

Inheritance

Constructors

BaseMailHandler()
const

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

handleMail(SmtpClient client, MailObject mailObject) Future<SmtpStatusMessage>
called when the message and data is received. ready to be sent.
override
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited
verifyAddress(SmtpClient client, String address) Future<SmtpStatusMessage>
called on RCPT TO: before adding to envelope. Must either return an error code, or success. Address will only be added to envelope if SmtpStatusMessage.successCompleted is returned.
override

Operators

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