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

Tags: emersion/go-message

Tags

v0.10.1

Toggle v0.10.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.10.1

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

v0.10.0

Toggle v0.10.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.10.0

This release contains breaking changes.

The header API has been completely re-written to ensure header fields don't get
re-ordered and are modified in a way that doesn't break DKIM signatures. See
the documentation for the new API [1].

You now need to explicitly import "github.com/emersion/go-message/charset" to
opt-in to automatic charset decoding.

In the mail package, Text parts have been renamed to Inline.

[1]: https://godoc.org/github.com/emersion/go-message/textproto#Header

NamedKitten (1):
      Fix tests.

Simon Ser (4):
      charset: set message.CharsetReader on init, add docs
      readme: update CI badge to sr.ht
      mail: add CreateSingleInlineWriter
      Update golang.org/x/text

emersion (23):
      Add new Header API
      Add readHeader
      More docs for new Header API
      Add basic writeHeader
      go fmt
      Preserve whitespace when writing headers
      Add example for new header API
      Improve TestHeaderWithWhitespace
      Move wire header API into subpackage
      Use new header API
      textproto: add example
      Move formatHeaderField to textproto
      Remove Header.{Set,}ContentDescription, add Header.{Set,}Text
      readme: add more features
      ci: switch to sr.ht
      Add go.mod
      Make Writer fail on invalid encoding/charset
      Document Writer
      mail: rename Text to Inline
      textproto: fix Header functions not having ptr receiver
      mail: remove New{Attachment,Inline}Header
      mail: add missing inline.go
      mail: remove dependency on charset package

v0.9.2

Toggle v0.9.2's commit message

Verified

This tag was signed with the committer’s verified signature. The key has expired.
emersion Simon Ser
Anton Golubenko (1):

      Add non standart ansi_x3.110-1983 encoding

Max Gonzih (1):
      Don't split Quoted Printable characters during folding procedure

Ruslan Levitskiy (1):
      fix 'unhandled charset "cp1252"' error

v0.9.1

Toggle v0.9.1's commit message

Verified

This commit was signed with the committer’s verified signature. The key has expired.
emersion Simon Ser
mail: do not return an error if header field is missing in Header.Add…

…ressList

v0.9

Toggle v0.9's commit message

Verified

This commit was signed with the committer’s verified signature. The key has expired.
emersion Simon Ser
mail: make NextPart return a Part if an encoding error happens