Closed
Bug 1477357
Opened 7 years ago
Closed 7 years ago
Outgoing mail is windows-1252 encoded when iso-8859-1 is selected
Categories
(Thunderbird :: Message Compose Window, defect)
Tracking
(Not tracked)
RESOLVED
WORKSFORME
People
(Reporter: mark, Unassigned)
Details
User Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.13; rv:61.0) Gecko/20100101 Firefox/61.0
Build ID: 20180704003137
Steps to reproduce:
Set Preferences -> Display -> Formatting -> Fonts & Colors -> Advanced -> Text Encoding -> Outgoing Mail: to Western (ISO-8859-1).
Compose and send a message
Actual results:
Outgoing message body parts (text/plain and text/html if any) are windows-1252 encoded and sent with
Content-Type: text/...; charset=windows-1252
Expected results:
Outgoing message body parts (text/plain and text/html if any) are iso-8859-1 encoded and sent with
Content-Type: text/...; charset=iso-8859-1
Comment 1•7 years ago
|
||
TB 52 is coming to the end of it's life cycle, so we're not fixing any bugs there any more. From TB 60, windows-1252 will always be used, see bug 1469335 comment #6.
Status: UNCONFIRMED → RESOLVED
Closed: 7 years ago
Resolution: --- → WORKSFORME
You need to log in
before you can comment on or make changes to this bug.
Description
•