fix the OpenPGP code that repairs broken messages from Exchange
Categories
(MailNews Core :: Security: OpenPGP, defect)
Tracking
(Not tracked)
People
(Reporter: KaiE, Assigned: KaiE)
Details
Attachments
(1 file, 1 obsolete file)
happened when saving an attachment
enigmailMessengerOverlay.js: messageDecryptCb: caught exception: TypeError
Message: 'can't access property "removeAttribute", ebeb is null'
File: chrome://openpgp/content/ui/enigmailMsgHdrViewOverlay.js
Line: 1194
Stack: updateSecurityStatus@chrome://openpgp/content/ui/enigmailMsgHdrViewOverlay.js:1194:9
buggyMailHeader@chrome://openpgp/content/ui/enigmailMessengerOverlay.js:1048:33
messageDecryptCb@chrome://openpgp/content/ui/enigmailMessengerOverlay.js:973:16
messageDecrypt/<@chrome://openpgp/content/ui/enigmailMessengerOverlay.js:693:24
onData@chrome://openpgp/content/modules/mime.jsm:459:19
newStringStreamListener/onStopRequest/<@chrome://openpgp/content/modules/streams.jsm:78:17
callbackWrapper@chrome://openpgp/content/modules/timer.jsm:30:7
notify@resource://gre/modules/Timer.jsm:62:17
Assignee | ||
Comment 1•9 months ago
|
||
The error message is my own fault, because I haven't yet adjusted the code that attempts to repair broken messages from Exchange.
It attempts to access UI elements that I haven't added.
While testing the repair functionality, I noticed that it no longer works.
It took me a while to find the bug. This attachment fixes the repairing for me.
(But it doesn't yet fix the UI situation.)
Maybe we can have the same kind of notification bar with a button that I recently added for other situations, until we have a better solution for these kinds of interactions.
Patrick, when the code repairs a message, is that a permanent change on the IMAP server, and the original is lost after the repair?
Assignee | ||
Updated•9 months ago
|
Assignee | ||
Updated•9 months ago
|
Assignee | ||
Comment 2•9 months ago
|
||
Assignee | ||
Updated•9 months ago
|
Pushed by kaie@kuix.de:
https://hg.mozilla.org/comm-central/rev/8a2e074a410b
Fix the OpenPGP code that repairs broken messages from Exchange. r=PatrickBrunschwig
Pushed by kaie@kuix.de: https://hg.mozilla.org/comm-central/rev/d937493550f5 Follow up to fix lint. rs=bustage DONTBUILD
Updated•9 months ago
|
Description
•