Copy to sent folder Retry causes TypeError: can't access property "processCanceledByUser", this._sendProgress is undefined
Categories
(MailNews Core :: Networking: SMTP, defect)
Tracking
(thunderbird_esr128 fixed, thunderbird131 affected)
People
(Reporter: mkmelin, Assigned: mkmelin)
Details
Attachments
(1 file)
48 bytes,
text/x-phabricator-request
|
corey
:
approval-comm-esr128+
|
Details | Review |
My steps to reproduce:
Use Send Later for a message.
Restart, and when asked, have Thunderbird send the message now.
Make sure there's a network error for the server where the identity's Sent folder is at.
When notified about the copy to folder issue, chose Retry.
Result:
JavaScript error: resource:///modules/MessageSend.sys.mjs, line 456: TypeError: can't access property "processCanceledByUser", this._sendProgress is undefined
Assignee | ||
Comment 1•1 year ago
|
||
Updated•1 year ago
|
Comment 2•1 year ago
|
||
Not sure I ever received an email about https://phabricator.services.mozilla.com/D211433, couldn't find it. Anyhow, was able to verify the STR and the change fixes it.
Pushed by mkmelin@iki.fi:
https://hg.mozilla.org/comm-central/rev/41d8cec90816
Fix Copy to sent folder Retry causing TypeError: can't access property "processCanceledByUser", this._sendProgress is undefined. r=gds
Assignee | ||
Updated•1 year ago
|
Assignee | ||
Comment 4•10 months ago
|
||
Comment on attachment 9403593 [details]
Bug 1898488 - Fix Copy to sent folder Retry causing TypeError: can't access property "processCanceledByUser", this._sendProgress is undefined. r=gds
[Approval Request Comment]
User impact if declined: Retry would not work in the situation described
Testing completed (on c-c, etc.): c-c, beta
Risk to taking this patch (and alternatives if risky): safe
Comment 5•10 months ago
|
||
Comment on attachment 9403593 [details]
Bug 1898488 - Fix Copy to sent folder Retry causing TypeError: can't access property "processCanceledByUser", this._sendProgress is undefined. r=gds
[Triage Comment]
Approved for esr128
Comment 6•10 months ago
|
||
bugherder uplift |
Thunderbird 128.3.2esr:
https://hg.mozilla.org/releases/comm-esr128/rev/6da8d593d731
Description
•