Uses of Class
org.springframework.integration.mail.inbound.AbstractMailReceiver
Packages that use AbstractMailReceiver
Package
Description
Provides Mail Components for the Java DSL.
The inbound channel adapters support for Mail protocol.
-
Uses of AbstractMailReceiver in org.springframework.integration.mail.dsl
Classes in org.springframework.integration.mail.dsl with type parameters of type AbstractMailReceiverModifier and TypeClassDescriptionclassMailInboundChannelAdapterSpec<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 TypeClassDescriptionclassAMailReceiverimplementation for receiving mail messages from a mail server that supports the IMAP protocol.classAMailReceiverimplementation that polls a mail server using the POP3 protocol.