Questions tagged [thunderbird-webextensions]

For extensions for the Mozilla Thunderbird e-mail client.

"MailExtensions" are WebExtensions with some added features specific to Thunderbird. WebExtensions is the current type of Extension used for Firefox and Chrome. Unlike how extensions once were, MailExtensions don't have complete access to Thunderbird's internal components and UI, but instead are able to access functionality through the use of APIs.

32 questions
0
votes
1 answer

Uploading a file to remote server from background script in Thunderbird

I am developing a Thunderbird extension that can upload attached files in mail. The flow of the extension is as follows: Clicking the extension icon shows a popup for selecting one of "Read All", "Read Selected" and "Read Unread" options When I…
0
votes
2 answers

How to use and access the preference in thunderbird , in Webextension environment ,not in the legacy

Currently using this method as a legacy method. this.prefService = Components .classes["@mozilla.org/preferences-service;1"] .getService(Components.interfaces.nsIPrefService); this.prefBranch = this.prefService.getBranch(root); but…
ISMAIL
  • 27
  • 6
1 2
3