Closed
Bug 102521
Opened 23 years ago
Closed 23 years ago
Cancelling send of a mail makes it so you can't send that mail at all
Categories
(MailNews Core :: Composition, defect, P1)
Tracking
(Not tracked)
VERIFIED
WORKSFORME
mozilla0.9.9
People
(Reporter: mikepinkerton, Assigned: bugzilla)
References
Details
using branch 9/28, osx. not sure if this happens on other platforms or on the trunk.
- compose an email message
- click send
- before send progress status box goes away, click cancel. I get the opportunity
a lot because the network here times out a lot to nsmail-2
- send cancels, returns you to unsent mail
- click send button again
Expected:
- mail tries to send again
Actual:
- nothing happens. you can click the send button 50 times and it doesn't help.
The message is now zombied and you basically lose the contents. The only way
around it is to copy the contents, close it, and start over.
Reporter | ||
Comment 1•23 years ago
|
||
while this may seem uncritical, it really is. if the SMTP server doesn't respond
quickly, users are likely to cancel the send and try again (that's what i did
several times this week, only to be bitten by this bug every time).
Severity: normal → critical
Keywords: nsbranch
Comment 2•23 years ago
|
||
not a show stopper for the branch. nsbranch-. Re-assiging to composition.
Updated•23 years ago
|
Priority: -- → P1
Assignee | ||
Comment 3•23 years ago
|
||
Looks like we are missing a onStopRequest/onStopSending event!
Status: NEW → ASSIGNED
Updated•23 years ago
|
Updated•23 years ago
|
Target Milestone: mozilla0.9.7 → mozilla0.9.9
Assignee | ||
Comment 4•23 years ago
|
||
Using MacOS X build id 2001121304, I cannot reproduce this problem! I tried to
cancel the send operation at different point and each time I have been able to
send it correctly after.
Status: ASSIGNED → RESOLVED
Closed: 23 years ago
Resolution: --- → WORKSFORME
Reporter | ||
Comment 5•23 years ago
|
||
ok, well, you win. i just tried it with the 12/17 bits and it worked. what
changed to fix this, i wonder?
Comment 6•23 years ago
|
||
verifying as worksforme from 2001-12-20-06 Mac OS X build
Status: RESOLVED → VERIFIED
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
•