cwinters8 / gomap

Go module for interfacing with JMAP servers
BSD 3-Clause "New" or "Revised" License
1 stars 0 forks source link

new GetEmailsCall func #20

Closed cwinters8 closed 1 year ago

cwinters8 commented 1 year ago

GetEmailsCall should be an abstraction for the construction of the requests.Call that is currently being done in GetEmails and Email.Get. That way a consumer of the package can create a call and modify the body as needed.