Skip to content

Releases: emersion/go-message

0.11.1

06 Jan 17:20
v0.11.1
47cbba6
Compare
Choose a tag to compare
0.11.1 Pre-release
Pre-release
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

19 Dec 13:10
v0.11.0
8eb6e2e
Compare
Choose a tag to compare
0.11.0 Pre-release
Pre-release
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

04 Nov 22:45
v0.10.8
Compare
Choose a tag to compare
0.10.8 Pre-release
Pre-release
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

19 Aug 17:05
v0.10.7
Compare
Choose a tag to compare
0.10.7 Pre-release
Pre-release
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

13 Aug 20:22
v0.10.6
Compare
Choose a tag to compare
0.10.6 Pre-release
Pre-release
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

27 Jul 14:18
v0.10.5
c83e537
Compare
Choose a tag to compare
0.10.5 Pre-release
Pre-release
go-message v0.10.5

Simon Ser (1):
      textproto: don't insert whitespace in long header field values

0.10.4

09 Jul 17:37
v0.10.4
Compare
Choose a tag to compare
0.10.4 Pre-release
Pre-release
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

18 May 16:29
v0.10.3
2796013
Compare
Choose a tag to compare
0.10.3 Pre-release
Pre-release
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

15 May 15:51
v0.10.2
604a737
Compare
Choose a tag to compare
0.10.2 Pre-release
Pre-release
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

14 May 17:40
v0.10.1
34d549a
Compare
Choose a tag to compare
0.10.1 Pre-release
Pre-release
go-message v0.10.1

Simon Ser (1):
      textproto: add Header.Copy