chibenwa commented on a change in pull request #342:
URL: https://github.com/apache/james-project/pull/342#discussion_r602158648



##########
File path: 
protocols/imap/src/main/java/org/apache/james/imap/decode/ImapRequestLineReader.java
##########
@@ -372,7 +372,7 @@ public String consumeLiteral(Charset charset) throws 
DecodingException {
             return consumeLiteral(US_ASCII);
         } else {
             try {
-                ImmutablePair<Integer, Literal> literal = 
consumeLiteral(false);
+                ImmutablePair<Integer, Literal> literal = consumeLiteral(true);

Review comment:
       Crap. You are fully right.




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

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