This is an automated email from the ASF dual-hosted git repository.
rcordier pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/james-project.git.
from 67d621d JAMES-3605 Reconnection handling should rely on Init operation
new 748b9c9 JAMES-3610 Allow specify a default unit for Size parsing when
none is specified
new 2808eb9 JAMES-3610 Size::parse can throw IllegalArgumentException
instead of Exception
new 6fcfc3a JAMES-3610 Fix
SmtpSizeLimitationTest::messageShouldNotBeAcceptedWhenOverSized
new 4773177 JAMES-3610 Add back a test for SMTP max line length
new c132e92 JAMES-3610 SMTP: unit for maxmessagesize option
new abd809c JAMES-3610 IMAP: unit for size related options
new 48b8079 JAMES-3610 IMAP: unit for size related options (documentation)
new c7c877a JAMES-3610 SMTP: unit for size related options (documentation)
The 8 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:
.../servers/pages/distributed/configure/imap.adoc | 7 ++++-
.../servers/pages/distributed/configure/smtp.adoc | 2 +-
.../modules/mailbox/TikaConfigurationReader.java | 3 +-
.../src/main/java/org/apache/james/util/Size.java | 36 +++++++++++++++-------
.../test/java/org/apache/james/util/SizeTest.java | 10 ++++++
.../mailets/configuration/SmtpConfiguration.java | 21 ++++++-------
.../configuration/SmtpConfigurationTest.java | 2 +-
.../apache/james/smtp/SmtpSizeLimitationTest.java | 30 ++++++++++++++++--
.../apache/james/imapserver/netty/IMAPServer.java | 15 +++++++--
.../src/test/resources/imapServer.xml | 4 +--
.../apache/james/smtpserver/netty/SMTPServer.java | 4 ++-
src/site/xdoc/server/config-imap4.xml | 7 ++++-
src/site/xdoc/server/config-smtp-lmtp.xml | 2 +-
13 files changed, 105 insertions(+), 38 deletions(-)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]