[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [nmh-workers] mhstore and encoded filename | mhfixmsg
From: |
Ken Hornstein |
Subject: |
Re: [nmh-workers] mhstore and encoded filename | mhfixmsg |
Date: |
Sun, 18 Aug 2019 09:23:16 -0400 |
>mhstore is not decoding the filename:
>
> $ mhstore -auto -part 2 storing message 3677 part 2 as file
> [...]/=?UTF-8?b?Z21ncCBjb2NoYWlyIGR1dGllcy5kb2M=?=
Unfortunately, RFC 2047 encoding is explicitly forbidden to be used for
MIME parameter values. There is a different standard for encoding MIME
parameter values (RFC 2231) that nmh supports. But it seems that a lot
of MUAs still get this wrong. I'd rather leave it that mhfixmsg will
correct this instead of natively decoding it.
--Ken