Package org.springframework.integration.mail
Base package for Mail support.
-
Interface Summary Interface Description MailReceiver Strategy interface for receiving mailMessages
.SearchTermStrategy Strategy to be used to generate aSearchTerm
SeeImapMailReceiver
-
Class Summary Class Description AbstractMailReceiver Base class forMailReceiver
implementations.ImapIdleChannelAdapter An event-driven Channel Adapter that receives mail messages from a mail server that supports the IMAP "idle" command (see RFC 2177).ImapMailReceiver AMailReceiver
implementation for receiving mail messages from a mail server that supports the IMAP protocol.MailHeaders Pre-defined header names to be used for setting and/or retrieving Mail Message attributes from/to integration Message Headers.MailReceivingMessageSource MessageSource
implementation that delegates to aMailReceiver
to poll a mailbox.MailSendingMessageHandler AMessageHandler
implementation for sending mail.MailTransportUtils Collection of utility methods to work with Mail transports.Pop3MailReceiver AMailReceiver
implementation that polls a mail server using the POP3 protocol.