Closed
Bug 24862
Opened 26 years ago
Closed 26 years ago
Chineese Headers encoded with RFC1522 are displaying wrong in forwarded (as attachment) messages
Categories
(SeaMonkey :: MailNews: Message Display, defect, P3)
Tracking
(Not tracked)
VERIFIED
FIXED
M14
People
(Reporter: bugzilla, Assigned: rhp)
Details
Attachments
(4 files)
If you have a mail with the following in the address fields of a forwarded mail
the string renders really funny. Attached is the mail that gives you funny chars
and a picture of the result.
| Reporter | ||
Comment 1•26 years ago
|
||
| Reporter | ||
Comment 2•26 years ago
|
||
Comment 3•26 years ago
|
||
The first attachment, with the message contents, doesn't show the funny address.
Did you get this out of View Source, or the folder itself?
Anyway, reassigning to rhp, cc mscott
Assignee: phil → rhp
| Assignee | ||
Comment 4•26 years ago
|
||
Good catch. I have this fixed in my tree and will checkin when the tree opens
later today.
- rhp
Status: NEW → ASSIGNED
Summary: "À±±â¹Î" in mail address renders funny in mails → [FIXED] "À±±â¹Î" in mail address renders funny in mails
Target Milestone: M14
| Assignee | ||
Comment 5•26 years ago
|
||
Just checked in the fix for this problem.
- rhp
Status: ASSIGNED → RESOLVED
Closed: 26 years ago
Resolution: --- → FIXED
Summary: [FIXED] "À±±â¹Î" in mail address renders funny in mails → "À±±â¹Î" in mail address renders funny in mails
| Reporter | ||
Comment 6•26 years ago
|
||
I'm using 2000012609 and here's another string that get wrong:
news://news.mozilla.org/388FD504.2589D5B7%40uswest.net
When reading it it renders Japanesse chars!
(See the attachment1 [details] [diff] [review])
When forwarding this post and reading it, it renders Latin1 chars!
(See the attachment2 [details] [diff] [review])
Status: RESOLVED → REOPENED
| Reporter | ||
Comment 7•26 years ago
|
||
| Reporter | ||
Comment 8•26 years ago
|
||
| Reporter | ||
Comment 9•26 years ago
|
||
Actually I meant:
news://news.mozilla.org/388E88FB.9703ED9D%40hotmail.com
but I think the other news URL gets it wrong too!
| Assignee | ||
Updated•26 years ago
|
Status: REOPENED → ASSIGNED
| Assignee | ||
Comment 11•26 years ago
|
||
Ok, I need some I18N help on this one. First, keep in mind that the characters
that get rendered in 4.x for these headers are WRONG. The garbage looking
characters (果子探險隊隊員 <rayctifw@hotmail.com>) should be displaying in
Traditional Chineese (Big5).
Now, I'm no expert so when you say they are displaying in Japanese, I'll take
your word for it that you know the difference between Traditional Chineese and
Japanese, because I sure don't.
Naoki: Is what we are displaying for this mail message header incorrect?
Now, quoting is another issue and I am looking into that now, but I'm not so
sure that what is being displayed in the envelope is wrong.
- rhp
| Assignee | ||
Comment 12•26 years ago
|
||
Ok, after consulting with Jeff Tsai (someone who can read Chineese) he assured
me that this is correct. (From: Translation = "a member of fruit discovery
adventure team") It is also correct when forwarding inline.
So, I am looking into the forwarding case to see what is going on there.
- rhp
| Assignee | ||
Comment 13•26 years ago
|
||
Ok, we do have a problem with displaying this message when it is forwarded as
an attachment. Investigating.
- rhp
Summary: "À±±â¹Î" in mail address renders funny in mails → Chineese Headers encoded with RFC1522 are display wrong in forwarded (as attachment) messages
| Assignee | ||
Comment 14•26 years ago
|
||
Fixing grammar :-)
Summary: Chineese Headers encoded with RFC1522 are display wrong in forwarded (as attachment) messages → Chineese Headers encoded with RFC1522 are displaying wrong in forwarded (as attachment) messages
| Assignee | ||
Comment 15•26 years ago
|
||
Ok, I have a fix for the forwarding issue. I will get this into the tree later
today.
- rhp
| Assignee | ||
Comment 16•26 years ago
|
||
This should be fixed now.
- rhp
Status: ASSIGNED → RESOLVED
Closed: 26 years ago → 26 years ago
Resolution: --- → FIXED
Comment 17•26 years ago
|
||
Henrik or Kat - can you verify this for me?
Comment 18•26 years ago
|
||
cc: kat to see my previous comment
Comment 19•26 years ago
|
||
Rich, I don't understand just what was fixed.
1. With the example posted by gemal on 1/24/2000,
there is no MIME-encoding info on the header or body
part and so unless the user happens to send the mail
guessing what the encoding of the article was and setting
the encoding to match on send, this is not going to
work.
2. The 2nd exmple posted on 1/27/2000 has MIME-encoded (Big5)
header and charset info (Big5) on body. But since the body contains
only ASCII, the only display issue would be with the header.
If you don't set the send encoding explicitly, it used to go out
following the default charset-- whatever it was. Now it should go out
honoring the main body body charset (Big5).
But since the header was properly MIME-encoded, you can see
it under 4.7 by changing the Viewe | Character Set to Big5 even
if the main body goes out as something other than Big5 when you
forward/as attachment -- we don't touch the attached message itself
in this case.
Under Mozilla, we decode the MIME-encoded headers of attachments
with M13 and so it does send & display OK, for example, with 1/25/2000
build. Forwarded/as attachment msg actually displayed OK
with M12 also.
Thus, I don't see that we ever had any problem with these
messages for forward/as attachment.
Rich, can you explain more in detail just what was fixed?
| Assignee | ||
Comment 20•26 years ago
|
||
The bug was when these RFC1522 messages were forwarded, they would display like
the following: http://bugzilla.mozilla.org/showattachment.cgi?attach_id=4599
I fixed this a while back with a patch to the emitters.
Does this help.
- rhp
Comment 21•26 years ago
|
||
Rich, I forwarded/attachment the very same article posted to Mozilla
mail-news group using M12 and M13 as well as the current (2/6/2000) builds.
In none of these cases, we ever touched the MIME-encoded header
of the original msg. And I had no problem displaying it
under 4.7x or Mozilla. When was it broken? Was it broken only
for a few days after M13 went out?
| Assignee | ||
Comment 22•26 years ago
|
||
Believe me...it was broken. It was after mscott landed his performance changes.
We were not decoding the header that were in the bodies. Please see:
http://bugzilla.mozilla.org/showattachment.cgi?attach_id=4599
for the way it looked. I'm not sure about the exact timing, but it was broken
and this fixed it.
- rhp
Comment 23•26 years ago
|
||
Thanks. Then, it sounds like we had a few day problem at some
point. The important thing is that this problem is no
longer observed with 2/6/2000 Win32 build.
Marking it verified/fixed.
Status: RESOLVED → VERIFIED
Updated•21 years ago
|
Product: Browser → Seamonkey
You need to log in
before you can comment on or make changes to this bug.
Description
•