Closed
Bug 216817
Opened 21 years ago
Closed 18 years ago
quoted-printable encoding should encode naked CR's and LF's
Categories
(MailNews Core :: Composition, defect)
Tracking
(Not tracked)
RESOLVED
DUPLICATE
of bug 269390
People
(Reporter: Bienvenu, Assigned: Bienvenu)
Details
quoted-printable encoding should encode naked CR's and LF's, or else attachments
with any binary CR's or LF's will get corrupted. We try not to use
quoted-printable on any attachments that are binary, but our criteria aren't
air-tight, especially the 10% unprintable char test.
Comment 1•21 years ago
|
||
The 10% test is not to distinguish between pure text and binary files but which
encoding (QP or B64) produces smaller files.
I'd say we're save in QP if we'll always encode all CF, LF (so also CRLF in
=0D=0A), but include them in the m_unprintable_count.
Updated•20 years ago
|
Product: MailNews → Core
Comment 2•19 years ago
|
||
David Bienvenu, I think this is a dupe of bug 269390 (now fixed) -- yes?
Comment 3•18 years ago
|
||
No response from reporter, duping.
Status: NEW → RESOLVED
Closed: 18 years ago
Resolution: --- → DUPLICATE
Assignee | ||
Comment 4•18 years ago
|
||
yes, Mike, thanks!
Updated•16 years ago
|
Product: Core → MailNews Core
You need to log in
before you can comment on or make changes to this bug.
Description
•