Uses of Class
org.springframework.integration.mail.dsl.ImapMailInboundChannelAdapterSpec
Package
Description
Provides Mail Components for the Java DSL.
-
Uses of ImapMailInboundChannelAdapterSpec in org.springframework.integration.mail.dsl
Modifier and TypeMethodDescriptionMail.imapInboundAdapter()
AnImapMailInboundChannelAdapterSpec
factory using a defaultImapMailReceiver
.Mail.imapInboundAdapter
(String url) AImapMailInboundChannelAdapterSpec
factory based on the provided url.Mail.imapInboundAdapter
(ImapMailReceiver imapMailReceiver) AnImapMailInboundChannelAdapterSpec
factory based on the providedImapMailReceiver
.ImapMailInboundChannelAdapterSpec.searchTermStrategy
(SearchTermStrategy searchTermStrategy) ASearchTermStrategy
to use.ImapMailInboundChannelAdapterSpec.shouldMarkMessagesAsRead
(boolean shouldMarkMessagesAsRead) A flag to determine if message should be marked as read.