Uses of Interface
org.springframework.integration.mail.inbound.SearchTermStrategy
Packages that use SearchTermStrategy
Package
Description
Base package for Mail support.
Provides classes for configuration - parsers, namespace handlers.
Provides Mail Components for the Java DSL.
The inbound channel adapters support for Mail protocol.
-
Uses of SearchTermStrategy in org.springframework.integration.mail
Subinterfaces of SearchTermStrategy in org.springframework.integration.mailModifier and TypeInterfaceDescriptioninterface
Deprecated, for removal: This API element is subject to removal in a future version. -
Uses of SearchTermStrategy in org.springframework.integration.mail.config
Methods in org.springframework.integration.mail.config with parameters of type SearchTermStrategyModifier and TypeMethodDescriptionvoid
MailReceiverFactoryBean.setSearchTermStrategy
(@Nullable SearchTermStrategy searchTermStrategy) -
Uses of SearchTermStrategy in org.springframework.integration.mail.dsl
Methods in org.springframework.integration.mail.dsl with parameters of type SearchTermStrategyModifier and TypeMethodDescriptionImapIdleChannelAdapterSpec.searchTermStrategy
(SearchTermStrategy searchTermStrategy) ImapMailInboundChannelAdapterSpec.searchTermStrategy
(SearchTermStrategy searchTermStrategy) ASearchTermStrategy
to use. -
Uses of SearchTermStrategy in org.springframework.integration.mail.inbound
Methods in org.springframework.integration.mail.inbound with parameters of type SearchTermStrategyModifier and TypeMethodDescriptionvoid
ImapMailReceiver.setSearchTermStrategy
(SearchTermStrategy searchTermStrategy) Provide a way to set customSearchTermStrategy
to compile aSearchTerm
to be applied when retrieving mail.
SearchTermStrategy