-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Closed
Labels
status: invalidNot reproducable or not relevant to the current state of the projectNot reproducable or not relevant to the current state of the project
Description
return IntegrationFlows
.from(Mail.imapInboundAdapter("imaps://usr:[email protected]/INBOX")
.searchTermStrategy(searchTermStrategy).shouldMarkMessagesAsRead(true).get(),
e -> e.poller(Pollers.fixedRate(5000).maxMessagesPerPoll(1)))
.log()
.get();
No call to afterPropertiesSet()
is made.
sanesai
Metadata
Metadata
Assignees
Labels
status: invalidNot reproducable or not relevant to the current state of the projectNot reproducable or not relevant to the current state of the project