chibenwa opened a new pull request #893:
URL: https://github.com/apache/james-project/pull/893


   1. Introduces unit tests for IMAP partial fetch. Those are not working 
properly after the Netty 4 migration cf 
https://github.com/apache/james-project/pull/886#issuecomment-1048862314
   
   2. I discovered a bug where a ridicoulously high size is reproded for 
partial fetches with an offset and no limit (close to Long.MAX) that IMAP 
clients are not able to handle. This is due to the use of Long.MAX_VALUE to 
represent absence and causes mis-calculations down the line. Fixed with the use 
of Optionals...


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

Reply via email to