All notable changes to mailx are documented in this file.
- Single destination headers are used in compliance with RFC 5322 #7.
- Can manually set email message header field
FROM
.func (m *Message) SetSender(address string)
func (m *Message) SetFrom(sender *mail.Address)
- Unable to display unicode attachment name correctly.
- Adding unit tests for coverage.
- Hide manually set email sender address.
- Export a struct:
Message
.
- Release first version.