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 fb174fd [RELEASE] Downloads for MIME4J 0.8.5
new 7b218ed JAMES-3608 email.send.max.size option for RFC-8621
new 9e650e5 JAMES-3608 email.send.max.size option for JMAP Draft
new b0f1066 JAMES-3608 Document JMAP email.send.max.size option
new 846b3c6 Merge pull request #527 from chibenwa/JAMES-3608
The 12348 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/jmap.adoc | 4 ++
.../org/apache/james/jmap/draft/JMAPModule.java | 4 ++
.../apache/james/modules/TestJMAPServerModule.java | 1 +
.../methods/integration/SetMessagesMethodTest.java | 43 +++++++++++++-
...veException.java => SizeExceededException.java} | 6 +-
.../james/jmap/draft/methods/MessageAppender.java | 15 ++++-
.../methods/SetMessagesCreationProcessor.java | 6 ++
.../methods/SetMessagesCreationProcessorTest.java | 3 +-
.../rfc8621/contract/EmailSetMethodContract.scala | 66 ++++++++++++++++++++++
.../jmap/method/EmailSetCreatePerformer.scala | 30 +++++++---
.../org/apache/james/jmap/JMAPConfiguration.java | 16 +++++-
.../apache/james/jmap/JMAPConfigurationTest.java | 6 +-
src/site/xdoc/server/config-jmap.xml | 4 ++
13 files changed, 185 insertions(+), 19 deletions(-)
copy
server/protocols/jmap-draft/src/main/java/org/apache/james/jmap/draft/exceptions/{InvalidOutboxMoveException.java
=> SizeExceededException.java} (82%)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]