クラスの使用
org.springframework.integration.mail.dsl.Pop3MailInboundChannelAdapterSpec
Pop3MailInboundChannelAdapterSpec を使用するパッケージ
org.springframework.integration.mail.dsl 内の Pop3MailInboundChannelAdapterSpec 使用
修飾子と型メソッド説明Mail.pop3InboundAdapter()デフォルトのPop3MailReceiverを使用するPop3MailInboundChannelAdapterSpecファクトリ。Mail.pop3InboundAdapter(StringSE url) 提供された URL に基づくPop3MailInboundChannelAdapterSpecファクトリ。Mail.pop3InboundAdapter(StringSE host, int port, StringSE username, StringSE password) 指定されたホスト、ポート、ユーザー、パスワードに基づくPop3MailInboundChannelAdapterSpecファクトリ。Mail.pop3InboundAdapter(StringSE host, StringSE username, StringSE password) 指定されたホスト、ユーザー、パスワード、デフォルトポートに基づくPop3MailInboundChannelAdapterSpecファクトリ。Mail.pop3InboundAdapter(Pop3MailReceiver pop3MailReceiver) 提供されたPop3MailReceiverに基づくPop3MailInboundChannelAdapterSpecファクトリ。