Uses of Class
org.springframework.integration.mail.dsl.Pop3MailInboundChannelAdapterSpec
Package
Description
Provides Mail Components for the Java DSL.
-
Uses of Pop3MailInboundChannelAdapterSpec in org.springframework.integration.mail.dsl
Modifier and TypeMethodDescriptionMail.pop3InboundAdapter()
APop3MailInboundChannelAdapterSpec
factory using a defaultPop3MailReceiver
.Mail.pop3InboundAdapter
(String url) APop3MailInboundChannelAdapterSpec
factory based on the provided url.Mail.pop3InboundAdapter
(String host, int port, String username, String password) APop3MailInboundChannelAdapterSpec
factory based on the provided host, port, user, and password.Mail.pop3InboundAdapter
(String host, String username, String password) APop3MailInboundChannelAdapterSpec
factory based on the provided host, user, password and the default port.Mail.pop3InboundAdapter
(Pop3MailReceiver pop3MailReceiver) APop3MailInboundChannelAdapterSpec
factory based on the providedPop3MailReceiver
.