#3709: Overlong header lines are only conditionally folded via RFC 2047 mangling
---------------------+----------------------
Reporter: steffen | Owner: mutt-dev
Type: defect | Status: new
Priority: minor | Milestone:
Component: MIME | Version: 1.5.21
Keywords: |
---------------------+----------------------
$ sub=`LC_ALL=C awk 'BEGIN{for(i=0; i<92; ++i) printf "0123456789_"}'`
$ echo|mutt -x -s "$sub" some@where
Will refuse to use RFC 2047 encoded words, but use header folding
exclusively, thus creating an artificial space that will remain part of
the unfolded content.
However, if i enforce usage of MIME
$ sub="รถ${sub}"
$ echo|mutt -x -s "$sub" some@where
then RFC 2047 encoded words will be used for the entire line (thus all
lines within SHOULD not MUST) instead, so that the unfolded and decoded
content equals the input.
--
Ticket URL: <http://dev.mutt.org/trac/ticket/3709>
Mutt <http://www.mutt.org/>
The Mutt mail user agent