yahoo / imapnio

Java imap nio client that is designed to scale well for thousands of connections per machine and reduce contention when using large number of threads and cpus.
57 stars 50 forks source link

Fix response total bytes counting #124

Closed fansu closed 2 years ago

fansu commented 2 years ago

Fix response total bytes

Description

Fix response total bytes counting. Remove extra +2 in response bytes counting. ImapResponse.toString() already has \r\n inside so no need to add +2 for length.

Motivation and Context

Fix response total bytes counting.

How Has This Been Tested?

Screenshots (if appropriate):

Types of changes

Checklist: