summaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authorReto Brunner <reto@labrat.space>2020-07-09 08:28:58 +0200
committerReto Brunner <reto@labrat.space>2020-07-09 08:28:58 +0200
commit32df768d0359dbdc1a49f01cf68b9ca7633bb44c (patch)
treef4346c21ed1673fb4f14c8ca828f4fdb877aa48e /go.mod
parent0535f6333f2f5d13469fc315a65c53ff8a5e83f3 (diff)
downloadaerc-32df768d0359dbdc1a49f01cf68b9ca7633bb44c.zip
Update go-message, fixes various bugs
Changelog: d262af7 (tag: v0.12.0) textproto: check header characters 5b97b1b Remove hz-gb-2312 encoding as it can crash 0e60ea0 writer: add Mime-Version header when missing c512562 textproto: add Header.Raw and HeaderFields.Raw 4af4c77 textproto: Add HeaderFields.Len f828d02 Add test converting an Entity to quoted-printable 8c6ac6b Add CreateInlineWriter to get a writer that allows alternatives, but no attachments. fee642d (tag: v0.11.2) Fix incorrect line folding of RFC2047-encoded strings 9c4415e textproto: add limits for header field length and total amount of fields 46fe03d mail: add Message-Id test with IPv6 address 6c32091 textproto: add MultipartReader tests 9ce1b6f textproto: remove unused skipSpace function a41879c mail: add tests for Header.{MessageID,MsgIDList} 82eb31c mail: add Header.MessageID and Header.MsgIDList 7e482a2 mail: add headerParser 40e7be6 textproto: minor doc improvements f119d5f readme: remove stability badge e48b6c5 mail: minor comments and docs improvements 8ade7dd textproto: add error on invalid header key
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod2
1 files changed, 1 insertions, 1 deletions
diff --git a/go.mod b/go.mod
index fb32201..1e30aba 100644
--- a/go.mod
+++ b/go.mod
@@ -10,7 +10,7 @@ require (
github.com/emersion/go-imap v1.0.4
github.com/emersion/go-imap-idle v0.0.0-20190519112320-2704abd7050e
github.com/emersion/go-maildir v0.2.0
- github.com/emersion/go-message v0.11.1
+ github.com/emersion/go-message v0.12.0
github.com/emersion/go-pgpmail v0.0.0-20200303213726-db035a3a4139
github.com/emersion/go-sasl v0.0.0-20191210011802-430746ea8b9b
github.com/emersion/go-smtp v0.12.1