Plugin support in Thunderbird: Difference between revisions

From MozillaZine Knowledge Base
Jump to navigationJump to search
mNo edit summary
m (TB 52 changes)
Line 1: Line 1:
Plugin support was added in Thunderbird 3.0. Supposedly it supported Java, Flash, PDF and Windows Media Player though there was no official list. "Plugins" is sometimes treated as synonymous with add-ons but in this case it means browser type plugins such as Flash, not extensions and themes. It was disabled in 3.1.6 due to performance issues caused when plugins were loaded.
'''Starting with Thunderbird 52 all NPAPI plug-ins are disabled'''. [https://bugzilla.mozilla.org/show_bug.cgi?id=1269807]


Supposedly starting with Thunderbird 5.0 plugins are enabled by default if it isn't a email account, though that has only been verified for RSS feeds. Some users have reported YouTube videos would play in Thunderbird 3.3 alpha four builds while they wouldn't play in 3.1. Its not clear yet whether this is due to [http://www.youtube.com/html5 YouTube playing HTML5 video] using WebM, and support for WebM being added in Gecko 2.0 (which Thunderbird 3.3 uses) or not.
Plugin support was added in Thunderbird 3.0. Supposedly it supported Java, Flash, PDF and Windows Media Player though there was no official list. "Plugins" is sometimes treated as synonymous with add-ons but in this case it means browser type plugins such as Flash, not extensions and themes. It was disabled in 3.1.6 due to performance issues caused when plugins were loaded. Thunderbird 3.1.* supported a '''plugin.disable''' setting. That seems to have been a temporary workaround that no longer exists. [http://forums.mozillazine.org/viewtopic.php?f=29&t=2258249&p=11045321#p11045321]
 
Thunderbird 5.0 enabled plugins by default if it wasn't a email account, though that has only been verified for RSS feeds. Some users have reported YouTube videos would play in Thunderbird 3.3 alpha four builds while they wouldn't play in 3.1. Its not clear yet whether this is due to [http://www.youtube.com/html5 YouTube playing HTML5 video] using WebM, and support for WebM being added in Gecko 2.0 (which Thunderbird 3.3 uses) or not.


To enable plugin support set '''mailnews.message_display.allow.plugins''' '''true''' using the [[Modify_Thunderbird_settings | Config Editor]], and restart Thunderbird. You may also need to set '''javascript.allow.mailnews''' '''true''' and '''mailnews.message_display.disable_remote_image''' '''false''' in some cases to use the plugin. This makes you more vulnerable to malware and it tougher to protect your privacy.  
To enable plugin support set '''mailnews.message_display.allow.plugins''' '''true''' using the [[Modify_Thunderbird_settings | Config Editor]], and restart Thunderbird. You may also need to set '''javascript.allow.mailnews''' '''true''' and '''mailnews.message_display.disable_remote_image''' '''false''' in some cases to use the plugin. This makes you more vulnerable to malware and it tougher to protect your privacy.  
Line 7: Line 9:
Thunderbird supports its own copy of the same plug-in scanning settings as Firefox. Thunderbird will scan for plug-ins on startup. If it discovers one it will load it and your only option is whether to enable or disable it. Set '''plugin.scan.plid.all''' false using the Config Editor to prevent it scanning the directories specified in the Windows registry for PLIDs (a string in URI format that identifies a plugin uniquely). See [[Plugin_scanning || plug-in scanning]] for how to prevent it scanning some other directories for plug-ins.  If you have problems identifying plugins that are loaded try setting '''plugin.expose_full_path''' '''true''' and either set about:plugins as your mail start page in Tools -> Options -> General -> Thunderbird start page or install the [https://addons.mozilla.org/en-US/thunderbird/addon/9695/ ViewAbout] add-on.
Thunderbird supports its own copy of the same plug-in scanning settings as Firefox. Thunderbird will scan for plug-ins on startup. If it discovers one it will load it and your only option is whether to enable or disable it. Set '''plugin.scan.plid.all''' false using the Config Editor to prevent it scanning the directories specified in the Windows registry for PLIDs (a string in URI format that identifies a plugin uniquely). See [[Plugin_scanning || plug-in scanning]] for how to prevent it scanning some other directories for plug-ins.  If you have problems identifying plugins that are loaded try setting '''plugin.expose_full_path''' '''true''' and either set about:plugins as your mail start page in Tools -> Options -> General -> Thunderbird start page or install the [https://addons.mozilla.org/en-US/thunderbird/addon/9695/ ViewAbout] add-on.


Thunderbird 3.1.* supported a '''plugin.disable''' setting. That seems to have been a temporary workaround that no longer exists. [http://forums.mozillazine.org/viewtopic.php?f=29&t=2258249&p=11045321#p11045321]
 


==External links==
==External links==
* [https://bugzilla.mozilla.org/show_bug.cgi?id=679446 "Check to see if your plugins are up to date" link at the top of the Add-ons Manager does not do anything] bug report
* [http://www.howtogeek.com/179213/why-browser-plug-ins-are-going-away-and-whats-replacing-them/ Why browser plug-ins are goign away and what is replacing them]
* [https://bugzilla.mozilla.org/show_bug.cgi?id=599119 Investigate unnecessary plugin directory scans while loading messages, causes pauses/slow display during mail navigation or click] bug report.
* [https://bugzilla.mozilla.org/show_bug.cgi?id=597982 Blocklist url updates for Thunderbird - Change blocklist more information url to https and support specifying application range for plugins in blocklist.xml] bug report.
* [https://bugzilla.mozilla.org/show_bug.cgi?id=165789 Embedded (CID) Flash Movie in HTML email is not shown] bug report
* [https://bugzilla.mozilla.org/show_bug.cgi?id=559512 Double clicking on PDF email attachment does not open PDF file] bug report
* [https://bugzilla.mozilla.org/show_bug.cgi?id=365998 Cannot install plugins (such as Adobe Flash Player)] bug report
* [https://addons.mozilla.org/en-US/thunderbird/addon/46214/ PLuginChecker] add-on checks if there are any plugin installed without user permission.


[[Category:Configuration (Thunderbird)]]
[[Category:Configuration (Thunderbird)]]
[[Category:Plugins]]
[[Category:Plugins]]

Revision as of 08:52, 4 October 2016

Starting with Thunderbird 52 all NPAPI plug-ins are disabled. [1]

Plugin support was added in Thunderbird 3.0. Supposedly it supported Java, Flash, PDF and Windows Media Player though there was no official list. "Plugins" is sometimes treated as synonymous with add-ons but in this case it means browser type plugins such as Flash, not extensions and themes. It was disabled in 3.1.6 due to performance issues caused when plugins were loaded. Thunderbird 3.1.* supported a plugin.disable setting. That seems to have been a temporary workaround that no longer exists. [2]

Thunderbird 5.0 enabled plugins by default if it wasn't a email account, though that has only been verified for RSS feeds. Some users have reported YouTube videos would play in Thunderbird 3.3 alpha four builds while they wouldn't play in 3.1. Its not clear yet whether this is due to YouTube playing HTML5 video using WebM, and support for WebM being added in Gecko 2.0 (which Thunderbird 3.3 uses) or not.

To enable plugin support set mailnews.message_display.allow.plugins true using the Config Editor, and restart Thunderbird. You may also need to set javascript.allow.mailnews true and mailnews.message_display.disable_remote_image false in some cases to use the plugin. This makes you more vulnerable to malware and it tougher to protect your privacy.

Thunderbird supports its own copy of the same plug-in scanning settings as Firefox. Thunderbird will scan for plug-ins on startup. If it discovers one it will load it and your only option is whether to enable or disable it. Set plugin.scan.plid.all false using the Config Editor to prevent it scanning the directories specified in the Windows registry for PLIDs (a string in URI format that identifies a plugin uniquely). See | plug-in scanning for how to prevent it scanning some other directories for plug-ins. If you have problems identifying plugins that are loaded try setting plugin.expose_full_path true and either set about:plugins as your mail start page in Tools -> Options -> General -> Thunderbird start page or install the ViewAbout add-on.


External links