chibenwa opened a new pull request, #2481: URL: https://github.com/apache/james-project/pull/2481
Design choices: - For performance reasons do not set up the MDC for each and every parsing attempt. Doing it upon parsing errors is likely enough, and prevent costs associated with MDC management. - Centralize management of the MDC into the IMAP session. This avoids coupling the parsers to the transport layer by preventing constant duplication. - And finally this meant also managing user and selected mailbox in a statefull manner. This unsure the MDC from the IMAP session can be used straight away... -- 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: notifications-unsubscr...@james.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: notifications-unsubscr...@james.apache.org For additional commands, e-mail: notifications-h...@james.apache.org