FIX RFC2231 MIME param and do what comment says..
commit3df39b5ee7cc952040400bb34f4a2ef4e3d71eeb
authorSteffen (Daode) Nurpmeso <sdaoden@users.sf.net>
Sat, 14 Nov 2015 20:04:37 +0000 (14 21:04 +0100)
committerSteffen (Daode) Nurpmeso <sdaoden@users.sf.net>
Sat, 14 Nov 2015 20:07:53 +0000 (14 21:07 +0100)
tree8e440da793df3ab3029ed269a6a0110b8e95262d
parent0ed139daccdd27ced97d1e3cd2b61e069e1d18ee
FIX RFC2231 MIME param and do what comment says..

and perform a single n_iconv_str() on the completely joined parameter
string.  This should fix stateful encodings (which we do not truly
support, however).
Somehow it happened that the comment was correct but the iconv decoder
just run on a single decoded parameter continuation and not over the
final joined value.  I do not know wether some other MUAs only act like
that.
mime_param.c