Skip to content

Commit

Permalink
Adapt James code - posting right in JMAP for subaddressing
Browse files Browse the repository at this point in the history
ref: 17af994c8ffbfb1ee0e699ef4fb3348610566a3c
  • Loading branch information
vttranlina committed Nov 5, 2024
1 parent a3d7590 commit 018d6e2
Showing 1 changed file with 9 additions and 9 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -421,7 +421,7 @@ trait TeamMailboxesContract {
| },
| "isSubscribed": true,
| "namespace": "TeamMailbox[[email protected]]",
| "rights": {"[email protected]":["i", "l", "r", "s", "t", "w"]}
| "rights": {"[email protected]":["i", "l", "p", "r", "s", "t", "w"]}
| }
| ],
| "notFound": []
Expand Down Expand Up @@ -500,7 +500,7 @@ trait TeamMailboxesContract {
| },
| "isSubscribed": true,
| "namespace": "TeamMailbox[[email protected]]",
| "rights": {"[email protected]":["i", "l", "r", "s", "t", "w"]}
| "rights": {"[email protected]":["i", "l", "p", "r", "s", "t", "w"]}
| }
| ],
| "notFound": []
Expand Down Expand Up @@ -579,7 +579,7 @@ trait TeamMailboxesContract {
| },
| "isSubscribed": true,
| "namespace": "TeamMailbox[[email protected]]",
| "rights": {"[email protected]":["i", "l", "r", "s", "t", "w"]}
| "rights": {"[email protected]":["i", "l", "p", "r", "s", "t", "w"]}
| }
| ],
| "notFound": []
Expand Down Expand Up @@ -658,7 +658,7 @@ trait TeamMailboxesContract {
| },
| "isSubscribed": true,
| "namespace": "TeamMailbox[[email protected]]",
| "rights": {"[email protected]":["i", "l", "r", "s", "t", "w"]}
| "rights": {"[email protected]":["i", "l", "p", "r", "s", "t", "w"]}
| }
| ],
| "notFound": []
Expand Down Expand Up @@ -737,7 +737,7 @@ trait TeamMailboxesContract {
| },
| "isSubscribed": true,
| "namespace": "TeamMailbox[[email protected]]",
| "rights": {"[email protected]":["i", "l", "r", "s", "t", "w"]}
| "rights": {"[email protected]":["i", "l", "p", "r", "s", "t", "w"]}
| }
| ],
| "notFound": []
Expand Down Expand Up @@ -816,7 +816,7 @@ trait TeamMailboxesContract {
| },
| "isSubscribed": true,
| "namespace": "TeamMailbox[[email protected]]",
| "rights": {"[email protected]":["i", "l", "r", "s", "t", "w"]}
| "rights": {"[email protected]":["i", "l", "p", "r", "s", "t", "w"]}
| }
| ],
| "notFound": []
Expand Down Expand Up @@ -1009,7 +1009,7 @@ trait TeamMailboxesContract {
| },
| "isSubscribed": true,
| "namespace": "TeamMailbox[[email protected]]",
| "rights": {"[email protected]":["i", "l", "r", "s", "t", "w"]}
| "rights": {"[email protected]":["i", "l", "p", "r", "s", "t", "w"]}
| }
| ],
| "notFound": []
Expand Down Expand Up @@ -1348,7 +1348,7 @@ trait TeamMailboxesContract {
| {
| "id": "$id1",
| "rights": {
| "[email protected]": ["i", "l", "r", "s", "t", "w"]
| "[email protected]": ["i", "l", "p", "r", "s", "t", "w"]
| }
| }
| ]
Expand Down Expand Up @@ -1450,7 +1450,7 @@ trait TeamMailboxesContract {
| "isSubscribed": true,
| "namespace": "TeamMailbox[[email protected]]",
| "rights": {
| "[email protected]": ["i", "l", "r", "s", "t", "w"]
| "[email protected]": ["i", "l", "p", "r", "s", "t", "w"]
| }
| }
| ]
Expand Down

0 comments on commit 018d6e2

Please sign in to comment.