Some ImapMailReceiverTests improvements

* Fix typo in the `ImapIdleChannelAdapter` log message for not reconnecting error
This commit is contained in:
abilan
2023-04-20 16:16:41 -04:00
parent 5e348091f0
commit fa1f8a4eff
2 changed files with 30 additions and 29 deletions

View File

@@ -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();
}