[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Nmh-workers] corruption when attaching all-null files
From: |
Paul Fox |
Subject: |
Re: [Nmh-workers] corruption when attaching all-null files |
Date: |
Wed, 07 May 2014 19:31:39 -0400 |
david wrote:
> Paul F. wrote:
>
> > aside from the logic aspect: i take it that text with a NUL must
> > be treated differently than text with an 8th bit set. i assume it
> > must be encoded with q-p? (or base64, but q-p would be sufficient?)
>
> Right, NUL is binary, not 8-bit, data. It can be encoded with
> q-p, according to RFC 2045 ยง6.7. If the text has a lot of binary
okay, good. after getting application files with NULs to work (which
fixed all the problems with attaching one or more NUL-filled files),
i took a look at text files with embedded NULs. the q-p encoder
uses fgets, so it didn't work so well, but that's fixed now too.
while i'm on a roll, anyone have another favorite place where fgets
should be replaced?
> data, it wouldn't be very readable as q-p, so base64 might be a
> better choice.
i don't see that kind of heuristic being made anywhere currently. does
that sound right?
paul
----------------------
paul fox, address@hidden (arlington, ma, where it's 56.8 degrees)
- Re: [Nmh-workers] corruption when attaching all-null files, (continued)
- Re: [Nmh-workers] corruption when attaching all-null files, Chad Brown, 2014/05/07
- Re: [Nmh-workers] corruption when attaching all-null files, Eric Gillespie, 2014/05/07
- Re: [Nmh-workers] corruption when attaching all-null files, Lyndon Nerenberg, 2014/05/07
- Re: [Nmh-workers] corruption when attaching all-null files, Lyndon Nerenberg, 2014/05/07
- Re: [Nmh-workers] corruption when attaching all-null files, Ken Hornstein, 2014/05/07
- Re: [Nmh-workers] corruption when attaching all-null files, Lyndon Nerenberg, 2014/05/07
Re: [Nmh-workers] corruption when attaching all-null files, David Levine, 2014/05/07
Re: [Nmh-workers] corruption when attaching all-null files, David Levine, 2014/05/07
Re: [Nmh-workers] corruption when attaching all-null files, David Levine, 2014/05/07