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.
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]
