Re: [PR] [FIX] IMAP STATUS should better handle MailboxNotFoundException [james-project]

2024-03-27 Thread via GitHub
Arsnael merged PR #2158: URL: https://github.com/apache/james-project/pull/2158 -- 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:

Re: [PR] [FIX] IMAP STATUS should better handle MailboxNotFoundException [james-project]

2024-03-27 Thread via GitHub
chibenwa commented on code in PR #2158: URL: https://github.com/apache/james-project/pull/2158#discussion_r1541948946 ## protocols/imap/src/main/java/org/apache/james/imap/processor/StatusProcessor.java: ## @@ -104,8 +104,8 @@ protected Mono processRequestReactive(StatusRequest

Re: [PR] [FIX] IMAP STATUS should better handle MailboxNotFoundException [james-project]

2024-03-27 Thread via GitHub
quantranhong1999 commented on code in PR #2158: URL: https://github.com/apache/james-project/pull/2158#discussion_r1540853454 ## protocols/imap/src/main/java/org/apache/james/imap/processor/StatusProcessor.java: ## @@ -104,8 +104,8 @@ protected Mono

Re: [PR] [FIX] IMAP STATUS should better handle MailboxNotFoundException [james-project]

2024-03-26 Thread via GitHub
chibenwa commented on PR #2158: URL: https://github.com/apache/james-project/pull/2158#issuecomment-2020992516 (doubled checked against cyrus for the actual behaviour) -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use

[PR] [FIX] IMAP STATUS should better handle MailboxNotFoundException [james-project]

2024-03-26 Thread via GitHub
chibenwa opened a new pull request, #2158: URL: https://github.com/apache/james-project/pull/2158 Some MUA requests mailboxes that no longer exist nor are subscribed. - Explicit IMAP message - Stacktrace is not necessary in the error message - INFO log Overall