Open
Bug 491832
Opened 16 years ago
Updated 2 years ago
RFC2047 encoded sender address is wrong handled on right-click, compose mail to
Categories
(Thunderbird :: Message Compose Window, defect)
Tracking
(Not tracked)
NEW
People
(Reporter: lichtinger, Unassigned)
References
(Blocks 1 open bug)
Details
(Keywords: testcase)
Attachments
(1 file)
427 bytes,
text/plain
|
Details |
User-Agent: Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10_5_6; de-de) AppleWebKit/528.16 (KHTML, like Gecko) Version/4.0 Safari/528.16
Build Identifier: Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.5; en-US; rv:1.9.1b5pre) Gecko/20090506 Shredder/3.0b3pre
open mail with RFC2047 encoded sender address as in BUG 254519, right-click on sender address, choose "compose mail to". new mail composer window opens, two "to:" address fields are filled in, one with the part before the comma, one with the part after the comma in the sender address.
Reproducible: Always
Steps to Reproduce:
1. open mail with RFC2047 encoded sender address as in BUG 254519
2.right-click on sender address
3.choose "compose mail to"
Actual Results:
new mail composer window opens, two "to:" address fields are filled in, one with the part before the comma, one with the part after the comma in the sender address.
Expected Results:
new mail composer window opens, only one "to:" address field is filled in with the correct address
As reported in the comments in BUG 254519, this does not happen on windows.
Comment 1•16 years ago
|
||
It would be interesting to know whether this is a regression from Thunderbird 2.
Group: mozilla-confidential
Keywords: qawanted
Updated•16 years ago
|
Group: mozilla-confidential
Comment 2•16 years ago
|
||
(In reply to comment #1)
You probably can not observe this bug's phenomenon with Tb2.
When From: is abc , def <mail-addr>, From: in header box at message pane is;
({ } == text-box. Context menu is displayed for each text-box)
- Tb 2 (BUG 254519 exists) : { abc } , { def <mail-addr> }
- Tb 3 (BUG 254519 is fixed) : { abc , def <mail-addr> }
Logic for "Compose Mail To" seems to support multiple mail addresses, although context menu is always displayed for each mail address which is separated by ",".
I think one of next can be a solution.
(a) Change content of the text-box to { "abc , def" <mail-addr> }.
(b) Always assume "single mail address" in logic for "Compose Mail To",
and if "," is detected, quotes name part by double-quote.
Status: UNCONFIRMED → NEW
Ever confirmed: true
Updated•16 years ago
|
Assignee: nobody → mkmelin+mozilla
Comment 4•16 years ago
|
||
Hm, I can't reproduce this with ftp://ftp.mozilla.org/pub/mozilla.org/thunderbird/nightly/latest-comm-1.9.1/
If someone can, please attach a testcase (save as .eml)
Comment 5•16 years ago
|
||
Phenomenon of comment #3 still can be observed with next build.
> Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.1.1pre) Gecko/20090713 Shredder/3.0b3pre
Comment 7•15 years ago
|
||
Thunderbird 3.0.2 does NOT fix this ugly bug :-(
This has worked in 2.x without any troubles, why does it take months to get it working again?
Updated•13 years ago
|
Assignee: mkmelin+mozilla → nobody
Comment 8•6 years ago
|
||
Eckard, any chance you can test this on Mac?
Comment 9•6 years ago
|
||
How do I recognize an email with RFC2047 encoded sender address ?
Flags: needinfo?(de.berberich)
Comment 10•6 years ago
|
||
Ctrl-U to view the source of the mail:
This is an example:
From: =?UTF-8?Q?Jens_M=c3=bcller?= <ich@...>
But of course that one does not contain a comma ...
Comment 11•6 years ago
|
||
OK, I found one mail in my inbox with a quoted-printable encoded From: which also contains a comma ...
Right click and "Compose message to" works as expected: Only one recipient row is filled in the compose window.
Comment 12•6 years ago
|
||
I can't find one with a comma.
I too have examples like this one
From: =?UTF-8?Q?=22B=C3=A4rbel_Hxxxxxxx=22?= <b.hxxxxxxx@gmx.net>
but there is no comma.
Updated•2 years ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•