quantranhong1999 commented on code in PR #3108: URL: https://github.com/apache/james-project/pull/3108#discussion_r3801034244
########## upgrade-instructions.md: ########## @@ -37,6 +38,25 @@ intentionally allow clear-text USER/PASS authentication must add the following t </auth> ``` +### JAMES-4210 ManageSieve SASL adoption + +Date: 13/08/2026 + +Concerned products: ManageSieve servers and custom ManageSieve authentication extensions + +ManageSieve authentication now uses the shared SASL mechanism stack. The non-standard empty challenge `+ ""` is +now emitted as the RFC 5804 string `""`. Clients should send quoted or literal strings for SASL continuations; +legacy bare continuations remain accepted for compatibility. Review Comment: https://github.com/user-attachments/assets/21b41847-37a6-4a13-8182-2c38b545e898 It works well. I can connect, create, modify some scripts, and activate the script. -- 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]
