Closed
Bug 1704409
Opened 4 years ago
Closed 4 years ago
Call OnStartRunningUrl and pass specific nsresult to OnStopRunningUrl in SmtpService.jsm
Categories
(MailNews Core :: Networking: SMTP, defect)
Tracking
(thunderbird_esr78 unaffected, thunderbird88 wontfix)
RESOLVED
FIXED
89 Branch
| Tracking | Status | |
|---|---|---|
| thunderbird_esr78 | --- | unaffected |
| thunderbird88 | --- | wontfix |
People
(Reporter: rnons, Assigned: rnons)
References
Details
Attachments
(1 file)
+++ This bug was initially created as a clone of Bug #1677683 +++
- onStartSending of the user supplied listener is not called
(because sendMailMessage() does not call OnStartRunningUrl of the deliveryListener)- no meaningfull status is returned to onStopSending of the user supplied listener
(seems that _actionStream() in SmtpClient.jsm does not return the SMTP server status)
| Assignee | ||
Updated•4 years ago
|
Assignee: nobody → remotenonsense
Status: NEW → ASSIGNED
| Assignee | ||
Comment 1•4 years ago
|
||
Updated•4 years ago
|
Attachment #9215049 -
Attachment description: WIP: Bug 1704409 - Call OnStartRunningUrl and pass specific nsresult to OnStopRunningUrl in SmtpService.jsm → Bug 1704409 - Call OnStartRunningUrl and pass specific nsresult to OnStopRunningUrl in SmtpService.jsm. r=mkmelin
| Assignee | ||
Updated•4 years ago
|
Pushed by geoff@darktrojan.net:
https://hg.mozilla.org/comm-central/rev/b87f554e596e
Call OnStartRunningUrl and pass specific nsresult to OnStopRunningUrl in SmtpService.jsm. r=mkmelin
Updated•4 years ago
|
Version: unspecified → Thunderbird 88
You need to log in
before you can comment on or make changes to this bug.
Description
•