mayurbm commented on PR #25553: URL: https://github.com/apache/camel/pull/25553#issuecomment-5340702780
## JIRA Issue: CAMEL-24403 **Link:** https://issues.apache.org/jira/browse/CAMEL-24403 **Summary:** camel-mail: MessageRemovedException in processCommit causes null in error log **Type:** Bug **Component:** camel-mail ### Problem When an IMAP message is expunged (deleted by another client or server-side policy) between the time it is fetched by and when the on-completion commit callback fires, throws . This exception is constructed without a message string so returns , producing: ### Stack Trace ### Root Cause extends but is constructed without a message string, so returns . The existing block in passed it directly to the exception handler, which included the null in the formatted output. ### Expected Log After Fix -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
