Hi Andrew,

sounds like a bug in ExtraDotInputStream. I will try to write a unit
test to reproduce it and fix it.

BTW for bugreports its best to just use our bugtracker. This ensures
the issue get not "lost". You can find the bugtracker here:

https://issues.apache.org/jira/browse/JAMES

Thx,
Norman


2010/12/23 Andrew S. Tomlinson <[email protected]>:
> 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]
>
>

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to