Received: from out4-smtp.messagingengine.com (out4-smtp.messagingengine.com [66.111.4.28]) by mail.sr.ht (Postfix) with ESMTPS id AA588400B6 for <~sircmpwn/aerc@lists.sr.ht>; Thu, 11 Jul 2019 13:49:40 +0000 (UTC) Authentication-Results: mail.sr.ht; dkim=pass (2048-bit key) header.d=benburwell.com header.i=@benburwell.com header.b=ydKihtpY; dkim=pass (2048-bit key) header.d=messagingengine.com header.i=@messagingengine.com header.b=PTdPMHgR Received: from compute4.internal (compute4.nyi.internal [10.202.2.44]) by mailout.nyi.internal (Postfix) with ESMTP id 7203C2213A; Thu, 11 Jul 2019 09:49:40 -0400 (EDT) Received: from mailfrontend2 ([10.202.2.163]) by compute4.internal (MEProxy); Thu, 11 Jul 2019 09:49:40 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=benburwell.com; h=from:to:cc:subject:date:message-id:in-reply-to:references :mime-version:content-transfer-encoding; s=fm3; bh=GZlomrP62E4Gm sgT0JUxIZBC0bnNtolqOvkh6L1aaYs=; b=ydKihtpYJM3736xtabKRi0dWPg08v yI6jm2hLFu1qmelFCCSt4GlOinpcISf+KG3/F1s3XIgWTjty0FTgVoCBY54Mp+XE fJDCPADfUdMbdZZCe/m4sbjfcaP1AT0fPfAIvDw2aog6Mr3XUowhrHf/P66kQroo oedWFmqCkoKa6ElsxpJ33a5vh94RjTEaHFIz6gi+UQkQO6N4W/d5s7RE8V4zywAw RuEy/U0zHAop06VzgQQfIZ9CYsvRu5UVw8FzoTwpbZrwV/ZPDbRiqeuVGijZ7Ij/ dfuFumjg8JR7emLKcR6L9Qe8LZBsAnqCYFhJU3OVgv7t5+cLAw1XLNIgg== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d= messagingengine.com; h=cc:content-transfer-encoding:date:from :in-reply-to:message-id:mime-version:references:subject:to :x-me-proxy:x-me-proxy:x-me-sender:x-me-sender:x-sasl-enc; s= fm3; bh=GZlomrP62E4GmsgT0JUxIZBC0bnNtolqOvkh6L1aaYs=; b=PTdPMHgR HGFGHs4Y8crSe5Litl+3YorRwPELN37PKUzV7xO/fcLM/wqyKfBE+StUdEQQzFnS 119ffXZN97RUEirbAjqXCVKb2VFPbnNeAXMEm1QaKdOx4801SpWBQCmWGFkZaZb+ oczZK6FS+sCFObngKDouGTMMgiLyFTNFmDk3mj9r8FTrkX7E5uExqty0yTIVX9TE IX/1K1Fahtiw7nEJynRzNCqKTKVyBFOUhQBhbWWs6J5OxCDLRhhtITyDbi0z0MbM 907wl+AkwefrRlLbHqk4n2+uXJCZmbd833/cdQcXGB7FuYEYxjMPqw3B6if2pNsn yeiNCUV1o2ScGg== X-ME-Sender: X-ME-Proxy-Cause: gggruggvucftvghtrhhoucdtuddrgeduvddrgeekgdejtdcutefuodetggdotefrodftvf curfhrohhfihhlvgemucfhrghsthforghilhdpqfgfvfdpuffrtefokffrpgfnqfghnecu uegrihhlohhuthemuceftddtnecunecujfgurhephffvufffkffojghfggfgsedtkeertd ertddtnecuhfhrohhmpeeuvghnuceuuhhrfigvlhhluceosggvnhessggvnhgsuhhrfigv lhhlrdgtohhmqeenucffohhmrghinhepghhithhhuhgsrdgtohhmnecukfhppedugeeird duudehrdegvddruddtnecurfgrrhgrmhepmhgrihhlfhhrohhmpegsvghnsegsvghnsghu rhifvghllhdrtghomhenucevlhhushhtvghrufhiiigvpedt X-ME-Proxy: Received: from localhost (146-115-42-10.s4872.c3-0.abr-cbr1.sbo-abr.ma.cable.rcncustomer.com [146.115.42.10]) by mail.messagingengine.com (Postfix) with ESMTPA id 04963380083; Thu, 11 Jul 2019 09:49:39 -0400 (EDT) From: Ben Burwell To: ~sircmpwn/aerc@lists.sr.ht Cc: Ben Burwell Subject: [PATCH v2 3/5] Handle the invalid "utf8" encoding Date: Thu, 11 Jul 2019 09:44:52 -0400 Message-Id: <20190711134454.80318-4-ben@benburwell.com> X-Mailer: git-send-email 2.22.0 In-Reply-To: <20190711134454.80318-1-ben@benburwell.com> References: <20190711134454.80318-1-ben@benburwell.com> MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable See commit 0bfc369eb68a1d34ea0ee983f218e97a14099959 in the go-message package. --- go.mod | 2 +- go.sum | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/go.mod b/go.mod index 40c4df2..a8a25ea 100644 --- a/go.mod +++ b/go.mod @@ -11,7 +11,7 @@ require ( github.com/emersion/go-imap v1.0.0-beta.6 github.com/emersion/go-imap-idle v0.0.0-20190519112320-2704abd7050e github.com/emersion/go-maildir v0.0.0-20190505155239-cec913e0802c - github.com/emersion/go-message v0.10.3 + github.com/emersion/go-message v0.10.4 github.com/emersion/go-sasl v0.0.0-20190520160400-47d427600317 github.com/emersion/go-smtp v0.11.1 github.com/gdamore/tcell v1.1.2 diff --git a/go.sum b/go.sum index 41b28a1..9ef4818 100644 --- a/go.sum +++ b/go.sum @@ -26,6 +26,8 @@ github.com/emersion/go-maildir v0.0.0-20190505155239-ce= c913e0802c h1:Rx3zrFK2haY github.com/emersion/go-maildir v0.0.0-20190505155239-cec913e0802c/go.mod= h1:GnCg8DiGPgjPjAW4qqrCJDTHYflFCe5bvLE+lJ6TLwI=3D github.com/emersion/go-message v0.10.3 h1:4pajGb3Rq+gHLfRcWysgcwtGRNgLpB= 8LC6X/vRZ89d0=3D github.com/emersion/go-message v0.10.3/go.mod h1:3h+HsGTCFHmk4ngJ2IV/YPh= dlaOcR6hcgqM3yca9v7c=3D +github.com/emersion/go-message v0.10.4 h1:G2hQCx7lE1IFTRAKkDbolJy0d3EVQD= xbwpDYcxjJocI=3D +github.com/emersion/go-message v0.10.4/go.mod h1:3h+HsGTCFHmk4ngJ2IV/YPh= dlaOcR6hcgqM3yca9v7c=3D github.com/emersion/go-sasl v0.0.0-20161116183048-7e096a0a6197 h1:rDJPby= liyym8ZL/Wt71kdolp6yaD4fLIQz638E6JEt0=3D github.com/emersion/go-sasl v0.0.0-20161116183048-7e096a0a6197/go.mod h1= :G/dpzLu16WtQpBfQ/z3LYiYJn3ZhKSGWn83fyoyQe/k=3D github.com/emersion/go-sasl v0.0.0-20190520160400-47d427600317 h1:tYZxAY= 8nu3JJQKios9f27Sbvbkfm4XHXT476gVtszu0=3D --=20 2.22.0