send mail hangs forever while posting news entry with to: header - TypeError: messageFile is null SmtpService.jsm
Categories
(MailNews Core :: Networking: SMTP, defect)
Tracking
(thunderbird_esr91+ fixed, thunderbird95+ fixed)
People
(Reporter: ste.sachse, Assigned: rnons)
References
(Regression)
Details
(Keywords: regression)
Attachments
(1 file)
(deleted),
text/x-phabricator-request
|
wsmwk
:
approval-comm-beta+
wsmwk
:
approval-comm-esr91+
|
Details |
User Agent: Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36
Steps to reproduce:
send news post with to: header
Actual results:
news is posted fine, but the email is not send. send dialog hangs forever. there is a logmessage
TypeError: messageFile is null SmtpService.jsm:121:9 (resource:///modules/SmtpService.jsm)
Expected results:
mail should be sent
Updated•3 years ago
|
Comment 1•3 years ago
|
||
Confirmed
Comment 2•3 years ago
|
||
Here the parameter (file) seems to be missing:
https://searchfox.org/comm-central/rev/37baa8dd18341e3dd3083347c3b91292b6cddcc9/mailnews/compose/src/MessageSend.jsm#624
this._deliverFileAsMail();
=> this._deliverFileAsMail(this._deliveryFile);
That seems a little too easy to me!?
Assignee | ||
Comment 3•3 years ago
|
||
Updated•3 years ago
|
Assignee | ||
Comment 4•3 years ago
|
||
Thanks Alfred.
Assignee | ||
Updated•3 years ago
|
Updated•3 years ago
|
Pushed by mkmelin@iki.fi:
https://hg.mozilla.org/comm-central/rev/d03a0ec5d8a3
Fix sending mail together with posting news. r=mkmelin
Assignee | ||
Comment 6•3 years ago
|
||
Comment on attachment 9249658 [details]
Bug 1738890 - Fix sending mail together with posting news. r=mkmelin
[Approval Request Comment]
Regression caused by (bug #): 1211292
User impact if declined: When sending mail together with posting news, the mail will fail
Testing completed (on c-c, etc.): c-c
Risk to taking this patch (and alternatives if risky): low
Comment 7•3 years ago
|
||
Comment on attachment 9249658 [details]
Bug 1738890 - Fix sending mail together with posting news. r=mkmelin
[Triage Comment]
Approved for beta
Comment 8•3 years ago
|
||
bugherder uplift |
Thunderbird 95.0b4:
https://hg.mozilla.org/releases/comm-beta/rev/0d67836bb3e3
Comment 9•3 years ago
|
||
Comment on attachment 9249658 [details]
Bug 1738890 - Fix sending mail together with posting news. r=mkmelin
[Triage Comment]
Approved for ers91
Comment 10•3 years ago
|
||
Comment on attachment 9249658 [details]
Bug 1738890 - Fix sending mail together with posting news. r=mkmelin
[Triage Comment]
correcting flag
Comment 11•3 years ago
|
||
bugherder uplift |
Thunderbird 91.4.0:
https://hg.mozilla.org/releases/comm-esr91/rev/4a3a7e8367e6
Description
•