Closed
Bug 1406911
Opened 8 years ago
Closed 8 years ago
Thunderbird doesn't send e-mails when collected addresses (history.mab) is disabled
Categories
(Thunderbird :: Message Compose Window, defect)
Tracking
(Not tracked)
RESOLVED
DUPLICATE
of bug 1371309
People
(Reporter: islam, Unassigned)
Details
Attachments
(1 file)
144.61 KB,
image/png
|
Details |
User Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/61.0.3163.100 Safari/537.36
Steps to reproduce:
Error found on Mac OS Version 10.10 and later with Thunderbird 52.3.0 (older TB Version 45 works fine)
Our target is to disable the locally collected Addresses in TB Address Book as we use Cardbook Add-On to collect Addresses. For this we use an autoconfig script which disables the collected addresses as follows: lockPref("ldap_2.servers.history.dirType", -1);
Start composing a new E-Mail, enter recipient, subject, message body as usual.
Press on the Send Button.
Actual results:
After pressing on the send button nothing happens and message compose window remains opened and the message doesn't get sent.
The following error appears in the error console window (also see screenshot):
NS_ERROR_NOT_IMPLEMENTED: Component returned failure code: 0x80004001 (NS_ERROR_NOT_IMPLEMENTED) [nsIMsgCompose.expandMailingLists] MsgComposeCommands.js:4466
expandRecipients chrome://messenger/content/messengercompose/MsgComposeCommands.js:4466:3
expandRecipients chrome://cardbook/content/lists/ovl_list.js:106:12
GenericSendMessage chrome://messenger/content/messengercompose/MsgComposeCommands.js:2940:5
SendMessage chrome://messenger/content/messengercompose/MsgComposeCommands.js:3280:3
defaultController.commands.cmd_sendButton.doCommand chrome://messenger/content/messengercompose/MsgComposeCommands.js:703:11
defaultController.doCommand chrome://messenger/content/messengercompose/MsgComposeCommands.js:875:5
goDoCommand chrome://global/content/globalOverlay.js:100:7
oncommand chrome://messenger/content/messengercompose/messengercompose.xul:1:1
An error occurred executing the cmd_sendButton command: [Exception... "Component returned failure code: 0x80004001 (NS_ERROR_NOT_IMPLEMENTED) [nsIMsgCompose.expandMailingLists]" nsresult: "0x80004001 (NS_ERROR_NOT_IMPLEMENTED)" location: "JS frame :: chrome://messenger/content/messengercompose/MsgComposeCommands.js :: expandRecipients :: line 4466" data: no] globalOverlay.js:103
goDoCommand chrome://global/content/globalOverlay.js:103:5
oncommand chrome://messenger/content/messengercompose/messengercompose.xul:1:1
Expected results:
the e-mail should be sent.
Comment 1•8 years ago
|
||
hmm. cardbook has been known to cause other problems https://mzl.la/2y3Hobz
(In reply to Wayne Mery (:wsmwk, NI for questions) from comment #1)
> hmm. cardbook has been known to cause other problems https://mzl.la/2y3Hobz
This Error happens without Cardbook being installed at all and even with all Add-Ons disabled.
Updated•8 years ago
|
Status: UNCONFIRMED → RESOLVED
Closed: 8 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•