All Classes

Class Description
AbstractMailMessageTransformer<T>
Base class for Transformers that convert from a JavaMail Message to a Spring Integration Message.
AbstractMailReceiver
Base class for MailReceiver implementations.
DefaultMailHeaderMapper
Maps an inbound MimeMessage to a Map.
ImapIdleChannelAdapter
An event-driven Channel Adapter that receives mail messages from a mail server that supports the IMAP "idle" command (see RFC 2177).
ImapIdleChannelAdapterParser
Parser for the <imap-idle-channel-adapter> element in the 'mail' namespace.
ImapIdleChannelAdapterSpec
A MessageProducerSpec for a ImapIdleChannelAdapter.
ImapMailInboundChannelAdapterSpec
ImapMailReceiver
A MailReceiver implementation for receiving mail messages from a mail server that supports the IMAP protocol.
Mail
The factory for Spring Integration Mail components.
MailHeaderEnricherParser  
MailHeaders
Pre-defined header names to be used for setting and/or retrieving Mail Message attributes from/to integration Message Headers.
MailHeadersBuilder
The Mail specific MapBuilder implementation.
MailInboundChannelAdapterParser
Parser for the <inbound-channel-adapter> element of Spring Integration's 'mail' namespace.
MailInboundChannelAdapterSpec<S extends MailInboundChannelAdapterSpec<S,​R>,​R extends AbstractMailReceiver>
A MessageSourceSpec for a MailReceivingMessageSource.
MailIntegrationEvent  
MailNamespaceHandler
Namespace handler for the 'mail' namespace.
MailOutboundChannelAdapterParser
Parser for the <outbound-channel-adapter/> element of the 'mail' namespace.
MailReceiver
Strategy interface for receiving mail Messages.
MailReceiverFactoryBean  
MailReceivingMessageSource
MessageSource implementation that delegates to a MailReceiver to poll a mailbox.
MailSendingMessageHandler
A MessageHandler implementation for sending mail.
MailSendingMessageHandlerSpec  
MailToStringTransformer
Transforms a Message payload of type Message to a String.
MailToStringTransformerParser
Parser for the <mail-to-string-transformer> element.
MailTransportUtils
Collection of utility methods to work with Mail transports.
MailUtils
Utilities for handling mail messages.
Pop3MailInboundChannelAdapterSpec
Pop3MailReceiver
A MailReceiver implementation that polls a mail server using the POP3 protocol.
SearchTermStrategy
Strategy to be used to generate a SearchTerm.