Closed
Bug 10400
Opened 26 years ago
Closed 25 years ago
[Local Mail only]: Messages w/ certain non-local pages attached - either forwarded or replied - do not get sent
Categories
(MailNews Core :: Backend, defect, P3)
Tracking
(Not tracked)
VERIFIED
WORKSFORME
M11
People
(Reporter: marina, Assigned: rhp)
References
()
Details
(Whiteboard: [PR1])
Steps to reproduce:
-sent from 4.6 the above page (URL is attached);
-get message in 5.0;
-click Forward (forward it to youself);
-click Send (manually dismiss the window);
-lcik Get new Mail:
//note there is no mail, message didn't get sent
(in the MS-DOS window read those comments:"JavaError uncaught
exception:component returned: failure###)
it doesn't occur when you forwarding html file from the local drive, it gets
sent fine, so my guess is MIME encoding (Multi-part?)
observed with 1999072208 M9 windows build
Updated•26 years ago
|
Assignee: phil → rhp
Assignee | ||
Comment 1•26 years ago
|
||
This is actually a problem in the XIF to DTD converter. We are getting lots of
asserts because of the content model for the message being composed. We can
display this data fine in the compose window, but it seems to have a real
problem trying to get it in HTML form.
Akkana...any ideas who I should assign something like this to?
- rhp
Comment 2•26 years ago
|
||
I've inherited ownership of XIF. But I don't understand what the problem is
here -- Rich, can you explain why you say it's the XIF to HTML translation
causing a problem?
If I type an alt-X (Rich, please please could you consider adding a debug menu
like the one in the editor window to the mail compose window? Test Selection
and Output text/html/xif make debugging problems like this a LOT easier, esp.
for people on Windows where alt key events don't work) I do get lots of html
output, which has a valid-looking <head> and <body> and so forth.
Assignee | ||
Comment 3•26 years ago
|
||
JF:
Can you possibly add the menu that Akkana is talking about? This will help a
lot on message composition problems.
Akkana:
Are you just loading that URL in an editor window and looking at that? If so,
this is different than what the bug is. What happens is that we receive this as
an email attachment that we display inline. Then, we quote this into a new
message composition window. In the message compose window, it looks fine, but
when we hit Send and try to get the HTML, we get tons of asserts and it doesn't
work.
It just looked like I was asserting in the DTD that did XIF to HTML..but I
could be off here.
- rhp
Assignee | ||
Updated•26 years ago
|
Status: NEW → ASSIGNED
Target Milestone: M10
Comment 4•25 years ago
|
||
No, I was testing this in the html mail window, forwarding the message as you
described, then using the hardwired editor alt-I accelerator (which may go away
once we get XUL keybindings, hence my request for the debug menu). OutputHTML
does produce html for this case.
Comment 5•25 years ago
|
||
Are there 2 bugs here? Here's what I see with the 8/16/99 Win32 build.
(Under HTML Mail send option)
1. Local mail folder: If the message with the abobe URL attached is in
POP3/local mail folder, then, the entire page seems to get
quoted -- though there is a nasty repaint problem (Bug 11573).
When this message is "sent", no message arrives at the recipient.
2. IMAP Mail folder:
When you reply/quote the message with the above URL attached (identical
test message as the 1 above), the original page is quoted only
partially -- actually it seems only the headers get quoted and then
the rest of the page is omitted.
When this message is sent, it arrives at the recipient but in
a partiallly quoted condition which it was in during the
composition.
(Also as a side note, the progress bar at the bottom left says "document
loading .." with this particular message either in local folder or
in IMAP folder. However, the attached page does seem to load entirely
and so this may not be relevant.)
Are both 1 and 2 due to the same cause or should we separate them out?
Assignee | ||
Comment 6•25 years ago
|
||
IMAP Quoting should be ignored. IMAP is a hack and is no indication of the
state of the editor...especially in cases with complex messages or non us-ascii
messages. IMAP will be covered when I get this working and I have a FEATURE bug
for that already.
- rhp
Updated•25 years ago
|
Summary: MIME encoded message either forwarded or replied do not get sent → [Local Mail only]: Messages w/ certain non-local pages attached - either forwarded or replied - do not get sent
Comment 7•25 years ago
|
||
I've changed the summary line to more accurately reflect the current
state of this bug.
Updated•25 years ago
|
Assignee: rhp → ducarroz
Status: ASSIGNED → NEW
Comment 8•25 years ago
|
||
Reassign to JF to add the menu Rich asked for on 7/26, and then hopefully we'll
be able to tell whether this is an editor bug or not.
Sounds like this needs to be fixed for PR1, so I added a note to the Status
Whiteboard
Updated•25 years ago
|
Target Milestone: M10 → M11
Updated•25 years ago
|
Status: NEW → ASSIGNED
Comment 10•25 years ago
|
||
I've already added the debug menu in M10. I will take a look at it soon...
Comment 11•25 years ago
|
||
(target milestone is M11 or M12 - add to mail beta tracking bug)
Updated•25 years ago
|
Assignee: ducarroz → rhp
Status: ASSIGNED → NEW
Comment 12•25 years ago
|
||
Rich, I assign this bug back to you. Message compose now have the debug menu you have requested for...
Assignee | ||
Comment 13•25 years ago
|
||
Bulk change to assigned.
- rhp
Assignee | ||
Updated•25 years ago
|
Status: ASSIGNED → RESOLVED
Closed: 25 years ago
Resolution: --- → WORKSFORME
Assignee | ||
Comment 14•25 years ago
|
||
This bug has been around for a while, but I believe it works now. I just went
through the steps to reproduce and I think everything behaved as it should.
Just in case, I am copying jefft since he worked on forwarding.
- rhp
Comment 15•25 years ago
|
||
Verified as worksforme using the following build:
ftp://sweetlou/products/client/seamonkey/windows/32bit/x86/1999-11-12-18-M11/bac
kup/install.exe
ftp://sweetlou/products/client/seamonkey/macos/8.x/ppc/1999-11-11-11-M11/netscap
e5-mac-M11.sea.bin
ftp://sweetlou/products/client/seamonkey/unix/linux_glibc/2.2/x86/1999-11-12-18-
M11/netscape-i686-pc-linux-gnu.tar.gz
Updated•20 years ago
|
Product: MailNews → Core
Updated•16 years ago
|
Product: Core → MailNews Core
You need to log in
before you can comment on or make changes to this bug.
Description
•