RFC 1854 - Command Pipelining support
-------------------------------------
Key: JAMES-375
URL: http://issues.apache.org/jira/browse/JAMES-375
Project: James
Type: Improvement
Components: SMTPServer
Versions: 2.2.1, 3.0
Environment: james-trunk
Reporter: Stefano Bagnara
Priority: Minor
Attachments: CRLFTerminatedReader.java.patch, POP3Handler.java.patch,
SMTPHandler.java.patch
James currently does not ANNOUNCE RFC 1854 - Command Pipelining.
I also does not support PIPELINING after the DATA command. By RFC this is not
an issue because DATA should be the last command in a pipeline but I preferred
to fix the double buffering issue in the stream pipeline by changing the
CRLFTerminatedReader to not buffer (the InputStream we read is already
buffering).
ANNOUNCE support is easy (one line of code) once you apply my smtpserver patch
for the AUTH support. I didn't add the patch here because it was conflicting.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
http://www.atlassian.com/software/jira
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]