Tags: emersion/go-message
Tags
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
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
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