MimeMessageTransformer class

Transforms MIME messages

Constructors

MimeMessageTransformer(TransformConfiguration configuration)
Creates a new mime message transformer

Properties

configuration TransformConfiguration
The configuration used for the transformation
final
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
toDocument(MimeMessage message) → Document
Transforms the DOM or plain text of the given message.
toHtml(MimeMessage message) String
Retrieves the outer HTML of the message after transformation
toString() String
A string representation of this object.
inherited
transformDocument(Document document, MimeMessage message) → void
Transforms the DOM document of the given message.
transformPlainText(String plainText, MimeMessage message) String
Transforms the plain text plainText of the given message.

Operators

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