transform abstract method

String transform(
  1. String text,
  2. MimeMessage message,
  3. TransformConfiguration configuration
)

Transforms the given text of the message using the configuration

Implementation

String transform(
    String text, MimeMessage message, TransformConfiguration configuration);