Uses of Class
org.springframework.integration.mail.inbound.AbstractMailReceiver
Packages that use AbstractMailReceiver
Package
Description
Base package for Mail support.
Provides Mail Components for the Java DSL.
The inbound channel adapters support for Mail protocol.
-
Uses of AbstractMailReceiver in org.springframework.integration.mail
Subclasses of AbstractMailReceiver in org.springframework.integration.mailModifier and TypeClassDescriptionclass
Deprecated, for removal: This API element is subject to removal in a future version.class
Deprecated, for removal: This API element is subject to removal in a future version.since 7.0 in favor ofImapMailReceiver
class
Deprecated, for removal: This API element is subject to removal in a future version.since 7.0 in favor ofPop3MailReceiver
-
Uses of AbstractMailReceiver in org.springframework.integration.mail.dsl
Classes in org.springframework.integration.mail.dsl with type parameters of type AbstractMailReceiverModifier and TypeClassDescriptionclass
MailInboundChannelAdapterSpec<S extends MailInboundChannelAdapterSpec<S,
R>, R extends AbstractMailReceiver> Fields in org.springframework.integration.mail.dsl declared as AbstractMailReceiver -
Uses of AbstractMailReceiver in org.springframework.integration.mail.inbound
Subclasses of AbstractMailReceiver in org.springframework.integration.mail.inboundModifier 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.
AbstractMailReceiver