From: Oliver Kiddle Date: Wed, 28 Sep 2016 07:58:54 +0000 (+0200) Subject: back out use of RFC 2047 decoding on the filename X-Git-Url: https://diplodocus.org/git/nmh/commitdiff_plain/2e9c6b8b2c97bafa9416690d562a9425c5bd238f?hp=2e9c6b8b2c97bafa9416690d562a9425c5bd238f back out use of RFC 2047 decoding on the filename The RFCs clearly state that an encoded word should not be used in the MIME parameters and the scheme from RFC2231 should be used instead. nmh supports that. Unfortunately, other mail clients, in particular gmail and IBM/Lotus Notes, produce messages with the invalid encoding. ---