Releases: emersion/go-message
Releases · emersion/go-message
0.11.1
go-message v0.11.1
Ben Burwell (1):
charset: reintroduce support for CP125x encodings
Max Mazurov (1):
textproto: Add Header.AddRaw
shiroyasha (1):
textproto: Support headers without body
0.11.0
go-message v0.11.0
This version adds support for all charsets in x/text/encoding to the
charset package.
Breaking change: charset.EncodeHeader and charset.DecodeHeader have been
dropped.
Full commit history:
Simon Ser (4):
mail: add more AttachmentHeader.Filename tests
charset: drop DecodeHeader and EncodeHeader
go fmt
Add support for all charsets
fox.cpp (1):
textproto: Drop f.b assignment from WriteHeader
0.10.8
go-message v0.10.8
Simon Ser (1):
textproto: remove dead code
fox.cpp (3):
textproto: Add Header.Len
textproto: Preallocate where useful
textproto: Add benchmarks for comparison with net/textproto
0.10.7
go-message v0.10.7
Ben Burwell (1):
Commit go.sum
Reto Brunner (1):
mail/header: strip CFWS from date headers.
Simon Ser (1):
Update dependencies
Stephen Brennan (2):
Support ANSI x3.4 as a name for ASCII
Update commentary about encodings
0.10.6
go-message v0.10.6
Reto Brunner (1):
mail: use message.CharsetReader in parseAddressList
Simon Ser (2):
Ignore encoding for multipart, charset for non-text
Drop charset quirk from message package.
0.10.5
go-message v0.10.5
Simon Ser (1):
textproto: don't insert whitespace in long header field values
0.10.4
go-message v0.10.4
Ben Burwell (1):
Handle the invalid "utf8" encoding
Simon Ser (2):
message: add HeaderFields
message: document Text returns the raw value on charset error
0.10.3
go-message v0.10.3
Drew DeVault (1):
Add utility function for generating Message-Id
Simon Ser (4):
textproto: add a (disabled) test for LF messages
message: add a test for reading single-part entities
textproto: remove logs, added by mistake
textproto: fix parsing messages with LF line endings
0.10.2
go-message v0.10.2
Simon Ser (3):
textproto: fix deleting header fields in some cases
textproto: fix deleting keys in iterators
textproto: add multipart implementation
0.10.1
go-message v0.10.1
Simon Ser (1):
textproto: add Header.Copy