All Classes and Interfaces

Class
Description
Base class for Transformers that convert from a JavaMail Message to a Spring Integration Message.
Base class for MailReceiver implementations.
Maps an inbound MimeMessage to a Map.
An event-driven Channel Adapter that receives mail messages from a mail server that supports the IMAP "idle" command (see RFC 2177).
Parser for the <imap-idle-channel-adapter> element in the 'mail' namespace.
A MessageProducerSpec for a ImapIdleChannelAdapter.
A MailReceiver implementation for receiving mail messages from a mail server that supports the IMAP protocol.
The factory for Spring Integration Mail components.
 
Pre-defined header names to be used for setting and/or retrieving Mail Message attributes from/to integration Message Headers.
The Mail specific MapBuilder implementation.
Parser for the <inbound-channel-adapter> element of Spring Integration's 'mail' namespace.
A MessageSourceSpec for a MailReceivingMessageSource.
 
Namespace handler for the 'mail' namespace.
Parser for the <outbound-channel-adapter/> element of the 'mail' namespace.
Strategy interface for receiving mail Messages.
 
MessageSource implementation that delegates to a MailReceiver to poll a mailbox.
A MessageHandler implementation for sending mail.
 
Transforms a Message payload of type Message to a String.
Parser for the <mail-to-string-transformer> element.
Collection of utility methods to work with Mail transports.
Utilities for handling mail messages.
A MailReceiver implementation that polls a mail server using the POP3 protocol.
Strategy to be used to generate a SearchTerm.