From 0f584eb3e28b5a66c1f6855ce525650f0c4d5dd1 Mon Sep 17 00:00:00 2001 From: y0ast Date: Wed, 14 Oct 2020 21:54:49 +0100 Subject: update go-imap This fixes the problem that when the header contains "undisclosed-recipients:;", which got parsed by go-imap as ", <@>". If we do reply all, aerc adds these malformed emails to the To: field. --- go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'go.mod') diff --git a/go.mod b/go.mod index f5b0ba55..d0da13e7 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 -- cgit