Re: new "crypto" branch providing full PGP/MIME support
authorDavid Bremner <bremner@unb.ca>
Fri, 4 Feb 2011 12:24:38 +0000 (08:24 +2000)
committerW. Trevor King <wking@tremily.us>
Fri, 7 Nov 2014 17:37:52 +0000 (09:37 -0800)
17/a4abea25b6848cfff12b5af5732b3dfacd24a7 [new file with mode: 0644]

diff --git a/17/a4abea25b6848cfff12b5af5732b3dfacd24a7 b/17/a4abea25b6848cfff12b5af5732b3dfacd24a7
new file mode 100644 (file)
index 0000000..ba5511e
--- /dev/null
@@ -0,0 +1,98 @@
+Return-Path: <bremner@unb.ca>\r
+X-Original-To: notmuch@notmuchmail.org\r
+Delivered-To: notmuch@notmuchmail.org\r
+Received: from localhost (localhost [127.0.0.1])\r
+       by olra.theworths.org (Postfix) with ESMTP id C1C2B431FB6\r
+       for <notmuch@notmuchmail.org>; Fri,  4 Feb 2011 04:26:49 -0800 (PST)\r
+X-Virus-Scanned: Debian amavisd-new at olra.theworths.org\r
+X-Spam-Flag: NO\r
+X-Spam-Score: -0.69\r
+X-Spam-Level: \r
+X-Spam-Status: No, score=-0.69 tagged_above=-999 required=5\r
+       tests=[RCVD_IN_DNSWL_LOW=-0.7, T_MIME_NO_TEXT=0.01] autolearn=disabled\r
+Received: from olra.theworths.org ([127.0.0.1])\r
+       by localhost (olra.theworths.org [127.0.0.1]) (amavisd-new, port 10024)\r
+       with ESMTP id WfkiqCIXm0Qy for <notmuch@notmuchmail.org>;\r
+       Fri,  4 Feb 2011 04:26:49 -0800 (PST)\r
+Received: from tempo.its.unb.ca (tempo.its.unb.ca [131.202.1.21])\r
+       (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits))\r
+       (No client certificate requested)\r
+       by olra.theworths.org (Postfix) with ESMTPS id 34952431FB5\r
+       for <notmuch@notmuchmail.org>; Fri,  4 Feb 2011 04:26:49 -0800 (PST)\r
+Received: from zancas.localnet\r
+       (fctnnbsc30w-142167174034.pppoe-dynamic.High-Speed.nb.bellaliant.net\r
+       [142.167.174.34]) (authenticated bits=0)\r
+       by tempo.its.unb.ca (8.13.8/8.13.8) with ESMTP id p14CQgh8006987\r
+       (version=TLSv1/SSLv3 cipher=AES256-SHA bits=256 verify=NO);\r
+       Fri, 4 Feb 2011 08:26:43 -0400\r
+Received: from bremner by zancas.localnet with local (Exim 4.72)\r
+       (envelope-from <bremner@unb.ca>)\r
+       id 1PlKiN-00006F-8j; Fri, 04 Feb 2011 08:24:39 -0400\r
+From: David Bremner <bremner@unb.ca>\r
+To: Jameson Rollins <jrollins@finestructure.net>,\r
+       notmuch <notmuch@notmuchmail.org>\r
+Subject: Re: new "crypto" branch providing full PGP/MIME support\r
+In-Reply-To: <87tygl29vu.fsf@servo.finestructure.net>\r
+References: <4CF15D67.1070904@fifthhorseman.net>\r
+       <87aak08fu8.fsf@servo.finestructure.net>\r
+       <87fwsf9mip.fsf@servo.finestructure.net>\r
+       <87tygl29vu.fsf@servo.finestructure.net>\r
+User-Agent: Notmuch/0.5-94-gc645fe9 (http://notmuchmail.org) Emacs/23.2.1\r
+       (x86_64-pc-linux-gnu)\r
+Date: Fri, 04 Feb 2011 08:24:38 -0400\r
+Message-ID: <87zkqcugvt.fsf@zancas.localnet>\r
+MIME-Version: 1.0\r
+Content-Type: multipart/signed; boundary="=-=-=";\r
+       micalg=pgp-sha1; protocol="application/pgp-signature"\r
+X-BeenThere: notmuch@notmuchmail.org\r
+X-Mailman-Version: 2.1.13\r
+Precedence: list\r
+List-Id: "Use and development of the notmuch mail system."\r
+       <notmuch.notmuchmail.org>\r
+List-Unsubscribe: <http://notmuchmail.org/mailman/options/notmuch>,\r
+       <mailto:notmuch-request@notmuchmail.org?subject=unsubscribe>\r
+List-Archive: <http://notmuchmail.org/pipermail/notmuch>\r
+List-Post: <mailto:notmuch@notmuchmail.org>\r
+List-Help: <mailto:notmuch-request@notmuchmail.org?subject=help>\r
+List-Subscribe: <http://notmuchmail.org/mailman/listinfo/notmuch>,\r
+       <mailto:notmuch-request@notmuchmail.org?subject=subscribe>\r
+X-List-Received-Date: Fri, 04 Feb 2011 12:26:49 -0000\r
+\r
+--=-=-=\r
+Content-Transfer-Encoding: quoted-printable\r
+\r
+On Wed, 02 Feb 2011 17:18:45 -0800, Jameson Rollins <jrollins@finestructure=\r
+.net> wrote:\r
+> Hi, all.  I have pushed a new branch called "crypto" to my notmuch\r
+> repository [0].  This branch provides full support for PGP/MIME signed\r
+> and encrypted messages, including emacs UI support.  It has been applied\r
+> on top of cworth's current master (21e97c50).  It includes the\r
+> following:\r
+>=20\r
+\r
+For a signed and encrypted message, if the signing key can't be found,\r
+one just gets:\r
+\r
+ [ multipart/encrypted: decryption error ]\r
+\r
+which is a bit mystifying.  At least gpg on the command line will\r
+decrypt the message and print a warning about the signature.\r
+\r
+All the best, and thanks for working on this,=20\r
+\r
+d\r
+\r
+\r
+--=-=-=\r
+Content-Type: application/pgp-signature\r
+\r
+-----BEGIN PGP SIGNATURE-----\r
+Version: GnuPG v1.4.10 (GNU/Linux)\r
+\r
+iJwEAQECAAYFAk1L8AYACgkQTiiN/0Um85l4jAP/Y800fiyL/ayw6CgjnZ33ZxKe\r
+ZK2vry8B8IW3rmmoxb9Ewz7WH+F7AMCOUHdmgGBayFMHY7vO/VY9eelcUTuacE0Z\r
+w320rrakcBaaUT+yWRcSHt3GqDqWOSYNLPD4BYlhsoa+nqVxLQVj5QP3XiuF3okn\r
+ODGQiBC7vfR4pxEQKmk=\r
+=51kh\r
+-----END PGP SIGNATURE-----\r
+--=-=-=--\r