Closed
Bug 139499
Opened 24 years ago
Closed 24 years ago
Reply to mail generates an empty body instead of the original email
Categories
(MailNews Core :: Composition, defect)
Tracking
(Not tracked)
VERIFIED
DUPLICATE
of bug 140360
mozilla1.0.1
People
(Reporter: david, Assigned: bugzilla)
References
()
Details
Replying to the example email posted at the above URL creates a compose window
with nothing but the "user@host.com wrote:"
I'm on Linux using Build ID 2002 0418 12.
The bud ID on the above URL is #2
Comment 1•24 years ago
|
||
I'm seeing the same for
Content-Type: TEXT/PLAIN; charset=X-UNKNOWN
on Win2k using M0.9.9 (I'll have a look at it later with a recent nightly).
OS: Linux → All
not wanting to create an additional bug report.... the latest 1.0 rc2 release
exhibits similar behavior.
linux 2.2.19
mozilla build date 2002051115
replying to a mail message opens a composer window but
1) the "to" address is blank and is not automatically populated with the
original message's "reply-to" address
2) there is no original message in the composition window
to my knowledge, the expected behavior of having the "to" address appear in the
proper place and the replied message in the composition window has worked fine
in 0.9.9 and 1.0 rc1 versions.
| Assignee | ||
Comment 3•24 years ago
|
||
the data MIME give to the message compose is not UTF8. Then msg compose failed
converting it to UCS2 because of the £ character, therefore nothing get append
to the message body.
cc'ing nhotta
Status: UNCONFIRMED → ASSIGNED
Ever confirmed: true
Target Milestone: --- → mozilla1.0.1
Comment 4•24 years ago
|
||
workaround: set a charset to ISO-8859-1 (or whatever appropriate) by charset
menu before reply.
bug 140360 is about the conversion error handling improvment, mark as a dup.
*** This bug has been marked as a duplicate of 140360 ***
Status: ASSIGNED → RESOLVED
Closed: 24 years ago
Resolution: --- → DUPLICATE
Updated•21 years ago
|
Product: MailNews → Core
Updated•18 years ago
|
Product: Core → MailNews Core
You need to log in
before you can comment on or make changes to this bug.
Description
•