Closed
Description
Expected Behavior
A function should exist in ImapIdleChannelAdapterSpec to configure reconnect delay.
Current Behavior
The support object for an ImapIdleChannelAdapterSpec object has a setReconnectDelay function; however, the spec builder itself does not have a corresponding reconnectDelay function.
Context
I am unable to set the reconnect delay while creating an ImapIdleChannelAdapterSpec Bean. I want to control the reconnect delay according to project needs.