Package org.springframework.integration.mail.transformer
Provides classes related to transforming mail messages.
-
Class Summary Class Description AbstractMailMessageTransformer<T> Base class for Transformers that convert from a JavaMail Message to a Spring Integration Message.MailToStringTransformer Transforms a Message payload of typeMessage
to a String.