nmh-workers
[Top][All Lists]
Advanced

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

[Nmh-workers] Default and selectable Content-Transfer-Encoding issues


From: Ken Hornstein
Subject: [Nmh-workers] Default and selectable Content-Transfer-Encoding issues
Date: Fri, 31 Jan 2014 13:50:17 -0500

So I've been working on allowing users to select a Content-Transfer-Encoding
in mhbuild directives.  Right now the syntax for that looks like:

#type/subtype <id> [description] {disposition} *cte filename

So you might have, for example:

#text/calendar {inline} *b64 /tmp/calendar.cal

You get the idea.

That's relatively straightforward.  Easy enough to do.  I am coding some
stuff to check for invalid content (like, if you select 8bit without
providing a line break within 998 characters, that sort of thing).  But
it brings up some issues regarding the _default_ Content-Transfer-Encoding.

As discussed, I was thinking of making the default CTE 8bit.  I recall
that change was relatively non-controversial.  But it does beg the
question of exactly how that will work.

Right now if the text parts contain any 8bit or long lines (> 76 characters)
the content is forced as quoted-printable.  Obviously with a default of 8bit,
8bit characters are fine.  But should lines > 76 be 8bit, or q-p?  I'm unsure
which one is right.  Thoughts?

--Ken



reply via email to

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