quantranhong1999 commented on a change in pull request #788:
URL: https://github.com/apache/james-project/pull/788#discussion_r767458885



##########
File path: 
server/protocols/protocols-imap4/src/main/java/org/apache/james/imapserver/netty/ImapChannelUpstreamHandler.java
##########
@@ -128,13 +128,13 @@ public static ImapChannelUpstreamHandlerBuilder builder() 
{
     private final Metric imapCommandsMetric;
     
     public ImapChannelUpstreamHandler(String hello, ImapProcessor processor, 
ImapEncoder encoder, boolean compress,
-                                      boolean plainAuthDisallowed, Encryption 
secure, ImapMetrics imapMetrics) {
+                                      boolean requireSSL, Encryption secure, 
ImapMetrics imapMetrics) {
         this.hello = hello;
         this.processor = processor;
         this.encoder = encoder;
         this.secure = secure;
         this.compress = compress;
-        this.plainAuthDisallowed = plainAuthDisallowed;
+        this.plainAuthDisallowed = requireSSL;

Review comment:
       ```this.requireSSL = requireSSL``` ?




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