Skip to content

v0.2.0: Fixes in WriteTo() and WriteToSendmail()

Compare
Choose a tag to compare
@wneessen wneessen released this 27 May 11:02
· 1153 commits to main since this release
c001ac5

This release fixes two bugs in the msg.WriteTo() and the msg.WriteToSendmail() methods

Changes

  • 4fe503d Fixes hanging reads in the msg.WriteToSendmail() method (see #7) Thanks to @inliquid for the PR
  • ebef1fe Fixes a bug in msg.WriteTo() that would not output the message body on subsequent calls to msg.WriteTo() after the first invocation of msg.WriteTo() (see #8). Thanks @inliquid for the bug report