Author: bago
Date: Tue Jan 3 02:53:02 2006
New Revision: 365603
URL: http://svn.apache.org/viewcvs?rev=365603&view=rev
Log:
Removed superflous CRLF at the end of POP3 messages (POP3 protocol compliance),
Changed pop3 stream from InputStream to RawInputStream.
I'm not sure this is correct but the RFC simply doesn't talk of message
decoding and this change allow for malformed messages to be transmitted
correctly (fixes JAMES-328)
Added a few ristretto tests for POP3 (and the proof for JAMES-328). Added
finally clause to the pop3 TOP and RETR clauses to always send "." at the end
of the response.
Added:
james/server/trunk/src/test/org/apache/james/pop3server/
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]