Closed
Bug 867909
Opened 12 years ago
Closed 12 years ago
[email/IMAP] attachment filenames encoded using rfc 2231 character set encodings instead of mime-words are not decoded
Categories
(Firefox OS Graveyard :: Gaia::E-Mail, defect)
Tracking
(b2g18 affected, b2g18-v1.0.1 affected)
RESOLVED
FIXED
People
(Reporter: asuth, Assigned: asuth)
Details
Attachments
(1 file)
While trying to reproduce some encoding problems on bug 865619 I noticed that we were not processing rfc 2231 section 4 "Parameter Value Character Set and Language Information" encodings. http://tools.ietf.org/html/rfc2231
Here's the example from the RFC for context (with a param we don't care about):
Content-Type: application/x-stuff
title*0*=us-ascii'en'This%20is%20even%20more%20
title*1*=%2A%2A%2Afun%2A%2A%2A%20
title*2="isn't it!"
Assignee | ||
Comment 1•12 years ago
|
||
tests and fixes
Assignee: nobody → bugmail
Status: NEW → ASSIGNED
Attachment #744490 -
Flags: review?(squibblyflabbetydoo)
Updated•12 years ago
|
Attachment #744490 -
Flags: review?(squibblyflabbetydoo) → review+
Assignee | ||
Comment 2•12 years ago
|
||
landed on gaia-email-libs-and-more/master:
https://github.com/mozilla-b2g/gaia-email-libs-and-more/pull/196
https://github.com/mozilla-b2g/gaia-email-libs-and-more/commit/1d270ed671bff127560e4ecdac9d621f19825aba
landed on gaia/master:
https://github.com/mozilla-b2g/gaia/pull/9555
https://github.com/mozilla-b2g/gaia/commit/55a6259b086c0a74482754e6eebf4d4bab2c0a03
Status: ASSIGNED → RESOLVED
Closed: 12 years ago
status-b2g18:
--- → affected
status-b2g18-v1.0.1:
--- → affected
Resolution: --- → FIXED
Updated•12 years ago
|
Attachment mime type: text/plain → text/x-github-pull-request
You need to log in
before you can comment on or make changes to this bug.
Description
•