Closed
Bug 270630
Opened 21 years ago
Closed 21 years ago
Mail import function from Outlook 2003 imports some HTML mails as plain text
Categories
(Thunderbird :: Migration, defect)
Tracking
(Not tracked)
VERIFIED
FIXED
People
(Reporter: mozillabugzilla, Assigned: Bienvenu)
Details
(Keywords: fixed-aviary1.0)
Attachments
(2 files)
|
8.02 KB,
application/octet-stream
|
Details | |
|
1.07 KB,
patch
|
mscott
:
superreview+
|
Details | Diff | Splinter Review |
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.7.5) Gecko/20041107 Firefox/1.0
Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.7.5) Gecko/20041107 Firefox/1.0
When importing mails from Outlook 2003 to TB, *some* (but not all) html messages
are mistakenly imported as plain text, and one can see the html code in the
message body area.
I found that if I change the message type from "content-type: plain/text" to
"content-type: plain/html" in the message store file, then everything works
fine. However, doing that by hand in a file that contains several thousand
messages would take days...
My Thunderbird build: version 0.9+ (20041117), zip version
Runs on: Windows XP SP2
Reproducible: Always
Steps to Reproduce:
1. Use the Import function from TB to import mails from Outlook 2003
Actual Results:
Most HTML mails imported properly. However, some of them (especially some with
attachments) were imported with the wrong message type. They were wrongly
interpreted as "plain text" messages, with all the HTML code showing in the
message area.
Expected Results:
The SW did not recognize that the messages were HTML messages. If I change the
message type from "content-type: plain/text" to "content-type: plain/html" in
the message store file, then everything works fine. However, doing that by hand
in a file that contains several thousand messages would take days...
| Reporter | ||
Comment 1•21 years ago
|
||
Two examples of the problem. They show the mails as they appear in the TB
storage after importing. In addition, the original "internet headers", as they
appear inside Outlook 2003.
As you can see, the contents were wrongly set as "Content-Type: text/plain;".
Perhaps the problem was that they were specified as "Content-Type:
multipart/related;" in Outlook 2003, which is not a frequently used
content-type...
| Assignee | ||
Comment 2•21 years ago
|
||
can you send me the complete original message so I can just try it with outlook
2003? thx!
| Reporter | ||
Comment 3•21 years ago
|
||
(In reply to comment #2)
> can you send me the complete original message so I can just try it with outlook
> 2003? thx!
OK, I will send it to you as an attachment, using the Outlook 2003 client. I
hope this is what you meant...
| Assignee | ||
Comment 4•21 years ago
|
||
that should work - or I was thinking of the Outlook equivalent of Edit Message
as New, re-address to me, and resending...assuming that keeps the message as
unimportable - forward as attachment is probably safer...
| Assignee | ||
Comment 5•21 years ago
|
||
this seems to fix it...
Assignee: mscott → bienvenu
Status: UNCONFIRMED → ASSIGNED
| Assignee | ||
Updated•21 years ago
|
Attachment #166410 -
Flags: superreview?(mscott)
Updated•21 years ago
|
Attachment #166410 -
Flags: superreview?(mscott) → superreview+
| Assignee | ||
Updated•21 years ago
|
Keywords: fixed-aviary1.0
| Assignee | ||
Updated•21 years ago
|
Status: ASSIGNED → RESOLVED
Closed: 21 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•