v0.2.1: io.Reader interface
This release adds a Msg.Read()
method to go-mail, so that it satisfies the io.Reader
interface which allows us to e. g. use io.Copy
to dump a message to a io.Writer
Changes
- dd02ac2 Add
Msg.Read()
This release adds a Msg.Read()
method to go-mail, so that it satisfies the io.Reader
interface which allows us to e. g. use io.Copy
to dump a message to a io.Writer
Msg.Read()