felixauringer commented on code in PR #2773: URL: https://github.com/apache/james-project/pull/2773#discussion_r2576531886
########## mpt/impl/managesieve/core/src/main/resources/org/apache/james/managesieve/scripts/capability.test: ########## @@ -39,7 +39,7 @@ S: OK C: AUTHENTICATE "PLAIN" S: \+ "" -C: user password +C: "user password" Review Comment: I have added a commit that ensures continuation must be sent without quotes and adapts the tests accordingly. However, I am not sure that your reference supports this behavior. All examples using continuation use the syntax where the unquoted message is preceded by the exact length of the client message. With that syntax, it is of course not necessary to quote the client message. -- 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]
