Skip to content

v0.2.1: io.Reader interface

Choose a tag to compare

@wneessen wneessen released this 28 May 09:09
· 1636 commits to main since this release
069ffa0

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