You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Oh, interesting. This change have been merged quite recently #235. But I think it would worth to add support for RFC-2231 (in parser as well; including multiline params)
#311 is about the encoding of parameter values. I'll see what I can do about decoding in a later PR (probably quite tricky, it looks like many clients do it wrong, so we need to be able to parse both RFC2231 and RFC2047), but I think first this PR should be carefully reviewed.
gen_smtp/src/mimemail.erl
Lines 924 to 929 in c6f25a7
I think this is wrong (though most Mail clients seem to accept it): Parameters should be encoded according to RFC 2231, not RFC 2047.
The text was updated successfully, but these errors were encountered: