Package | Description |
---|---|
org.springframework.integration.mail |
Base package for Mail support.
|
org.springframework.integration.mail.config |
Provides classes for configuration - parsers, namespace handlers.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractMailReceiver
Base class for
MailReceiver implementations. |
class |
ImapMailReceiver
A
MailReceiver implementation for receiving mail messages from a
mail server that supports the IMAP protocol. |
class |
Pop3MailReceiver
A
MailReceiver implementation that polls a mail server using the
POP3 protocol. |
Constructor and Description |
---|
MailReceivingMessageSource(MailReceiver mailReceiver) |
Modifier and Type | Method and Description |
---|---|
MailReceiver |
MailReceiverFactoryBean.getObject() |
Copyright © 2015. All rights reserved.