Open
Bug 1054187
Opened 10 years ago
Updated 2 years ago
incorrect encoding/charset autodetection for encrypted messages
Categories
(Thunderbird :: Message Reader UI, defect)
Tracking
(Not tracked)
UNCONFIRMED
People
(Reporter: mirabilos, Unassigned)
References
Details
Attachments
(3 files)
User Agent: Mozilla/5.0 (X11; Linux i686 on x86_64; rv:31.0) Gecko/20100101 Firefox/31.0 (Beta/Release)
Build ID: 20140717132905
Steps to reproduce:
The Thunderbird user received an Inline PGP encrypted eMail from me. The content of that was UTF-8 encoded; the transport message body contained an ASCII-armoured PGP message.
Actual results:
The Thunderbird user got the message interpreted as ISO-8859-1 or Windows-1252, instead of UTF-8. This was also reported as: https://bugs.launchpad.net/ubuntu/+source/thunderbird/+bug/1357227
This means the automatic detection of UTF-8 is broken, and/or the encoding of the RFC822 transport container is mixed up with the encoding of the message.
Manually selecting Unicode from the message encoding menu, the message is displayed correctly. Switching away from the message and back to it causes the setting to reset; this was also reported as: https://bugs.launchpad.net/ubuntu/+source/thunderbird/+bug/1108980
Expected results:
The user should have seen the Unicode characters in the message correctly, instead of mojibake.
See Also: → https://launchpad.net/bugs/1357227
Comment 1•10 years ago
|
||
Please attach a sample mail (save as .eml)
Reporter | ||
Comment 2•10 years ago
|
||
Reporter | ||
Comment 3•10 years ago
|
||
Reporter | ||
Comment 4•10 years ago
|
||
OK. This eMail contains a PGP message encrypted to 0xD1D8EFD2 whose public and secret (passphrase is 123123) key I also attached. I just confirmed with a coworker that this does exhibit the bug.
Updated•2 years ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•