Closed
Bug 738732
Opened 14 years ago
Closed 14 years ago
Non-ASCII characters in bug summaries are mangled in securemail
Categories
(bugzilla.mozilla.org :: Extensions, defect)
Tracking
()
RESOLVED
FIXED
People
(Reporter: jruderman, Assigned: glob)
References
Details
Attachments
(1 file)
|
829 bytes,
patch
|
dkl
:
review+
|
Details | Diff | Splinter Review |
The summary of bug 736210 was mangled in the securemail. (Viewed using Thunderbird + SMIME.)
Comment 1•14 years ago
|
||
Mangled in the Subject itself, or in the version of the Subject copied into the body? I'd assume the former if you are using SMIME...
Gerv
| Reporter | ||
Comment 2•14 years ago
|
||
Mangled in the version of the Subject copied into the body. I don't know how to see the actual subject of the encrypted message.
odd, works for me using postbox + s/mime from my dev system.
i'll retest on a staging environment once they are online.
i can reproduce on stage-tip; will work on a minimal testcase.
this problem happens when the subject contains a non-ascii character, however the changed data doesn't.
in this instance the email doesn't contain a content-transfer-encoding header, so when we stuff non-ascii characters into the body it doesn't get the correct encoding when it is subsequently read.
/me works on a patch
Attachment #610155 -
Flags: review?(dkl)
Comment 7•14 years ago
|
||
Comment on attachment 610155 [details] [diff] [review]
patch v1
Review of attachment 610155 [details] [diff] [review]:
-----------------------------------------------------------------
Looks good and solves the issue for me (Thunderbird) r=dkl
Attachment #610155 -
Flags: review?(dkl) → review+
Committing to: bzr+ssh://bjones%40mozilla.com@bzr.mozilla.org/bmo/4.0/
modified extensions/SecureMail/Extension.pm
Committed revision 8115.
Committing to: bzr+ssh://bjones%40mozilla.com@bzr.mozilla.org/bmo/4.2/
modified extensions/SecureMail/Extension.pm
Committed revision 8102.
Status: NEW → RESOLVED
Closed: 14 years ago
Resolution: --- → FIXED
Updated•6 years ago
|
Component: Extensions: SecureMail → Extensions
You need to log in
before you can comment on or make changes to this bug.
Description
•