i'm trying to follow https://wiki.mozilla.org/Thunderbird/Add-ons_Guide_57#Removed_interfaces_in_mozilla57 to upgrade our extension to work a little bit longer. I'm testing with thunderbird 59.0.b2 and after not being able to refresh the source, i deinstalled the extension in the hopes of getting a reaction. Now i'm no longer able to install the extension using the instructions provided here https://developer.mozilla.org/en-US/docs/Mozilla/Thunderbird/Thunderbird_extensions/Building_a_Thunderbird_extension_7:_Installation This is not a webextension as they do not yet provide local file access, which we require. Could someone throw me some clue sticks on how to proceed?
Legacy extension not loading on thunderbird-59
73 Views Asked by Mario Theodoridis At
0
There are 0 best solutions below
Related Questions in THUNDERBIRD
- How do I separate emails (from 1 alias) in Thunderbird from invasive websites on Firefox with file browsing scripts? Should I worry?
- Thunderbird Importing Emails imports 0 emails
- Thunderbird: Get Subject dynamically in HTML Signature
- thunderbird local archive folder missing
- New Thunderbird Plugin: Custom Menu in Message Display Toolbar
- Thunderbird: messenger.messages.listAttachments returns empty array when using pgp
- How to create a secure module policy in SElinux
- Thunderbird/gmail : How to filter emails to receive/read from certified contacts
- restoring Thunderbird filters
- How do I determine the attachment for messages with manifest v3?
- How to debug Typescript code with Thunderbird?
- Thunderbird (v115.3.2 64-bit) Outbox Count of Emails Waiting to be Sent
- How to debug a script in Thunderbird's Quicktext extension
- Assigned tags to mails are lost after update to Thunderbird 115
- keyboard short-cut or add-on to toggle full-screen message?
Related Questions in XPCOM
- How to load fingerprinting js asynchronously and get visitor id
- How to import cookies with XPCOM
- How to use XPCOM in iMacros to load data and write data
- Hot to list all files from a folder with XPCOM
- Attach SQLITE Databaes in Zotero (i.e. Firefox XPCOM/XUL) extension
- Legacy extension not loading on thunderbird-59
- Windows 10 COMException when loading geckofx 45.0.34
- What is missing that I get an NS_BASE_STREAM_CLOSED error?
- Sending message, XPCOM object, that cannot be cloned
- How to get nsIDOMHTMLDocument in GeckoFx?
- SWT Browser when is executed JavaScript "successful"?
- How to create a Thunderbird native extension?
- nsICookieManager XPCOM Interface does not work properly
- get inReplyTo and references from Thunderbird mail header
- How can I get the JSContext of a nsIDOMWindow in c++?
Related Questions in THUNDERBIRD-ADDON
- How to make Thunderbird stop during email download?
- How to display the body of an email with a thunderbird-addon?
- How to iterate over files in a directory within an extractionless add-on's .xpi file
- Difference between thunderbird and firefox add-ons
- get message body using javascript (thunderbird)
- char* gets lost on return from C DLL to js-ctypes
- Failed to remove attachment in Thunderbird AddOn
- Thunderbird extension - unhide account.incomingServer
- Thunderbird extension. Add field to messagePane. How to deal with windows instances?
- How can I "hack" the Thunderbird Lightning extension to fully color categories
- Add a new language to Thunderbird spell check
- How to intercept incoming email and retrieve message body in thunderbird
- HTML - Mails don't look right after they got send (thunderbird)
- How to debug a Thunderbird addon/extension's JavaScript
- How to access Thunderbird's toolbar-button-icons?
Trending Questions
- UIImageView Frame Doesn't Reflect Constraints
- Is it possible to use adb commands to click on a view by finding its ID?
- How to create a new web character symbol recognizable by html/javascript?
- Why isn't my CSS3 animation smooth in Google Chrome (but very smooth on other browsers)?
- Heap Gives Page Fault
- Connect ffmpeg to Visual Studio 2008
- Both Object- and ValueAnimator jumps when Duration is set above API LvL 24
- How to avoid default initialization of objects in std::vector?
- second argument of the command line arguments in a format other than char** argv or char* argv[]
- How to improve efficiency of algorithm which generates next lexicographic permutation?
- Navigating to the another actvity app getting crash in android
- How to read the particular message format in android and store in sqlite database?
- Resetting inventory status after order is cancelled
- Efficiently compute powers of X in SSE/AVX
- Insert into an external database using ajax and php : POST 500 (Internal Server Error)
Popular Questions
- How do I undo the most recent local commits in Git?
- How can I remove a specific item from an array in JavaScript?
- How do I delete a Git branch locally and remotely?
- Find all files containing a specific text (string) on Linux?
- How do I revert a Git repository to a previous commit?
- How do I create an HTML button that acts like a link?
- How do I check out a remote Git branch?
- How do I force "git pull" to overwrite local files?
- How do I list all files of a directory?
- How to check whether a string contains a substring in JavaScript?
- How do I redirect to another webpage?
- How can I iterate over rows in a Pandas DataFrame?
- How do I convert a String to an int in Java?
- Does Python have a string 'contains' substring method?
- How do I check if a string contains a specific word?