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 301b87c Fix typo in test name
new fe29c2f JAMES-3410 Email/set destroy implementation
new 14d496d JAMES-3410 Email/set method binding
new 43295d2 JAMES-3410 Add Email/set destroy distributed test
new 3653e5d JAMES-3410 Email/set destroy error handling
The 4 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/jmap/rfc8621/RFC8621MethodsModule.java | 2 +
...est.java => DistributedEmailSetMethodTest.java} | 7 +-
.../rfc8621/contract/EmailSetMethodContract.scala | 514 +++++++++++++++++++++
...thodTest.java => MemoryEmailSetMethodTest.java} | 5 +-
.../james/jmap/json/EmailSetSerializer.scala | 51 ++
.../{VacationResponseGet.scala => EmailSet.scala} | 41 +-
.../apache/james/jmap/method/EmailSetMethod.scala | 133 ++++++
7 files changed, 735 insertions(+), 18 deletions(-)
copy
server/protocols/jmap-rfc-8621-integration-tests/distributed-jmap-rfc-8621-integration-tests/src/test/java/org/apache/james/jmap/rfc8621/distributed/{DistributedEmailGetMethodTest.java
=> DistributedEmailSetMethodTest.java} (91%)
create mode 100644
server/protocols/jmap-rfc-8621-integration-tests/jmap-rfc-8621-integration-tests-common/src/main/scala/org/apache/james/jmap/rfc8621/contract/EmailSetMethodContract.scala
copy
server/protocols/jmap-rfc-8621-integration-tests/memory-jmap-rfc-8621-integration-tests/src/test/java/org/apache/james/jmap/rfc8621/memory/{MemoryEmailGetMethodTest.java
=> MemoryEmailSetMethodTest.java} (94%)
create mode 100644
server/protocols/jmap-rfc-8621/src/main/scala/org/apache/james/jmap/json/EmailSetSerializer.scala
copy
server/protocols/jmap-rfc-8621/src/main/scala/org/apache/james/jmap/mail/{VacationResponseGet.scala
=> EmailSet.scala} (51%)
create mode 100644
server/protocols/jmap-rfc-8621/src/main/scala/org/apache/james/jmap/method/EmailSetMethod.scala
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]