chibenwa opened a new pull request, #1432: URL: https://github.com/apache/james-project/pull/1432
## Actual behaviour  ``` Error fetching folders: status: expecting ')' or attribute ``` Here are IMAP debug logs: ``` * STATUS "Test email box" (MESSAGES' [imapx:A] I/O: ' 0 UIDNEXT 1 UIDVALIDITY 748930662 UNSEEN 0) ``` Notice the IMAP STATUS response being split into 2 IMAP messages. ## Reason Evolution do not support an IMAP message to be split into 2 TCP frames. Avoid pushing partial TCP frames. Suspect: https://github.com/apache/james-project/pull/1364 ## Resolution test - [ ] QA to validate #1364 impact: revert and test live... - [ ] Find a way to disable partial sends with the netty stack - [ ] Write a test reproducing the partial send behaviour -- 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]
