this repo has no description
at main 8 lines 347 B view raw
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}