about summary refs log tree commit diff stats
path: root/go.mod
diff options
context:
space:
mode:
authory0ast <joost@joo.st>2020-10-14 21:54:49 +0100
committerReto Brunner <reto@labrat.space>2020-10-15 09:12:25 +0200
commit0f584eb3e28b5a66c1f6855ce525650f0c4d5dd1 (patch)
tree9b1bdaa0a65abec42ba3a61bcdca1be45666b633 /go.mod
parent75cbf767326dfc67325773850ab1f6451dc9fb14 (diff)
downloadaerc-0f584eb3e28b5a66c1f6855ce525650f0c4d5dd1.tar.gz
update go-imap
This fixes the problem that when the header contains "undisclosed-recipients:;",
which got parsed by go-imap as "<undisclosed-recipients@>, <@>".
If we do reply all, aerc adds these malformed emails to the To: field.
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 f5b0ba5..d0da13e 100644
--- a/go.mod
+++ b/go.mod
@@ -7,7 +7,7 @@ require (
 	github.com/creack/pty v1.1.10
 	github.com/danwakefield/fnmatch v0.0.0-20160403171240-cbb64ac3d964
 	github.com/ddevault/go-libvterm v0.0.0-20190526194226-b7d861da3810
-	github.com/emersion/go-imap v1.0.6-0.20200914131512-88f167c1e6f7
+	github.com/emersion/go-imap v1.0.6-0.20201014170015-5a03a09eba6d
 	github.com/emersion/go-imap-idle v0.0.0-20190519112320-2704abd7050e
 	github.com/emersion/go-imap-sortthread v1.1.0
 	github.com/emersion/go-maildir v0.2.0