Closed
Bug 756862
Opened 13 years ago
Closed 13 years ago
Specific subjects (ex. =?UTF-8?Q?=30?=) should be encoded with base64 or quoted-printable
Categories
(Thunderbird :: General, defect)
Tracking
(Not tracked)
RESOLVED
DUPLICATE
of bug 673092
People
(Reporter: f2f3849ec6928e696e51715ef4af6d81f58c3b47, Unassigned)
References
Details
User Agent: Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; WOW64; Trident/5.0; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Media Center PC 6.0; .NET4.0C; .NET4.0E; Zune 4.7)
Steps to reproduce:
Click 'Write'.
Entere "=?UTF-8?Q?=30?=" to Subject textbox.
Write some body.
'Send' to someone.
Actual results:
Mail was sent as following
Subject: =?UTF-8?Q?=30?=
This causes MUA to automatically decode subject and show '0' unexpectedly.
Expected results:
Mail should be sent with
Subject: =?UTF-8?B?PT9VVEYtOD9RPz0zMD89?=
Comment 1•13 years ago
|
||
(In reply to f2f3849ec6928e696e51715ef4af6d81f58c3b47 from comment #0)
See bug 676095.
| Reporter | ||
Comment 2•13 years ago
|
||
(In reply to Hashem Masoud from comment #1)
> See bug 676095.
bug 676095 and bug 493544 are both about RFC2047 decoder's behavior.
This bug is about RFC2047 encoder's behavior.
Updated•13 years ago
|
Status: UNCONFIRMED → RESOLVED
Closed: 13 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•