This is an automated email from the ASF dual-hosted git repository.
btellier pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/james-project.git.
from 8910509 JAMES-3581 Avoid breaking changes upon JMAP event
deserialization
new d563577 JAMES-3574 LMTP DATA processing errors should be propagated
upstream
new 9f676d6 fixup! JAMES-3574 LMTP DATA processing errors should be
propagated upstream
new 659b56b fixup! fixup! JAMES-3574 LMTP DATA processing errors should
be propagated upstream
new 8f55920 JAMES-3574 Verify DSN support for LMTP
new 7a03d2c JAMES-3574 Rework LMTP test
new 30d1fc8 JAMES-3574 LMTP should reject EHLO and HELO with 500 error
code
new 3543fd3 JAMES-3574 LMTP DATA should submit a reply by recipient
new 544710b JAMES-3574 LMTP DATA responses can specify the recipient in
the comment part
new 1ab3903 JAMES-3574 LMTP MailetContainerHandler should return one
response per RCPT
The 9 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
.../james/protocols/api/ProtocolSession.java | 2 +
.../james/protocols/api/ProtocolSessionImpl.java | 5 +
.../protocols/api/handler/CommandDispatcher.java | 4 +
.../james/protocols/lmtp/LMTPMultiResponse.java | 9 +-
.../james/protocols/pop3/POP3SessionImpl.java | 5 +
.../james/protocols/smtp/SMTPSessionImpl.java | 8 +-
.../protocols/smtp/utils/BaseFakeSMTPSession.java | 5 +
.../james/lmtpserver/MailetContainerHandler.java | 41 +-
.../hook/MailboxDeliverToRecipientHandler.java | 2 +-
.../apache/james/lmtpserver/LmtpServerTest.java | 417 +++++++++++++++++----
.../lmtpserver/MailetContainerHandlerTest.java | 156 --------
.../test/resources/{lmtpmailet.xml => lmtpdsn.xml} | 5 +
12 files changed, 426 insertions(+), 233 deletions(-)
delete mode 100644
server/protocols/protocols-lmtp/src/test/java/org/apache/james/lmtpserver/MailetContainerHandlerTest.java
copy server/protocols/protocols-lmtp/src/test/resources/{lmtpmailet.xml =>
lmtpdsn.xml} (81%)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]