You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I wonder if an interface like that is good to make it easier to construct Request objects...
b:= client.Batch{}
b.Use(MailCapability)
b.Add("Todo/get", jmap.GetArgs{AccountId: "id", Ids: []jmap.ID{...}}, b.NextCallID())
b.NthCallID(1) // returns CallID of first request, for use in referencescl:= client.Client{...}
resp, err:=cl.Send(b)
Reference: https://jmap.io/spec-core.html
List below is nowhere complete.
The text was updated successfully, but these errors were encountered: