Arsnael commented on code in PR #2126:
URL: https://github.com/apache/james-project/pull/2126#discussion_r1527746079


##########
server/protocols/protocols-imap4/src/main/java/org/apache/james/imapserver/netty/ImapChannelUpstreamHandler.java:
##########
@@ -156,6 +158,11 @@ public ImapChannelUpstreamHandler build() {
         }
     }
 
+    static class ImapLineraizer {

Review Comment:
   Typo :) 
   
   ```suggestion
       static class ImapLinearizer {
   ```



##########
server/protocols/protocols-imap4/src/main/java/org/apache/james/imapserver/netty/ImapChannelUpstreamHandler.java:
##########
@@ -373,19 +380,28 @@ private void manageUnknownError(ChannelHandlerContext 
ctx) {
 
     @Override
     public void channelRead(ChannelHandlerContext ctx, Object msg) {
+

Review Comment:
   Unecessary?



-- 
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: notifications-unsubscr...@james.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscr...@james.apache.org
For additional commands, e-mail: notifications-h...@james.apache.org

Reply via email to