Some ImapMailReceiverTests improvements
* Fix typo in the `ImapIdleChannelAdapter` log message for not reconnecting error
This commit is contained in:
@@ -252,7 +252,7 @@ public class ImapIdleChannelAdapter extends MessageProducerSupport implements Be
|
||||
else {
|
||||
logger.warn(ex,
|
||||
"Failed to execute IDLE task. " +
|
||||
"Won't resubmit since not a 'shouldReconnectAutomatically'" +
|
||||
"Won't resubmit since not a 'shouldReconnectAutomatically' " +
|
||||
"or not a 'jakarta.mail.MessagingException'");
|
||||
ImapIdleChannelAdapter.this.receivingTaskTrigger.stop();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user