From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mail.systemreboot.net (mugam.systemreboot.net [139.59.75.54]) by localhost (mpop-1.4.4) with POP3 for ; Sun, 21 Jul 2019 21:46:33 +0530 Return-path: Envelope-to: arunisaac@systemreboot.net Delivery-date: Sun, 21 Jul 2019 20:55:43 +0530 Received: from localhost.localdomain ([127.0.0.1] helo=[192.168.2.12]) by systemreboot.net with esmtp (Exim 4.92) (envelope-from ) id 1hpDiZ-0007Gh-5A for arunisaac@systemreboot.net; Sun, 21 Jul 2019 20:55:43 +0530 Received: from [49.206.11.84] (helo=steel) by systemreboot.net with esmtpsa (TLSv1.3:TLS_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1hpDiW-0007GZ-L9; Sun, 21 Jul 2019 20:55:40 +0530 From: Arun Isaac To: Ricardo Wurmus In-Reply-To: <87lfwreepz.fsf@elephly.net> References: <87lfwreepz.fsf@elephly.net> Date: Sun, 21 Jul 2019 20:55:31 +0530 Message-ID: MIME-Version: 1.0 Subject: Re: [guile-email] [Guile Email] Use decode-mime-encoded-word on subject? X-BeenThere: guile-email@systemreboot.net X-Mailman-Version: 2.1.29 Precedence: list List-Id: guile-email discussion mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: guile-email@systemreboot.net Content-Type: multipart/mixed; boundary="===============4861306518184643981==" Errors-To: guile-email-bounces@systemreboot.net --===============4861306518184643981== Content-Type: multipart/signed; boundary="=-=-="; micalg=pgp-sha256; protocol="application/pgp-signature" --=-=-= Content-Type: text/plain > I see at https://issues.guix.gnu.org/issue/36374 that the subjects > contain some encoding garbage. Can this be avoided by running > decode-mime-encoded-word on the subject? Yes, that would work. But, you shouldn't have to do that. guile-email should do that internally. This is a bug. I'll fix it. Thanks for the bug report. In general, you should never have to manually invoke any function provided by guile-email other than parse-email. If you have to, it's probably a bug in guile-email. You will be able to use the bug fix in guile-email only from the next version (v0.2). That might take a while. Or, perhaps I'll do a quick bugfix release v0.1.1 in a week's time. > BTW mumi now fetches the original email messages from Debbugs, bypassing > the SOAP service to avoid the problem of truncated messages. Ok, nice. :-) We now have a mailing list -- guile-email@systemreboot.net -- for guile-email. You can post any guile-email bugs or any other matter to that list. I have CCed this mail to the list. I'm also working on writing up documentation for guile-email. See tentative first steps at https://guile-email.systemreboot.net/manual (I might have to change this URL in the future). I also wrote a very simple one-page website for guile-email: https://guile-email.systemreboot.net --=-=-= Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQEzBAEBCAAdFiEEf3MDQ/Lwnzx3v3nTLiXui2GAK7MFAl00g+sACgkQLiXui2GA K7MkCwgAxQpFM6cMgvtarLp4DyfLZ38kv2EFqfZXJVWAgcYZdZi5goJKIacb4BEp 5a3TfLoRjlITtQ4aoioiVjCqPGxCeOcYnuQ4Ef236UWWhJEU4MTWDPCZlr2OWxXa SbFCxY5LccqUvM73sgfScaZ3pOjcbDuq1j6/kWd7tOBS6F5IDXqCTBwJebP5g6iK JCuU/NQp9HEK6mFV9RphNYRCu6Ugxni9OArZLpBDdRUw/Cf/ilqYaUXbYELnyPsk DWp9j10Mp/Q8tzK65k15T07pySK8Yj416tQ2B4gIACVwlLQu/QjgHm5jxhdJMloe n330Ndon2J8O3Ck8mYzfUBa0pwj/kw== =0/QG -----END PGP SIGNATURE----- --=-=-=-- --===============4861306518184643981== Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Disposition: inline -- guile-email mailing list guile-email@systemreboot.net https://lists.systemreboot.net/listinfo/guile-email --===============4861306518184643981==-- From mboxrd@z Thu Jan 1 00:00:00 1970 From: Arun Isaac To: Ricardo Wurmus Cc: guile-email@systemreboot.net Subject: Re: [Guile Email] Use decode-mime-encoded-word on subject? In-Reply-To: <87lfwreepz.fsf@elephly.net> References: <87lfwreepz.fsf@elephly.net> Date: Sun, 21 Jul 2019 20:55:31 +0530 Message-ID: MIME-Version: 1.0 Content-Type: multipart/signed; boundary="=-=-="; micalg=pgp-sha256; protocol="application/pgp-signature" List-Id: Message-ID: <20190721152531.C46f-9a8kmkpP-BxRjtQ2i5XQIIJW-H7-gFiVwM3_nc@z> --=-=-= Content-Type: text/plain > I see at https://issues.guix.gnu.org/issue/36374 that the subjects > contain some encoding garbage. Can this be avoided by running > decode-mime-encoded-word on the subject? Yes, that would work. But, you shouldn't have to do that. guile-email should do that internally. This is a bug. I'll fix it. Thanks for the bug report. In general, you should never have to manually invoke any function provided by guile-email other than parse-email. If you have to, it's probably a bug in guile-email. You will be able to use the bug fix in guile-email only from the next version (v0.2). That might take a while. Or, perhaps I'll do a quick bugfix release v0.1.1 in a week's time. > BTW mumi now fetches the original email messages from Debbugs, bypassing > the SOAP service to avoid the problem of truncated messages. Ok, nice. :-) We now have a mailing list -- guile-email@systemreboot.net -- for guile-email. You can post any guile-email bugs or any other matter to that list. I have CCed this mail to the list. I'm also working on writing up documentation for guile-email. See tentative first steps at https://guile-email.systemreboot.net/manual (I might have to change this URL in the future). I also wrote a very simple one-page website for guile-email: https://guile-email.systemreboot.net --=-=-= Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQEzBAEBCAAdFiEEf3MDQ/Lwnzx3v3nTLiXui2GAK7MFAl00g/QACgkQLiXui2GA K7M5fAgAu+oO1tNM64BpTQ14HRa9d6PPcNj7q0m2n7a+l94A+/Pv2vccoCGXPdHQ qUODHrBxWh1Ou0SkjUfnuLiALNnT/yZ6PXsHK4m33lIptPvLIN6SdkcCfqwoMLmI N4Cf7yNLds+oOT3ETNdYqG3gKxSzUn2fBYo/yIclGMh5Y6w2qG6Mnn7QyXTHPyG1 vKn6s5baVmHSKrrnpifXE5GHycvBHo/H6F+oQ8eMjclsdhVVFE2MqfMKv4/aOnJr XtsOLABmzYvJSKZfLGIHJJlvZewx3LqZ1JxwHNXcNkUZAvFkfkET1JUiB1bNrpta 7AwjdUB95wIz9zUG+vyKwKP6YsLmqA== =5Fjl -----END PGP SIGNATURE----- --=-=-=--