Uses of Class
org.springframework.integration.mail.AbstractMailReceiver
Package
Description
Base package for Mail support.
Provides Mail Components for the Java DSL.
-
Uses of AbstractMailReceiver in org.springframework.integration.mail
Modifier and TypeClassDescriptionclass
AMailReceiver
implementation for receiving mail messages from a mail server that supports the IMAP protocol.class
AMailReceiver
implementation that polls a mail server using the POP3 protocol. -
Uses of AbstractMailReceiver in org.springframework.integration.mail.dsl
Modifier and TypeClassDescriptionclass
MailInboundChannelAdapterSpec<S extends MailInboundChannelAdapterSpec<S,
R>, R extends AbstractMailReceiver>