nmh-workers
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Nmh-workers] base64 ... just looking for advice


From: Ken Hornstein
Subject: Re: [Nmh-workers] base64 ... just looking for advice
Date: Sun, 21 Feb 2016 17:33:35 -0500

>What I was compaining about was that the data payload (i. e. the
>text/html which was encoded) would be converted to CR/LF, i. e.
>
>       Zm9vCmJhcgo=<CR><LF>
>
>should NOT be converted to
>
>       Zm9vDQpiYXINCg==<CR><LF>

I am sorry, but you are wrong.  The latter form is 100% correct,
according to the RFCs (see RFC 2046, ยง4.1.1, paragraph 1).

Now, should mhfixmsg correct that?  Weeelll ... good question.  The
reason it is happening is because our MIME parser is now doing the
'right' thing, and essentially the whole message is being regenerated.
Fixing that would involve telling the base64 parser to not perform the
line ending translation for (some) text parts.  Part of me sees the
point about not modifying parts of messages you haven't told it to, but
a (larger) part of me thinks: seriously?  That message is incorrectly
formatted, and the name of the tool is "mhfixmsg".  I think David has
to make this call.

--Ken



reply via email to

[Prev in Thread] Current Thread [Next in Thread]