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<Void> processRequestReactive(StatusRequest 
request, ImapSession s
             .then(unsolicitedResponses(session, responder, false))
             .then(Mono.fromRunnable(() -> okComplete(request, responder)))
             .onErrorResume(MailboxException.class, e -> {

Review Comment:
   Should this be explicitly `MailboxNotFoundException`?
   
   I see lots of sub classes of `MailboxException`. For the rest, I think we 
still can fallback to `STATUS_FAILED`.



-- 
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]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to