Closed
Bug 231282
Opened 21 years ago
Closed 19 years ago
Opening RFC822 attachment into its window throws exceptions
Categories
(MailNews Core :: Backend, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: mcow, Assigned: sspitzer)
References
(Blocks 1 open bug)
Details
When opening a message attached to another message into its own standalone
message window, the following two exceptions are thrown:
Error: [Exception... "Component returned failure code: 0x80004003
(NS_ERROR_INVALID_POINTER) [nsIMsgMailNewsUrl.mimeHeaders]" nsresult:
"0x80004003 (NS_ERROR_INVALID_POINTER)" location: "JS frame :: chrome:
//messenger/content/mailWindowOverlay.js :: HandleMDNResponse :: line 2115"
data: no]
Source File: chrome://messenger/content/mailWindowOverlay.js Line: 2115
Error: [Exception... "Component returned failure code: 0x80004005
(NS_ERROR_FAILURE) [nsIMsgMessageService.messageURIToMsgHdr]" nsresult:
"0x80004005 (NS_ERROR_FAILURE)" location: "JS frame :: chrome:
//messenger/content/mailWindowOverlay.js :: HandleMDNResponse :: line 2114"
data: no]
Source File: chrome://messenger/content/mailWindowOverlay.js Line: 2114
Seen in:
Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.7a) Gecko/20040108
xref bug 204350
Updated•20 years ago
|
Product: Browser → Seamonkey
Reporter | ||
Updated•20 years ago
|
Component: MailNews: Main Mail Window → MailNews: Backend
Product: Mozilla Application Suite → Core
QA Contact: esther
Updated•20 years ago
|
Reporter | ||
Comment 1•19 years ago
|
||
With TB 1.5b2-1006 and TB 1.6a1-1028, only the second of the errors
originally reported occurs when the attachment is opened:
Error: [Exception... "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIMsgMessageService.messageURIToMsgHdr]" nsresult: "0x80004005 (NS_ERROR_FAILURE)" location: "JS frame :: chrome://messenger/content/mailWindowOverlay.js :: HandleMDNResponse :: line 2357" data: no]
Source File: chrome://messenger/content/mailWindowOverlay.js
Line: 2357
Comment 2•19 years ago
|
||
there's a fix for that in my tree, waiting for review
Reporter | ||
Comment 3•19 years ago
|
||
This has been fixed on the trunk in Thunderbird, with the most recent patch at bug 204350 (attachment 201005 [details] [diff] [review]), checked in yesterday. David, is that patch Core?
Comment 4•19 years ago
|
||
No, thunderbird only, but the same patch should work if it was ported to Seamonkey.
Reporter | ||
Comment 5•19 years ago
|
||
Marking this fixed; the problem described appears in Seamonkey 1.0a-0910, but not in SM 1.5a-1211.
Status: NEW → RESOLVED
Closed: 19 years ago
Resolution: --- → FIXED
Updated•17 years ago
|
Product: Core → MailNews Core
You need to log in
before you can comment on or make changes to this bug.
Description
•