这是indexloc提供的服务,不要输入任何密码
Skip to content

Tags: emersion/go-message

Tags

v0.11.2

Toggle v0.11.2's commit message

Verified

This tag was signed with the committer’s verified signature. The key has expired.
emersion Simon Ser
go-message v0.11.2

Alex Wennerberg (1):
      textproto: add error on invalid header key

Dmitry Valter (1):
      Fix incorrect line folding of RFC2047-encoded strings

Max Mazurov (1):
      textproto: add limits for header field length and total amount of fields

Simon Ser (9):
      mail: minor comments and docs improvements
      readme: remove stability badge
      textproto: minor doc improvements
      mail: add headerParser
      mail: add Header.MessageID and Header.MsgIDList
      mail: add tests for Header.{MessageID,MsgIDList}
      textproto: remove unused skipSpace function
      textproto: add MultipartReader tests
      mail: add Message-Id test with IPv6 address

v0.11.1

Toggle v0.11.1's commit message

Verified

This tag was signed with the committer’s verified signature. The key has expired.
emersion Simon Ser
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

v0.11.0

Toggle v0.11.0's commit message

Verified

This tag was signed with the committer’s verified signature. The key has expired.
emersion Simon Ser
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

v0.10.8

Toggle v0.10.8's commit message

Verified

This tag was signed with the committer’s verified signature. The key has expired.
emersion Simon Ser
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

v0.10.7

Toggle v0.10.7's commit message

Verified

This tag was signed with the committer’s verified signature. The key has expired.
emersion Simon Ser
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

v0.10.6

Toggle v0.10.6's commit message

Verified

This tag was signed with the committer’s verified signature. The key has expired.
emersion Simon Ser
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.

v0.10.5

Toggle v0.10.5's commit message

Verified

This tag was signed with the committer’s verified signature. The key has expired.
emersion Simon Ser
go-message v0.10.5

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

v0.10.4

Toggle v0.10.4's commit message

Verified

This tag was signed with the committer’s verified signature. The key has expired.
emersion Simon Ser
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

v0.10.3

Toggle v0.10.3's commit message

Verified

This tag was signed with the committer’s verified signature. The key has expired.
emersion Simon Ser
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

v0.10.2

Toggle v0.10.2's commit message

Verified

This tag was signed with the committer’s verified signature. The key has expired.
emersion Simon Ser
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