public final class Mail extends ObjectSE
cloneSE, equalsSE, finalizeSE, getClassSE, hashCodeSE, notifySE, notifyAllSE, toStringSE, waitSE, waitSE, waitSEpublic static MailSendingMessageHandlerSpec outboundAdapter()
MailSendingMessageHandlerSpec ファクトリ。注: Java メールのプロパティは、特定のホストで提供する必要があります。MailSendingMessageHandlerSpec インスタンス。MailSendingMessageHandlerSpec.javaMailProperties(java.util.Properties)public static MailSendingMessageHandlerSpec outboundAdapter(@Nullable StringSE host)
host を提供することに基づく MailSendingMessageHandlerSpec ファクトリ。host - 接続するメールホスト。MailSendingMessageHandlerSpec インスタンス。public static MailSendingMessageHandler outboundAdapter(MailSender mailSender)
MailSender に基づいて MailSendingMessageHandler を作成するための便利なファクトリメソッド。mailSender - メール送信操作を使用する MailSender。MailSendingMessageHandler インスタンス。public static Pop3MailInboundChannelAdapterSpec pop3InboundAdapter()
Pop3MailReceiver を使用する Pop3MailInboundChannelAdapterSpec ファクトリ。Pop3MailInboundChannelAdapterSpec インスタンス。public static Pop3MailInboundChannelAdapterSpec pop3InboundAdapter(Pop3MailReceiver pop3MailReceiver)
Pop3MailReceiver に基づく Pop3MailInboundChannelAdapterSpec ファクトリ。pop3MailReceiver - 使用する Pop3MailReceiver。Pop3MailInboundChannelAdapterSpec インスタンス。public static Pop3MailInboundChannelAdapterSpec pop3InboundAdapter(StringSE url)
Pop3MailInboundChannelAdapterSpec ファクトリ。url - pop3 の URLPop3MailInboundChannelAdapterSpec インスタンス。public static Pop3MailInboundChannelAdapterSpec pop3InboundAdapter(StringSE host, StringSE username, StringSE password)
Pop3MailInboundChannelAdapterSpec ファクトリ。host - ザホスト。username - ユーザー。password - パスワード。Pop3MailInboundChannelAdapterSpec インスタンス。public static Pop3MailInboundChannelAdapterSpec pop3InboundAdapter(StringSE host, int port, StringSE username, StringSE password)
Pop3MailInboundChannelAdapterSpec ファクトリ。host - ザホスト。port - ポート。username - ユーザー。password - パスワード。Pop3MailInboundChannelAdapterSpec インスタンス。public static ImapMailInboundChannelAdapterSpec imapInboundAdapter()
ImapMailReceiver を使用する ImapMailInboundChannelAdapterSpec ファクトリ。ImapMailInboundChannelAdapterSpec インスタンス。public static ImapMailInboundChannelAdapterSpec imapInboundAdapter(ImapMailReceiver imapMailReceiver)
ImapMailReceiver に基づく ImapMailInboundChannelAdapterSpec ファクトリ。imapMailReceiver - 使用する ImapMailReceiver。ImapMailInboundChannelAdapterSpec インスタンス。public static ImapMailInboundChannelAdapterSpec imapInboundAdapter(StringSE url)
ImapMailInboundChannelAdapterSpec ファクトリ。url - imap URLImapMailInboundChannelAdapterSpec インスタンス。public static ImapIdleChannelAdapterSpec imapIdleAdapter()
ImapMailReceiver を使用する ImapIdleChannelAdapterSpec ファクトリ。ImapIdleChannelAdapterSpec インスタンス。public static ImapIdleChannelAdapterSpec imapIdleAdapter(StringSE url)
ImapIdleChannelAdapterSpec ファクトリ。url - imap URLImapIdleChannelAdapterSpec インスタンス。public static ImapIdleChannelAdapterSpec imapIdleAdapter(ImapMailReceiver imapMailReceiver)
ImapMailReceiver に基づく ImapIdleChannelAdapterSpec ファクトリ。imapMailReceiver - 使用する ImapMailReceiver。ImapIdleChannelAdapterSpec インスタンス。public static MailHeadersBuilder headers()
MailHeadersBuilder ファクトリ。public static MailToStringTransformer toStringTransformer()
MailToStringTransformer ファクトリ。public static MailToStringTransformer toStringTransformer(StringSE charset)
MailToStringTransformer ファクトリ。charset - デフォルトが適切でない場合に使用する文字セット。