chibenwa commented on code in PR #3089:
URL: https://github.com/apache/james-project/pull/3089#discussion_r3584996287


##########
server/protocols/protocols-pop3/src/main/java/org/apache/james/pop3server/core/PassCmdHandler.java:
##########
@@ -55,15 +59,18 @@
  */
 public class PassCmdHandler extends AbstractPassCmdHandler  {
     private static final Logger LOGGER = 
LoggerFactory.getLogger(PassCmdHandler.class);
+    private static final PlainSaslMechanism PLAIN_SASL_MECHANISM = new 
PlainSaslMechanism(true, false);

Review Comment:
   What does `(true, false)` means?



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