We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
See https://stackoverflow.com/questions/57364689/how-to-set-cancel-idle-interval-attribute-of-imap-mail-receiver-channel-using-xm/57365795#57365795
The text was updated successfully, but these errors were encountered:
Also looks like the ImapMailInboundChannelAdapterSpec has obtained a cancelIdleInterval() option by mistake.
ImapMailInboundChannelAdapterSpec
cancelIdleInterval()
Sorry, something went wrong.
Right; I noticed that; not clear why it's a property on the IMAPMailReceiver.
IMAPMailReceiver
Ha! Good point! So, maybe this is a bug and not so ideal-for-user-contribution. We need to think more and refactor respectively.
spring-projectsGH-3017: Expose cancel-idle-interval XML attribute
5f70d30
Fixes spring-projects#3017 * Expose also a `ImapIdleChannelAdapterSpec.cancelIdleInterval()` option * Deprecate useless `ImapMailInboundChannelAdapterSpec.cancelIdleInterval()`
20eaec9
ca8377d
artembilan
Successfully merging a pull request may close this issue.
See https://stackoverflow.com/questions/57364689/how-to-set-cancel-idle-interval-attribute-of-imap-mail-receiver-channel-using-xm/57365795#57365795
The text was updated successfully, but these errors were encountered: