Details
-
Bug
-
Status: Resolved
-
Critical
-
Resolution: Fixed
-
3.0-beta3
-
None
Description
ExtraDotInputStream does skip the first char of a line if the previous line is empty which cause RetrCmdHandler to send back incorrect data to the client
From ML:
This is causing the first character of email body to be consumed.
session.writeStream(new ExtraDotInputStream(in));
If I quick and dirty replace with
session.writeStream( in );
It then works OK.
To test I simply send a plain text email with body ABCD, and what I receive
is BCD.
Attachments
Issue Links
- is duplicated by
-
JAMES-1153 Email attachments are corrupted
-
- Closed
-