forked from
anil.recoil.org/ocaml-jmap
this repo has no description
1{
2 "using": ["urn:ietf:params:jmap:core", "urn:ietf:params:jmap:mail"],
3 "methodCalls": [
4 ["Mailbox/get", {"accountId": "acc1"}, "c1"],
5 ["Email/query", {"accountId": "acc1", "filter": {"inMailbox": "inbox1"}}, "c2"],
6 ["Email/get", {"accountId": "acc1", "#ids": {"resultOf": "c2", "name": "Email/query", "path": "/ids"}}, "c3"]
7 ]
8}