115 unable to save email as draft if "To" field is filled in
Categories
(MailNews Core :: Security: OpenPGP, defect)
Tracking
(Not tracked)
People
(Reporter: foxfire, Unassigned)
Details
(Keywords: regression)
User Agent: Mozilla/5.0 (X11; Linux x86_64; rv:109.0) Gecko/20100101 Firefox/116.0
Steps to reproduce:
Started editing an email, then tried to save it as a draft.
Actual results:
Got a pop-up saying "Unable to save your message as draft. Sending of message failed".
Expected results:
Message should have been saved in my drafts directory.
If I delete the "to" email address(es), it saves OK. This certainly worked OK on earlier versions (though I can't be sure exactly when it started failing as I haven't tried to save a draft for a while).
| Reporter | ||
Comment 1•3 years ago
|
||
A bit of possibly significant information.
Looking at logs, I see the following when I type an email address then hit <enter>:
console.debug: "failed to extract email address from: Andrews & Arnold Ltd, Registered in England, No. 3342760"
console.debug: "failed to extract email address from: Andrews & Arnold Ltd (Accounts Automation)"
console.debug: "failed to extract email address from: Cuthbert,MJ,Matthew,XJH2 R </o=EXCHANGE/ou=BTUK02/cn=Recipients/cn=CUTHBEM>"
(Andrews & Arnold is my ISP and email supplier).
Then when I try to save the draft (with an email address), I get:
console.debug: ({})
JavaScript error: chrome://openpgp/content/modules/funcs.jsm, line 82: NS_ERROR_FAILURE:
console.error: mailnews.send: ({})
console.error: mailnews.send: "Sending failed; , exitCode=2147500037, originalMsgURI=mailbox-message://nobody@Local%20Folders/Drafts-home%40web-brewer.co.uk#10"
Comment 2•2 years ago
|
||
Tony, do you still see this with latest 115? If so, please copy the errors full you now get in the console.
| Reporter | ||
Comment 3•2 years ago
|
||
(In reply to Magnus Melin [:mkmelin] from comment #2)
Tony, do you still see this with latest 115? If so, please copy the errors full you now get in the console.
Hi Magnus,
Working correctly now (I have 115.3.1)
Thanks.
Updated•2 years ago
|
Description
•