Uses of Interface
org.springframework.integration.mail.inbound.MailReceiver
Packages that use MailReceiver
Package
Description
Base package for Mail support.
Provides classes for configuration - parsers, namespace handlers.
The inbound channel adapters support for Mail protocol.
-
Uses of MailReceiver in org.springframework.integration.mail
Subinterfaces of MailReceiver in org.springframework.integration.mailModifier and TypeInterfaceDescriptioninterface
Deprecated, for removal: This API element is subject to removal in a future version.Classes in org.springframework.integration.mail that implement MailReceiverModifier and TypeClassDescriptionclass
Deprecated, for removal: This API element is subject to removal in a future version.since 7.0 in favor ofAbstractMailReceiver
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
Constructors in org.springframework.integration.mail with parameters of type MailReceiverModifierConstructorDescriptionMailReceivingMessageSource
(MailReceiver mailReceiver) Deprecated, for removal: This API element is subject to removal in a future version. -
Uses of MailReceiver in org.springframework.integration.mail.config
Subclasses with type arguments of type MailReceiver in org.springframework.integration.mail.configMethods in org.springframework.integration.mail.config that return MailReceiverModifier and TypeMethodDescriptionprotected MailReceiver
MailReceiverFactoryBean.createInstance()
-
Uses of MailReceiver in org.springframework.integration.mail.inbound
Classes in org.springframework.integration.mail.inbound that implement MailReceiverModifier and TypeClassDescriptionclass
Base class forMailReceiver
implementations.class
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.Constructors in org.springframework.integration.mail.inbound with parameters of type MailReceiver
MailReceiver