cwinters8 / gomap

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

`NewMessage`'s `to` arg should be a slice #2

Closed cwinters8 closed 1 year ago

cwinters8 commented 1 year ago

In order to support sending an email to multiple recipients, arguments.NewMessage should take in a slice of *arguments.Address for the to argument.

cwinters8 commented 1 year ago

no longer relevant due to requests refactor