quantranhong1999 commented on a change in pull request #791:
URL: https://github.com/apache/james-project/pull/791#discussion_r767508171
##########
File path:
protocols/imap/src/main/java/org/apache/james/imap/api/process/ImapSession.java
##########
@@ -233,4 +233,10 @@ default Username getUserName() {
.map(MailboxSession::getUser)
.orElse(null);
}
+
+ default boolean isPlainAuthDisabledEventually() {
Review comment:
Can you tell me more about this? I am not sure that I understand what
you mean here. On my side, this method covers only for the PLAIN case and not
for the ODIC case. For the ODIC case I think we need a new condition anyway.
--
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]