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 1f32521 JAMES-3534 Implement Identity/set update (custom identities)
(#754)
new 4d16282 JAMES-3534 Identity/set destroy
new 106f528 JAMES-3534 SetError forbidden should not always require
Properties
new 95f8e77 JAMES-3534 Identity/get should not fail when response with
empty List[Identity]
The 3 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:
.../jmap/api/identity/CustomIdentityDAO.scala | 18 +-
.../distributed/DistributedIdentitySetTest.java | 3 +-
.../rfc8621/contract/IdentityGetContract.scala | 50 +++
.../rfc8621/contract/IdentitySetContract.scala | 360 ++++++++++++++++++++-
.../memory/MemoryIdentitySetMethodTests.java | 3 +-
.../org/apache/james/jmap/core/SetError.scala | 4 +-
.../james/jmap/json/IdentitySerializer.scala | 11 +-
.../org/apache/james/jmap/mail/IdentityGet.scala | 6 +-
.../org/apache/james/jmap/mail/IdentitySet.scala | 7 +-
.../jmap/method/IdentitySetDeletePerformer.scala | 73 +++++
.../james/jmap/method/IdentitySetMethod.scala | 6 +-
.../jmap/method/MailboxSetCreatePerformer.scala | 2 +-
12 files changed, 523 insertions(+), 20 deletions(-)
create mode 100644
server/protocols/jmap-rfc-8621/src/main/scala/org/apache/james/jmap/method/IdentitySetDeletePerformer.scala
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]