Decode quoted-printable before format=flowed handling
Categories
(MailNews Core :: MIME, defect)
Tracking
(Not tracked)
People
(Reporter: rnons, Unassigned)
References
(Blocks 2 open bugs)
Details
+++ This bug was initially created as a clone of Bug #1702197 +++
Bug 1702197 prevented using QP together with format=flowed, but a problematic mail can still be sent from another client or an old TB. The problem is currently format=flowed is handled first, so
Content-Type: text/plain; charset=UTF-8; format=flowed
Content-Transfer-Encoding: quoted-printable
A lo largo de mi vida he sido testigo de muchas historias, experiencias e=
interpretaciones de la vida. Y me doy cuenta de que lo que m=C3=A1s apre=
The e=\n interpretaciones part will become einterpretaciones when edit as new. This case originally came from bug 1689804.
| Reporter | ||
Updated•5 years ago
|
| Reporter | ||
Updated•5 years ago
|
Comment 2•3 years ago
|
||
Just for clarification: This bug is about fixing bug 1689804 correctly, which, despite its status, is not fixed:
Import attachment 9217177 [details]. The mail is displayed correctly "experiencias e interpretaciones", but if you forward it, you get "experiencias einterpretaciones". A summary of the entire problem area and its history can be found in bug 1837884 comment #8.
Description
•