Details
-
Type:
Bug
-
Status:
Resolved
-
Priority:
Major
-
Resolution: Duplicate
-
Affects Version/s: 1.6.2
-
Fix Version/s: None
-
Component/s: Zend_Mail
-
Labels:None
Description
When setting a long subject with accent it break the mail
it seems the probleme come from the line return in case of subject encode in quoted printable format.
The encoding is done like this :
Subject: Un exemple de texte =?ISO-8859-1?Q?tr=E8s_long_avec_des_=
accents_qui_posent_probl=E8me?=
And according to rfc it must be done like this :
Subject: Un exemple de texte =?ISO-8859-1?Q?tr=E8s_long_avec_des_?=
=?ISO-8859-1?Q?accents_qui_posent_probl=E8me?=
Nicolas PERIDONT
Issue Links
| This issue depends on: | ||||
| ZF-1688 | Long header lines containing non-printable characters are corrupted |
|
|
|
can confirm this.
same problem.