v0.2.0: Fixes in WriteTo() and WriteToSendmail()
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 tomsg.WriteTo()
after the first invocation ofmsg.WriteTo()
(see #8). Thanks @inliquid for the bug report