Should abort sending on RCPT error in SmtpClient.jsm
Categories
(MailNews Core :: Networking: SMTP, defect)
Tracking
(thunderbird_esr78 unaffected, thunderbird90 fixed)
Tracking | Status | |
---|---|---|
thunderbird_esr78 | --- | unaffected |
thunderbird90 | --- | fixed |
People
(Reporter: rnons, Assigned: rnons)
References
(Regression)
Details
(Keywords: regression)
Attachments
(1 file)
48 bytes,
text/x-phabricator-request
|
wsmwk
:
approval-comm-beta+
|
Details | Review |
+++ This bug was initially created as a clone of Bug #1710066 +++
The original emailjs-smtp-client treats RCPT error as soft error, as long as one RCPT succeeded, it will send the mail. We should notify user whenever a RCPT error is received.
Assignee | ||
Updated•2 years ago
|
Assignee | ||
Comment 1•2 years ago
|
||
Assignee | ||
Updated•2 years ago
|
Updated•2 years ago
|
Pushed by mkmelin@iki.fi:
https://hg.mozilla.org/comm-central/rev/644798fad6f7
Abort sending on RCPT error in SmtpClient.jsm. r=mkmelin
Assignee | ||
Comment 3•2 years ago
|
||
Comment on attachment 9224378 [details]
Bug 1713724 - Abort sending on RCPT error in SmtpClient.jsm. r=mkmelin
[Approval Request Comment]
Regression caused by (bug #): bug 1661694
User impact if declined: When sending to multiple recipients, sending is not aborted on RCPT error, user won't notice some recipients failed.
Testing completed (on c-c, etc.): c-c
Risk to taking this patch (and alternatives if risky): low
Comment 4•2 years ago
|
||
Comment on attachment 9224378 [details]
Bug 1713724 - Abort sending on RCPT error in SmtpClient.jsm. r=mkmelin
[Triage Comment]
Approved for beta
Comment 5•2 years ago
|
||
bugherder uplift |
Thunderbird 90.0b2:
https://hg.mozilla.org/releases/comm-beta/rev/893903de49ce
Description
•