1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54
|
***Allow HTML Temp***
--------
### Features
* Allows to have HTML temporarily allowed in the currently displayed message by only one click. When switching to another message, it'll be shown automatically again in plain text or sanitized html mode (according to your default mode).
### Version series
* Version 10.* - Thunderbird 128 ESR and 140 ESR
* Version 9.* - Thunderbird 115 ESR - Partially rewritten including conceptual changes to fit for Thunderbird Supernova UI and internal code changes
* Version 8.* - Thunderbird 102.* - Migrated to a MailExtension using own experiment APIs
* Version 7.* - Thunderbird 91.*
* Version 6.* - Thunderbird 78.*
* Version 5.* - Thunderbird 68.*
### Known issues
* From up version series 9 (Thunderbird 115 and following) it's possible to print the temporarily allowed HTML formated messages. But it's still not possible to use the provided functions to easily forward or answer with HTML temporarily allowed. It seems there is no possibility to implement these repeatedly requested features by an addon. It would be necessary to change Thunderbird core functions, to get these things working.
### Installation
1. [Download Allow HTML Temp from the official Thunderbird add-on page](https://addons.thunderbird.net/addon/allow-html-temp/)
2. [Installing an Add-on in Thunderbird](https://support.mozilla.org/kb/installing-addon-thunderbird)
### Contribution
You are welcomed to contribute to this project by:
* adding or improving the localizations of AttachmentExtractor Continued via email to me or a post in german Thunderbird forums [Thunderbird Mail DE](https://www.thunderbird-mail.de/forum/board/81-hilfe-und-fehlermeldungen-zu-thunders-add-ons/) or just create an [issue](https://gitlab.com/ThunderbirdMailDE/allow-html-temp/issues/) here on GitLab
* creating [issues](https://gitlab.com/ThunderbirdMailDE/allow-html-temp/issues/) about problems
* creating [issues](https://gitlab.com/ThunderbirdMailDE/allow-html-temp/issues/) about possible improvements
### Coders
* Alexander Ihrig (Original Author and Maintainer)
* John Bieling (Addon developer support)
* Jonathan Kamens (RemoteContent policy API based on his work)
### Translators
* de - Alexander Ihrig
* dsb - milupo
* en - Alexander Ihrig
* fr - DenB10
* hsb - milupo
* ja - ysdev1
### License
[Mozilla Public License version 2.0](https://gitlab.com/ThunderbirdMailDE/allow-html-temp/LICENSE)
|