Unpacking Software Livestream

Join our monthly Unpacking Software livestream to hear about the latest news, chat and opinion on packaging, software deployment and lifecycle management!

Learn More

Chocolatey Product Spotlight

Join the Chocolatey Team on our regular monthly stream where we put a spotlight on the most recent Chocolatey product releases. You'll have a chance to have your questions answered in a live Ask Me Anything format.

Learn More

Chocolatey Coding Livestream

Join us for the Chocolatey Coding Livestream, where members of our team dive into the heart of open source development by coding live on various Chocolatey projects. Tune in to witness real-time coding, ask questions, and gain insights into the world of package management. Don't miss this opportunity to engage with our team and contribute to the future of Chocolatey!

Learn More

Calling All Chocolatiers! Whipping Up Windows Automation with Chocolatey Central Management

Webinar from
Wednesday, 17 January 2024

We are delighted to announce the release of Chocolatey Central Management v0.12.0, featuring seamless Deployment Plan creation, time-saving duplications, insightful Group Details, an upgraded Dashboard, bug fixes, user interface polishing, and refined documentation. As an added bonus we'll have members of our Solutions Engineering team on-hand to dive into some interesting ways you can leverage the new features available!

Watch On-Demand
Chocolatey Community Coffee Break

Join the Chocolatey Team as we discuss all things Community, what we do, how you can get involved and answer your Chocolatey questions.

Watch The Replays
Chocolatey and Intune Overview

Webinar Replay from
Wednesday, 30 March 2022

At Chocolatey Software we strive for simple, and teaching others. Let us teach you just how simple it could be to keep your 3rd party applications updated across your devices, all with Intune!

Watch On-Demand
Chocolatey For Business. In Azure. In One Click.

Livestream from
Thursday, 9 June 2022

Join James and Josh to show you how you can get the Chocolatey For Business recommended infrastructure and workflow, created, in Azure, in around 20 minutes.

Watch On-Demand
The Future of Chocolatey CLI

Livestream from
Thursday, 04 August 2022

Join Paul and Gary to hear more about the plans for the Chocolatey CLI in the not so distant future. We'll talk about some cool new features, long term asks from Customers and Community and how you can get involved!

Watch On-Demand
Hacktoberfest Tuesdays 2022

Livestreams from
October 2022

For Hacktoberfest, Chocolatey ran a livestream every Tuesday! Re-watch Cory, James, Gary, and Rain as they share knowledge on how to contribute to open-source projects such as Chocolatey CLI.

Watch On-Demand

Downloads:

3,496,802

Downloads of v 91.0.2:

10,469

Last Update:

23 Aug 2021

Package Maintainer(s):

Software Author(s):

  • Mozilla

Tags:

mozilla thunderbird email admin foss cross-platform

Mozilla Thunderbird

This is not the latest version of Mozilla Thunderbird available.

  • 1
  • 2
  • 3

91.0.2 | Updated: 23 Aug 2021

Downloads:

3,496,802

Downloads of v 91.0.2:

10,469

Software Author(s):

  • Mozilla

Mozilla Thunderbird 91.0.2

This is not the latest version of Mozilla Thunderbird available.

  • 1
  • 2
  • 3

All Checks are Passing

3 Passing Tests


Validation Testing Passed


Verification Testing Passed

Details

Scan Testing Successful:

No detections found in any package files

Details
Learn More

Deployment Method: Individual Install, Upgrade, & Uninstall

To install Mozilla Thunderbird, run the following command from the command line or from PowerShell:

>

To upgrade Mozilla Thunderbird, run the following command from the command line or from PowerShell:

>

To uninstall Mozilla Thunderbird, run the following command from the command line or from PowerShell:

>

Deployment Method:

NOTE

This applies to both open source and commercial editions of Chocolatey.

1. Enter Your Internal Repository Url

(this should look similar to https://community.chocolatey.org/api/v2/)


2. Setup Your Environment

1. Ensure you are set for organizational deployment

Please see the organizational deployment guide

2. Get the package into your environment

  • Open Source or Commercial:
    • Proxy Repository - Create a proxy nuget repository on Nexus, Artifactory Pro, or a proxy Chocolatey repository on ProGet. Point your upstream to https://community.chocolatey.org/api/v2/. Packages cache on first access automatically. Make sure your choco clients are using your proxy repository as a source and NOT the default community repository. See source command for more information.
    • You can also just download the package and push it to a repository Download

3. Copy Your Script

choco upgrade thunderbird -y --source="'INTERNAL REPO URL'" --version="'91.0.2'" [other options]

See options you can pass to upgrade.

See best practices for scripting.

Add this to a PowerShell script or use a Batch script with tools and in places where you are calling directly to Chocolatey. If you are integrating, keep in mind enhanced exit codes.

If you do use a PowerShell script, use the following to ensure bad exit codes are shown as failures:


choco upgrade thunderbird -y --source="'INTERNAL REPO URL'" --version="'91.0.2'" 
$exitCode = $LASTEXITCODE

Write-Verbose "Exit code was $exitCode"
$validExitCodes = @(0, 1605, 1614, 1641, 3010)
if ($validExitCodes -contains $exitCode) {
  Exit 0
}

Exit $exitCode

- name: Install thunderbird
  win_chocolatey:
    name: thunderbird
    version: '91.0.2'
    source: INTERNAL REPO URL
    state: present

See docs at https://docs.ansible.com/ansible/latest/modules/win_chocolatey_module.html.


chocolatey_package 'thunderbird' do
  action    :install
  source   'INTERNAL REPO URL'
  version  '91.0.2'
end

See docs at https://docs.chef.io/resource_chocolatey_package.html.


cChocoPackageInstaller thunderbird
{
    Name     = "thunderbird"
    Version  = "91.0.2"
    Source   = "INTERNAL REPO URL"
}

Requires cChoco DSC Resource. See docs at https://github.com/chocolatey/cChoco.


package { 'thunderbird':
  ensure   => '91.0.2',
  provider => 'chocolatey',
  source   => 'INTERNAL REPO URL',
}

Requires Puppet Chocolatey Provider module. See docs at https://forge.puppet.com/puppetlabs/chocolatey.


4. If applicable - Chocolatey configuration/installation

See infrastructure management matrix for Chocolatey configuration elements and examples.

Package Approved

This package was approved as a trusted package on 24 Aug 2021.

Description

Thunderbird is a free email application that's easy to set up and customize and it's loaded with great features!

Notes

  • This package installs Thunderbird in the first language which matches this list:
    1. Install arguments override parameter if present, e.g. choco install Thunderbird -packageParameters "l=en-GB".
    2. If Thunderbird is already installed: the same language as the already installed Thunderbird.
    3. The Windows system language where the Thunderbird package gets installed.
    4. If Thunderbird does not support the system language, it will fallback to en-US.
  • To get a list of all available locales have a look at http://releases.mozilla.org/pub/thunderbird/releases/latest/README.txt.

tools\LanguageChecksums.csv
af|32|8f64724af2872247b83dce8b950276269c2128c54ebb60847be62e94c9fcfc2f83c5f36d00ef2ccf0d79bb97bf9d7e7c6a26645674e61c2e36916c5b5ad9c18b
ar|32|a122a4c6665ee22f681ae6c31001b0a769140ce9ab93b96a9eb2fee9a73a04d276eb629d9b2226d648af1f7f7d7bfddce0ecc45b99da661973f3155a3d499216
ast|32|722fadb58d6e983a4533e53da12adf83f438e1c77f52a4e18d8ff62453e58965e03f2310090a8732a8022a1c95220a906d5361a07803106c6e5c7ecd3f02430d
be|32|318de7658b824f22a975ba6403abb268ddc4dddd7e77e34d346d30536e08cdac84171421a994168b40685dff4dec59043ee251a707808ab9bfc4b9ddcce4faea
bg|32|ab1ae7457aa064460b807e9994e01f209a02f06f0abe69dd9ded8765a744a8966e7a3819692f9f2dc1c657e428fe6234a470b9927abd5934a8ba9376bcd43a11
br|32|8908e79f163628552bb0e72f235d6b8ace62d277890317d3f6ada31af6554c5c99eaf48563d4893b32bda40b446664b68bbdbc0461d185db48362825efed3a8d
ca|32|89a703b44344709c1cabc2449507af3d9029708573530400d54e425a176a115d592f916d91eaa101b625a601d2e9f66e833df8dbe00c8909bc2b5e8109f260c7
cak|32|7fabdc340504c2ce906e99f37c8c0dd704317dc423a8c0405d803f1641c0eab3585bc983c4c7b96ed71196b7157c1df18c5cc64f872e2f9b6fe0ce49fac8e838
cs|32|7437cac6f68ea4b62829b60bfc84a504f66180ca9911594c831dcf5e202bcaf5d203ef5971506fbb4048525ebe1c1740aed0b32e7fbffc05b644247a02a97270
cy|32|48cbf5d4dabc5e3aefc76f0fef5c57e67c8ac2e7e267245f7aff492e3715fb8e402323b5dc3ae08c76c51937930b5804d4f9228f71836bc84db7f6754948b991
da|32|212053c1704618384acb9f336a7f0af1f95eba0928b553c9f4e864dc65c2ef12483c5819a1f4f42cd785f1526acd948df4b9d7349d5aaf80d88ac59a54d12ff4
de|32|a058ed2676e23f6803664af76f293b0ce364411879ecdabfa830a83253b2f5370cf43ebe18fc73c4fb5f12fb89c552ed2780c4a383e861e6b213e2d22ef7bba8
dsb|32|bc02f8423ebfb126a83b45685ac09174aa64ca4e56ae448a432fb95c9a734e23ac76be275325b517d3047021dff56f92b30bf0876a3b623d7316e0b43672733a
el|32|46623548664cb956bc8e6b83c5fdf44aa3c843fe0b92691948b192dad835000b68e9b735b393087956eb782ee3214cc58d97a1b29bb200435fc87d22cc3f3a97
en-CA|32|46c3cbd197d51d18cdc713e83e9bc919c51a11a3ffe15a06b9452a460b0e4cadf0912c462e0cf5bf52a1eaee85e6ec81a69a5795f8b26a8f1f1d281225892933
en-GB|32|68aab9baf0d861d7c492d640fa99abb8d5057c54509673ecc4958c7a15ceaeb353c0605b69ce50e0b22dd39463c9e11b3f9576fb4e5894f5d8b4942d8ef31c38
en-US|32|a1072d68cb3fddb66bcd5011bab54886620e0bcb2551032298a935159fe89f614722404adba13d0c981b74ff7d3bf9f265eaa7d9a65313a203d061371e95538b
es-AR|32|aaa1fc3d951dfe028e549d008f75f6a056aee3333011c2b7e250e8831a2410b7a24ed0cdb31e52505e87db35748eead5d0ccc9e1e79443666a63c8241753de40
es-ES|32|daae2945242e0d3efca9f217641e3d731d6ad9dd54213259df7fc37cf6474c07c4bdbfc882e074079e34844bcf9e491bc68b6e422e86c136482f5c258de8e663
et|32|d218dadce94b6105cebf0409bd9416d8a2a4a1275165afa091576e0657b9c04961dce38b8816d8e92bfef98a93c3a3fd9348300786fa63a7cac6dc228e790b87
eu|32|04e27f1dd23d7081e9f16ddc23216fd55d48173f93c37d323a84844959fdf56ed0fec41555f23726d460a193ee2f202b1f2e9306cf3b6cc1133479e5113bbf1c
fi|32|caa198f1d4aa96a0a2325b04dbd6b9885d4fb0d98c26eaaa20af93bbee7343b7cc72b8d36bc78af45991da7268d462c053530fcc40e679e7dd3774d2611aa674
fr|32|18f0c72b1821b490b4a9be7fab62b0137364b1859fa41934d00715416a6960b4642946f86c14f3d9e4b3312da5bc2770979d701860b00397eb546ff4ed2b4be9
fy-NL|32|0aea686e80c12320d44425de5a4002e358caebd3e41eaecc7d2a512e7b2b75e6539b7d5f8dd4acd3c0d6b5e982d6463037d616a909410c2ffc1e7944f2efa3d0
ga-IE|32|5141781bd77486d1f661c7f97d201bf9ec4e0485de3445f5fa6c95cac475210eef25f28f78dcac8853c9594623ecc65a7bac4013feaeff8a34767057124fd9c9
gd|32|45d819e52543646e5071ef84d14a8d80f08dc2f68539e8ec6c0caed8315e249ea98b6d3ecdecb1b49a55375b9197185ed5ff67ef1afaed86712e96297ebbbbdf
gl|32|2ee091e982d54ed4daa503feec0939c9f3b742863a9620821094d501b16d008e8ee944acacd86b4143db920ffce758934e0fdc696d69216ddcdcdb1462d71f1d
he|32|dcf00af05fb463a855250ff2c5edf81cfb69a69f683310c4c7bcee3551c30a6b61fa2a9b81633371253243ce8ee6d937a96c878de1a846ecd460a25b3a78d1ac
hr|32|39ce73672869d3023cac4684e1930769b2f461c1d7667394b2330faead55651262d146e54c8f84d48b346f58709a15fc3fea0c1c3927ef33361c974b63f1cc8f
hsb|32|5110bce7d75ba4abdd7d7cbc4718501d750c20a69bbcdc657a2361b9ab6a06e1aaf8f90ef4b79108f42dcae0aa86221c3ff61cb82cc4259ef49167f4ce9c9a42
hu|32|e85105d68e2348a346bffa2fe1aad29905abfc857eb559009c87cecab48b27c1eb520f3a82deb6fa1b2b8512f555946d21cf8c0430d9501a8c269c840c40a087
hy-AM|32|af88d582ce79d08dc2b3178b32e4efdf8d2b81d2b44c48e0bd7c15bfd1a941fc61c5929495fae5ac696c6d7f1828dbf4bdd3956129921e8a13e5aa2b0fb86397
id|32|8db7c5e1bfe666aaaff78630592a13970ea9fbb62f766f346ed093589427d5a41b552e31e97ed2e4e296f36a34cb6aeefca70e0c20d64d604d99e6ec9b593ce3
is|32|beada282988c8e69a1f88f1b9b8cb7961cf17947756fa35c895a1a005951428812733efbd464cffe2bee025eb4b75bb82cae922c0856340941d43a54b4b0450f
it|32|0daca038e12e825497f00a405627c67c6c7f0e93f7813730645128b5d681790b1bbc55c96012991f374b93fac6db3d7803d6098858881929fc8e7d9261091d74
ja|32|675b9429d98b888747f93b780bad87ba781a23c51ddccd46880970c8a938e4da38bb5c628df385d76806dd6e755cfb8c1e83945b086bb59590567ed6f00c1b35
ka|32|4e30b52b356e09d14acf5bd0595605fee72b35d49e6c2e5b2047bc7bed7b31168c9fbfa3ca8511c03b35bbdf24bd9d280d8081ccddbe439654c317c3e66420da
kab|32|da0a724a18bd4fe1bbc59744b989851e755fefee0ceee180847fe2cf823a31f5b2de364663ef631989f29fb1c2018f70c29b9fe4b3472a69f618adc80f2c54f7
kk|32|e595702b25b495c03f4c24fa8d6d005761b8589c1d5a94773f7d6c02fab1ec1aa3333e0dca9bb978569c0381996341cfdb98245f9155562621a421b8ade389df
ko|32|79b897b627a699fb10c6382ec945881454bf9c2a4ff6161bb7e664184486034f8343365797244e3276b2dc2e3037bc6d09767e9de4c57f1052f013c5c1f07b67
lt|32|12ebbe234b6325070b5c19bbecb7b16558003ccddc4078a0da0fe4d713b6f7ad610617aa66ef8fd19a513da8758a408f88dab5c84e4ecececba1bb55828493a4
lv|32|d7308c7d5b3b2f3ae6fcc03572a09d58d500c1e26975e745e8a4b87d4b3b9620a28cf0764e97b3af81f87854dcc06da3718e1930c193e67fc3cd57f97eb5967e
ms|32|842896903638c049417a373fff8cca09d5ec7e3c073e30e715419a1e6e3701d7888f1486efd0b21fdb84a437803b069fdc38e3ac5bf5cabc9da3842da084e2f6
nb-NO|32|b599ff591ba783adb05af6e274bfe5fec427c1814182ce16696213a6cd3db7a132604c05e8f57003145c309451231e765e71f1c92141e9610b75576892a7769c
nl|32|84480d9de443498d658c9316e09a9e29d693f232c9cd47b701055b6bff9c89c2be04304e565795456ff315e5aee9cc9e48fc6d8cb9bbe091d82307836256d793
nn-NO|32|8ec915ee84e061c88ff5201f3c1438e3298d72bc13d71958a6740f9acd2149074dea04d44bd091ab742cb95edcd339b891cc4d1a16c041cbf5b0e4174109ac34
pa-IN|32|8dced4ff9b7ed24b48ae475dfc992d0e423d48a8cfa185bbd7af86ef79adce9c52354ab11c001b08d68c5f2429fa4d5e4926d43bbe4fad7208d2254f8e8fd6f9
pl|32|86bcf919319cbc302a30c3825296ffc879f00dacd7d69eec595b666c161edb5d3eb5fc61d047c6c6101922220a26fe41e21d975eac511486dcbaca94f319cd2f
pt-BR|32|d459a11b57b3a4bd7e4834b757c5e13b049a1b0b72f21dcdc83eea20e2af8b842f1c7581993370f2761f358190c9bfe566f947876093afc0b374ada1f4773223
pt-PT|32|6e8937fd2660927301430dafa1cf3d0dfe103208d673c6ec9b6072d9e80ebfc0b5f539e4c7e633fbd6399332abc434c816beb61f8194bd6b006a4ddaf0c59bba
rm|32|184fa4ab6743a981e9cf048dd0907e39015a12ef31a6044c40d007e32549845fc98e20bb68f27df4a18ae7b5a103cca6972057b311c7e5efba4986848a6b3964
ro|32|8e7b38068bb2bb673331cf945f4fc97621f3e870d7aa3da73ff64b567f03266ead590db718b11133a04d763239e042c9d4a42b734b9ef25b3763d2506d2c683c
ru|32|2144849e07785c6ef70f08fa150e36e7c902549fd8a6c495ed9fe35fcf814cafb9ebb83a3dab5d843e5b17b85ce2cc9906a7ecbd710f1c9b9a8ea106c241b4c7
sk|32|4f595cca6f893df49f7f51b8a6066cf4e909d37b90fb715c33531e429e5d40f4c3b84a35e74ac61393b07426e983f7a206b335ea4d185c8b88502c689d5789f1
sl|32|07c68e0d9e355103cf43c34aee2a130bfe0c7612c4215a4d5f53530ac283653f79b5ff6f3b98f00addb2eef3b77c775580c95a7e7caf884d82da7a6a33c24ea8
sq|32|86ed1ba973f64bd6b921023c85845ad5fce02a14ea3595f47174a206118f21c2bef60acb0767052af3e429116cbd93b81c7b4e0e4bd35ea9de579d99add1108c
sr|32|7962dec613574da54d5b654c0ee485f85bcfe94fff989a52782426bf6d3775de05194603f65df2fbf538f11665d7d8ab6b6be99505279b1d8cbcb8fcb545960f
sv-SE|32|61445bf40ccf72029349132d55b3ab06de79a8c9bd6b58b89f7bc86a414fe6f8e89c8541363589f5bce5e9c8e427efa593862fa336d25d07c574684854192a27
th|32|36ded57722a0eb8bfdf9b204c1a9f1e8b5fea23ac651c41144619b4da85576fdf6f74186cdd499b323afa111134c57167fe616c0826fbfd2418222e12964ccf6
tr|32|f971f9de904b27f2073ad570085759c50d687f863f4a6555cdd1083bd61cd193dd6734534689f12131bf2bba6a97ba65d669331175ba3b3372214c9f672e99f7
uk|32|c908d5da6f225712e04ab515a7ecf476a4f4edef5b1184ddeceb064e7ac5f8e81a7ced5b7d3f19e96fd3134d21364f775088b84a97fb91a6d3d18e71f193632c
uz|32|f8b4f80caeda7039518507d35556cee78eb92e394f1d46cabe993c29732cbfc6d9587ba27fd84ceb7bb484b3e7c26e7c2351cb9ff6d274b8a79186aea5f5f900
vi|32|0af3b85d1ed14d3b342f84b4be0dff38cdff7d7e67edd650f5bcd9d75d3765f6234cb5c7895541b7d4297b9daf82f515266b1042ab4a93f8378f079071464aeb
zh-CN|32|dc27ebb1e968e8ae40cb7e3055360397a7ac86b0039e58bc052f7e5c9ccad88f61ab9bf09f67be89c90ca49937721826f081be9d9164ebcc4988e95cd730a219
zh-TW|32|3c4a6916a7a7d1b7b4b43b12a3885e4de60827ea5fa343af1ca985195d577fbf902390f029fff682a325624f8851bed03fc9c6b627b959147864f3d274089fd9
af|64|f65eb537523ce122812065ca9ac4115a02d2e4529a555805d3122a6e7b3ccfd63e8728209d40a063a6ff3e8660625b2693c022527c3add24f88ce4c39154d80b
ar|64|8365a93765ecbf113f92c067c7e4f3928c9bfe8ccb9f02ec185216a7507326825a42651d04e09925a5954fb0fde60770763f08fabb05c20be26da3ba82463aee
ast|64|158df57551bae6da1c8f11f9f728e2aee40b546d27a0687fd3fa56dc673ea83bf480638722c4c8c51c84a000bc4446d63786722f39283786c5f16447760a81ce
be|64|f51c5e3bbdb0aa75cc1a159c944b595ee79f40365b17d3998a07415b7b12bde14a96d1b72fe08aaa3d85e13d330a6669aa49d5f981e9a4935f5bc12c57f5755b
bg|64|48365dbdd18b08aa62468b7899fdf2fc0057dcd24f932576d6064f45b235ef58a99b0dd376b4c640119bd6453af5f3a2b4d7f3adb623568416c4b8f91ec55b66
br|64|6b0ea322f4bf4e2bcac8dc8847555107f12a03e2742f6590fcb088bf9fc7f46eaa5953bfb81d2d568c40c7e2c38cf85808bdab7f9f6f9bb7c3aaeaab66c755b4
ca|64|7b496cdc99c4626433ebe3748cce82a125c479aee708b1d1478b83fd71760f44a595a17604e4608c855c87ab046f2c4f3e6447e2d6f23e0bbc7c50cd9739d245
cak|64|7c73b2b113b5d8b29690d66d1b6893252115779ece609e2a8a9e24c993166f761aca015de86a57bed25cc402f2facfc04aad348abe61b79e12247655f12e7b4a
cs|64|d9ea3d377669ecda50464e0871f4441d8a60a30dc4f67c368001d3f2a2c208111f866756ab6ce3c347b2df96a5bf2bccc279ea6f42e841446a9d3efdc60c5bda
cy|64|eb7370f149dd08ee798c15363cc3bf8fddb854a544a7ee16a17f5fe003510742fd2b767632e888d60702a659cec8cb3ed5ca223964351b7810b5898042b620f8
da|64|67dbb61091248d2107a17b1cd624cb68b0deffbb29fa4493f5fc105970c8bfb5d259b4d4c37a36028f7e5e84b03760cdbd39a92129c4a5b6a246a4f301d2da6b
de|64|40485908e4b204b2e5bbda9d77beb61eb853c57e5e0662bccf5e70a95989fc765e03097031659f6e2031ce969387471fe37bca662202f2229c243f16fa745bed
dsb|64|b4bd052f2177d6de042228754d96f2d432ecaa912a751bb708c9a4b67ec83fc5e1b3ceb41e75f0a07d6cf2220015947402665cb4105d8baa87324c7d911526b4
el|64|efa4125e00269e087c16888657ce73d208091297e55956372bf83c60ca082333bbbbbe988aaaf7dbf600e093f6f3b445a350d1213bec743021d62840ca4632f6
en-CA|64|80b118acd9474e33ef6d5bf9b40fdea373223fe5d01dde69ac10193ae3752862cc5494fa4810e55661f565a928ece49ebf3bea0e3e80bb797cc2123b93200546
en-GB|64|7bffc211ca4516d362a11934a66f82eb6c68327dd57f46435e38d70ed89a9d593f963431ca620a7fc69d3705339dcfdff4a6616f21e8e524744848c0e96d215e
en-US|64|1f9fdae61a0a46192cf98e5a61a16b6d8bc36f2666388d8760d99903e77f7d9edb607e8153255fbd3cc0b46ec766c7f3599244bf4cab1d46debe900d166dc554
es-AR|64|25cf7bdaeebcd3fc294e7f380c4bba9f6074311728d0844ce83cd1475234968bbad464ac8c1df74f864c4a8a1f7ee2bf564dc1b5b566f00f6dbc20521e1e92f6
es-ES|64|0b509bf6f9cd598e3508c7ddc0569147ed45757766bbd94e889bc6f1d2a613b68ca698d7493c3945ead85d66824d80edd2bf97fc98fea162a7f18ead4a173057
et|64|dd70c50737430027ecdef28b892ef942af8a5f751ce7128506a291975d062e3eedf63758640228788f427bc75b3e2e5a7af66dd9b158c3beb14a102fcdb5ee5f
eu|64|d0f3805b1b376c69aa9e02b48520a16cd4a852dbddb83446ef4c148f62a5608a6f212b0cf37fd22f73b51fbfdec40664228fbb2334eea0623a23f4d66660d8b6
fi|64|4b604f1082e0cce961782933d51f73310147f830f3235dd356671701e1a4aaf723c125fb516442f3d67335b50d536cac8e8ae98d423cd2d53d74efbc26d67a79
fr|64|f63c0f72ad315c895e61c9d56f259b9b29db821a902216352259758d02445a8bcbd9b5ab0507ff01ee3d23756ee31c33b1a577f30699041c9b8fd12bbe647e31
fy-NL|64|0e179e92c61a4ba175085da771da2ccbaf678d4e7ec236a313c5e3e7ab7ebb177b0f0a513a099f4598d673dfca3b20ba482d9e30a929bae22970e35c59401cd7
ga-IE|64|d304059adc3e3c6f5605344ca8ca7329a8f00b98ddc64c5f63a9f54e2739b0502a7753bea861171b0e6b11a1dfa18363af7d4a62561ef64d5d50341cddfbadd7
gd|64|111afa7f7144d921b40306bb373b234f9ee425e3cc7d6dc54cd5fc2f5c1424bec5facc95252ddf62ee3a3244abe38406318e383cd3a4413acc5a2fa9ef2d500e
gl|64|92a1161da8546d3536881bb9cbb11f1ba70a6a20aeb3b903d207b466085777d5022d2595bf7cc83575d5c3c673ed627851423a559949d74fdbe237e08757bd24
he|64|798498a52bb2a6fbdd0912f07da9f1ed683276dfa67107c0298dc34d2ad81ba335120fe178cf7391e3b12af9760b185aedef8fd28bf02151d8e9cfbac0391bfb
hr|64|5b25741227c44b74c26eea37d23a7d2f5cead5d6435688e8d22dbb6c9b895b58fe6199c5063253dde1efb4d29fc365b557064995c892285aabc1cc8ddce2c4f7
hsb|64|86fca304cc29a26db83f0c8de96687ce18b210fb36ce886b29d0e13ee6244e24a74373e97f571ac93466999733bcaa7da244bdc020ca556591ae9a802eacc5a3
hu|64|6d84318d46d4943750e61cbf84f0e4eed94e2b4a1a3943b55c19366a6d5d399667a65ec35ae9589d7fb922a3b0f5ebc3c89d59a6dd9e6e84c628ebd0fc9b2596
hy-AM|64|1911dd6d45547b5b7648d3d9c1c358917991a8b7356f186c572ef32506225321d910f6e979bace4ee6dd4ad0870b54e5d81ff582812650ccb1e8c3d84291880a
id|64|31e3778e49902e9deee9455cd1939a08868ce4b244f8671b0d99c3961a46f512e68c5cbceebd699b2e13193202880e4d695b50a31a1a427ed6a7a7f39836c182
is|64|4bfa141f5e5cb6ad76ccc59897dd84d9bc64473e25ac5d7ca6c6e1030c6651dce9a9e6cf756a11e85b278f74898312f12eeab8fbb987a10b72c502ba745d3c48
it|64|6cbcf9ad9e21090faabb78b4bcfda094ef9be9776bcb4c06fb8213a724877905675d94d5c4ba8de4f546d2426196c7d3faa518a2607d6151ccdce11055ae7272
ja|64|6f634be81605e426f02045a9b6e8defdebadd9032cb3da709a4ec65ced8b3dce2802c7c2135b229bc890257c0126ef5a1deb9d830b7541920f7b945af9b17fc0
ka|64|27461fc700041860b001e7f5cbd61959a5b9a211090d3e465de46d6e3b6e310e4f8655627849b161b6f64091b65bf1d853021d6896759a56ca8479980fbc1e53
kab|64|992b170daba2c74ed35dedeaf089512be342b96a8e9e24308b6bd254783fea2a54bb3e9587277bafbe55306ef0259651ba44ffdaaae179b1fd12b6d7f116f779
kk|64|b83ae128caee2f88d3e65adf5daff239e325b8acb5ff14968d79188d87059113cf7b474a01574eddfd8145dacdb5d7b9a85221b56a251e31bb2054b779659474
ko|64|ed7cd58f3424d347dad5b893b9bda38571d688b5b6cc65d3f21db7dcfad19645b1763dadc758d3946f02efaa51b8ac1dfbd0e2601189caa28b4cdbf7632762ec
lt|64|58b263e10965b93fee915eb315669c784ebefb789c916f6a74fc91e0aa76b0134782702436351b7dc495ca976204f5a0b1c4691539ccae105e8fdf2e2edb4fce
lv|64|776e46e6e8b293e39feaab9308deed9d9d902d03086e0f1fed62e43792f8898707fe13f8aeb5327651c021260ec0a91011f2e7e202c740e1d7178ecddfe9de3d
ms|64|1030d7e70461d9ed169127c432418e9402244bbaca376f161370cf85fd8395046a8ccda94c3d8c33ae1eb1190235ace2290aeaaa9994b6732e2ca6574c10cab8
nb-NO|64|13c665952124aafefc1d15853a86734b14f89dcad840471bbc434653259132ef3d05ed0743eb4583f360bbb129c602bcd5c07599b459204d3a427f5c74fdd2dd
nl|64|e3e806423d5e3ac2b07a43e97e3a5d4388fbef0db72a89f3cf3fba62944121f04ff5c84c672627a89f7904f1dd99fc99d36e1347795f2d893c47fa35d27666c4
nn-NO|64|70779d69dce7389cc022531cdbadc826d19d5684cbf36e6ce718ff21f31e65cb572d2ba1378a8b71e44fe8e944458296b15fbb8268608b79ebebd5bd31a77cad
pa-IN|64|87e31b985e5261411d33160b16058a4b60d639878713b86589773b3d368a83d3c0b1104ff77020cf65ef80872a5c7864e389865dd34863708f46f1dd6c90b17e
pl|64|e0114eccd51bbf182d1522d6f463d57b721e43d3bc660daae99057f8781561fd2f81ba016b336081557a5b31b649e7d40b0d954c0aca00adb7899654ab4645ee
pt-BR|64|4734c56d0a24d671995e2c03a718d448d0e64120308220f61a25815fd374ee521843f85415a1ac7a30cf57a1076b0fa91e6f527aeaac1aafaf69032977cedad0
pt-PT|64|8098c0494d6117ed0703ca7ad95de55b65d3e887335dc0cbe3ead9504877ffa6a87d42177e72cb86cd595337640b1ad8b79a2bf94b21aed314d3741ce8d98bb4
rm|64|cf3d63fa2be7ef77dac25362f715c2ae68210001dd458e0964cbf4e097c28cefd1c18606bf24171cd99e4142b398cebd8eb80a1022bacf2562177426fab125ad
ro|64|2ada287661b977d5d75b96fea2a5ec1df07874f63dfc91ff421493a864d1e927256aebecff552bf26bc2d5d0ff002488d4b8e3806177b24606aff50940f0700e
ru|64|3b494660cf2ef7510ddb244d594717593e626f4ad42aab9ae8f2573b7d8cda0276b6da4e027a45948830de18de8f34eafbac0ebec812697bb3f71acb878701c0
sk|64|433764a3be816035e1371f0fff0d358d40ea2f96cc3b9af606082b2b8940a2a4c9f87bcef02310bf88a038fcf3d4da563b8aa11b16caca93add6beba7d31e90e
sl|64|fa81a90c2c3f2a51c5f938f1cc056b5475a153af9b71b5a47d4cac01af421f48e10fd870bc701702a2ea48c9b27660736c0e5ffae9c9fbd8066de5195e649180
sq|64|9bf696566752f44077c345e97af4eae0245ca98fe81f21de773165f3188867a978864718a9e315efec3aef3ff917b272b0bcb4a4990cc814c10a9fc73bccb805
sr|64|da8f08d12a04314fef0f5c7f42be87c64646683b31da6e3244e65943d1c9ea3e8beb9aba35f9387543bcf2b1fef4499d860ef4e6c1c01567b97f05df4cb9e26b
sv-SE|64|b982a01330338ca5f9a72874ef34f37a69ce72030d359e0858c6b90f79fbe752cb9cd5f40b41093316cbc87068dedb1bc52f2368f6de025f9c27fdd8c419fe80
th|64|75d8565046c998225faff0ee3041d15d4026cca2b3465799765123ea4dafcefbf6a10578ea5004f9d52da1a1d4660d30e28364bbe90fcd809e7b27077cb75e84
tr|64|bbecb9828689acaa35b4896fc90d4bb2b6d8ed0eecd08b97726c62cd1b9bfd5586dd3bdba07ec4ca54a933b9428c3bc68364cc61a69417469858b9fa408a4013
uk|64|8087ba1f09a7197615ade6ea3e3c2b46a2716a6d9d1a35f06a81d7466ca99a7b2353c4e6cbd7f2851c4f7d813789ced572873bad5779a4f58cbb43fb1e4935ef
uz|64|003b989403a3278e20866fc0de6f79e4c9d1bc795939a81ac57dd38e0b0b6def2a04db192fb0a9e46794d18099f0c91f1019408c242c65bb10c937ed54dd1160
vi|64|2aa35450c4f7ecf514d61c030d5be5a2e8c612215b208237643d5f809fbec76fedaf7aa43cd19956c54467c8e39bbb56a7228ed19d6690371c42a436c78b34be
zh-CN|64|4132b93f07a7d7ab3eeaf56586464afc61f119c8ef7be1551ea1f0eb1dd4b2dcd0339c2357596d7f863e7e810f7a747dccc196e5a647ba5845154540b507e5ac
zh-TW|64|9592c6c5bf1d5b28b291ee6daa4c73fa05e4cec9155b3a95f29cfe35129cf3d8bc6af429416e2cf46bdeedcb3ee176705ebd0116e1b6afd7ef43fe927f7db5e9
tools\helpers.ps1
function GetUninstallPath() {
  param(
    [Parameter(Mandatory = $true)]
    [string]$product
  )
  $regUninstallDir = 'HKLM:\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\'
  $regUninstallDirWow64 = 'HKLM:\SOFTWARE\Wow6432Node\Microsoft\Windows\CurrentVersion\Uninstall\'

  $uninstallPaths = $(Get-ChildItem $regUninstallDir).Name

  if (Test-Path $regUninstallDirWow64) {
    $uninstallPaths += $(Get-ChildItem $regUninstallDirWow64).Name
  }

  $uninstallPath = $uninstallPaths -match "$product [\d\.]+ \([^\s]+ [a-zA-Z\-]+\)" | Select-Object -first 1
  return $uninstallPath
}

function GetLocale {
  param(
    [Parameter(Mandatory = $true)]
    [string]$localeFile,
    [Parameter(Mandatory = $true)]
    [string]$product
  )
  #$availableLocales = Get-WebContent $localeUrl 2>$null
  $availableLocales = Get-Content $localeFile | ForEach-Object { $_ -split '\|' | Select-Object -first 1 } | Select-Object -Unique

  $PackageParameters = Get-PackageParameters

  if ($PackageParameters['l']) {
    $localeFromPackageParameters =  $PackageParameters['l']
    Write-Verbose "User chooses '$localeFromPackageParameters' as a locale..."
    $localeFromPackageParametersTwoLetter = $localeFromPackageParameters -split '\-' | Select-Object -first 1
    Write-Verbose "With fallback to '$localeFromPackageParametersTwoLetter' as locale..."
    }

  $uninstallPath = GetUninstallPath -product $product

  $alreadyInstalledLocale = $uninstallPath -replace ".+\s([a-zA-Z\-]+)\)",'$1'
  Write-Verbose "Installed locale is: '$alreadyInstalledLocale'..."

  $systemLocalizeAndCountry = (Get-UICulture).Name
  $systemLocaleTwoLetter = (Get-UICulture).TwoLetterISOLanguageName
  Write-Verbose "System locale is: '$systemLocalizeAndCountry'..."
  $fallbackLocale = 'en-US'

  $locales = $localeFromPackageParameters,$localeFromPackageParametersTwoLetter, `
    $alreadyInstalledLocale, $systemLocalizeAndCountry, $systemLocaleTwoLetter, `
    $fallbackLocale

    foreach ($locale in $locales) {
      $localeMatch = $availableLocales | Where-Object { $_ -eq $locale } | Select-Object -first 1
      if ($localeMatch -and $locale -ne $null) {
        Write-Host "Using locale '$locale'..."
        break
      }
    }

    return $locale
}

function AlreadyInstalled() {
  param(
    [Parameter(Mandatory = $true)]
    [string]$product,
    [Parameter(Mandatory = $true)]
    [string]$version
  )
  $uninstallEntry = $(
    "HKLM:\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\$product $version*"
  )
  $uninstallEntryWow64 = $(
    "HKLM:\SOFTWARE\Wow6432Node\Microsoft\Windows\CurrentVersion\Uninstall\$product $version*"
  )

  if ((Test-Path $uninstallEntry) -or (Test-Path $uninstallEntryWow64)) {
    return $true
  }

  return $false
}

function Get-32bitOnlyInstalled() {
  param(
    [Parameter(Mandatory = $true)]
    [string]$product
  )
  $systemIs64bit = Get-OSArchitectureWidth 64

  if (-Not $systemIs64bit) {
    return $false
  }

  $registryPaths = @(
    'HKLM:\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall'
    'HKLM:\SOFTWARE\WOW6432Node\Microsoft\Windows\CurrentVersion\Uninstall'
  )

  $installedVersions = Get-ChildItem $registryPaths | Where-Object { $_.Name -match "$product [\d\.]+ \(x(64|86)" }

  if (
    $installedVersions -match 'x86' `
    -and $installedVersions -notmatch 'x64' `
    -and $systemIs64bit
  ) {
    return $true
  }
}

function GetChecksums() {
  param(
    [Parameter(Mandatory = $true)]
    [string]$language,
    [Parameter(Mandatory = $true)]
    $checksumFile
  )
  Write-Debug "Loading checksums from: $checksumFile"
  $checksumContent = Get-Content $checksumFile
  $checksum32 = ($checksumContent -match "$language\|32") -split '\|' | Select-Object -last 1
  $checksum64 = ($checksumContent -match "$language\|64") -split '\|' | Select-Object -last 1

  return @{
    "Win32" = $checksum32
    "Win64" = $checksum64
  }
}
tools\chocolateyUninstall.ps1
$ErrorActionPreference = 'Stop';

$packageName = 'thunderbird'

$uninstalled = $false
[array]$key = Get-UninstallRegistryKey -SoftwareName 'Mozilla Thunderbird*'

if ($key.Count -eq 1) {
  $key | ForEach-Object {
    $packageArgs = @{
      packageName = $packageName
      fileType    = 'exe'
      silentArgs  = '-ms'
      validExitCodes= @(0)
      file          = "$($_.UninstallString.Trim('"'))"
    }

    Uninstall-ChocolateyPackage @packageArgs

    Write-Warning "Auto Uninstaller may detect Mozilla Maintenance Service."
    Write-Warning "This should not be uninstalled if any other Mozilla product is installed."
  }
} elseif ($key.Count -eq 0) {
  Write-Warning "$packageName has already been uninstalled by other means."
} elseif ($key.Count -gt 1) {
  Write-Warning "$($key.Count) matches found!"
  Write-Warning "To prevent accidental data loss, no programs will be uninstalled."
  Write-Warning "Please alert package maintainer the following keys were matched:"
  $key | ForEach-Object {Write-Warning "- $($_.DisplayName)"}
}
tools\chocolateyInstall.ps1
# This is the general install script for Mozilla products (Firefox and Thunderbird).
# This file must be identical for all Choco packages for Mozilla products in this repository.

$ErrorActionPreference = 'Stop'

$toolsPath = Split-Path $MyInvocation.MyCommand.Definition
. $toolsPath\helpers.ps1

$packageName  = 'thunderbird'
$softwareName = 'Mozilla Thunderbird'

if (Get-32bitOnlyInstalled -product $softwareName) { Write-Host 'Detected the 32-bit version of Thunderbird on a 64-bit system. This package will continue to install the 32-bit version of Thunderbird unless the 32-bit version is uninstalled.' }

$alreadyInstalled = (AlreadyInstalled -product $softwareName -version '91.0.2')
if ($alreadyInstalled -and ($env:ChocolateyForce -ne $true)) {
  Write-Host "Thunderbird is already installed. No need to download and re-install."
  return
}

$tbProcess = Get-Process thunderbird -ea 0
if ($tbProcess) {
  Write-Host "Stopping running thunderbird process"
  Stop-Process $tbProcess
  $tbProcess = $tbProcess.Path
}

$locale = 'en-US' #https://github.com/chocolatey/chocolatey-coreteampackages/issues/933
$locale = GetLocale -localeFile "$toolsPath\LanguageChecksums.csv" -product $softwareName
$checksums = GetChecksums -language $locale -checksumFile "$toolsPath\LanguageChecksums.csv"

$packageArgs = @{
  packageName = $packageName
  fileType = 'exe'
  softwareName = "$softwareName*"

  Checksum = $checksums.Win32
  ChecksumType = 'sha512'
  Url = "https://download.mozilla.org/?product=thunderbird-91.0.2-SSL&os=win&lang=${locale}"

  silentArgs = '-ms'
  validExitCodes = @(0)
}

if (!(Get-32bitOnlyInstalled($softwareName)) -and (Get-OSArchitectureWidth 64)) {
  $packageArgs.Checksum64 = $checksums.Win64
  $packageArgs.ChecksumType64 = 'sha512'
  $packageArgs.Url64 = "https://download.mozilla.org/?product=thunderbird-91.0.2-SSL&os=win64&lang=${locale}"
}

Install-ChocolateyPackage @packageArgs
if ($tbProcess) {
  Write-Host "Restarting thunderbird process"
  Start-Process $tbProcess
}

Log in or click on link to see number of positives.

In cases where actual malware is found, the packages are subject to removal. Software sometimes has false positives. Moderators do not necessarily validate the safety of the underlying software, only that a package retrieves software from the official distribution point and/or validate embedded software against official distribution point (where distribution rights allow redistribution).

Chocolatey Pro provides runtime protection from possible malware.

Add to Builder Version Downloads Last Updated Status
Mozilla Thunderbird 115.10.0 9951 Wednesday, April 17, 2024 Approved
Mozilla Thunderbird 115.9.0 34006 Tuesday, March 19, 2024 Approved
Mozilla Thunderbird 115.8.1 27793 Tuesday, March 5, 2024 Approved
Mozilla Thunderbird 115.8.0 27113 Wednesday, February 21, 2024 Approved
Mozilla Thunderbird 115.7.0 36209 Wednesday, January 24, 2024 Approved
Mozilla Thunderbird 115.6.1 27360 Tuesday, January 9, 2024 Approved
Mozilla Thunderbird 115.6.0 29835 Tuesday, December 19, 2023 Approved
Mozilla Thunderbird 115.5.2 22365 Tuesday, December 12, 2023 Approved
Mozilla Thunderbird 115.5.1 27032 Tuesday, November 28, 2023 Approved
Mozilla Thunderbird 115.5.0 18696 Wednesday, November 22, 2023 Approved
Mozilla Thunderbird 115.4.3 20176 Wednesday, November 15, 2023 Approved
Mozilla Thunderbird 115.4.2 22743 Wednesday, November 8, 2023 Approved
Mozilla Thunderbird 115.4.1 25989 Thursday, October 26, 2023 Approved
Mozilla Thunderbird 115.3.3 20805 Wednesday, October 18, 2023 Approved
Mozilla Thunderbird 115.3.2 22130 Wednesday, October 11, 2023 Approved
Mozilla Thunderbird 115.3.1 24333 Friday, September 29, 2023 Approved
Mozilla Thunderbird 115.3.0 12346 Wednesday, September 27, 2023 Approved
Mozilla Thunderbird 115.2.3 19520 Thursday, September 21, 2023 Approved
Mozilla Thunderbird 115.2.2 21637 Wednesday, September 13, 2023 Approved
Mozilla Thunderbird 115.2.1 6744 Tuesday, September 12, 2023 Approved
Mozilla Thunderbird 115.2.0 25410 Wednesday, August 30, 2023 Approved
Mozilla Thunderbird 115.1.1 25976 Wednesday, August 16, 2023 Approved
Mozilla Thunderbird 115.1.0 24912 Wednesday, August 2, 2023 Approved
Mozilla Thunderbird 115.0.1 26993 Thursday, July 20, 2023 Approved
Mozilla Thunderbird 115.0.0 23753 Wednesday, July 12, 2023 Approved
Mozilla Thunderbird 102.13.0 15988 Saturday, July 8, 2023 Approved
Mozilla Thunderbird 102.12.0 35796 Thursday, June 8, 2023 Approved
Mozilla Thunderbird 102.11.2 24972 Saturday, May 27, 2023 Approved
Mozilla Thunderbird 102.11.1 11220 Thursday, May 25, 2023 Approved
Mozilla Thunderbird 102.11.0 27747 Wednesday, May 10, 2023 Approved
Mozilla Thunderbird 102.10.1 29000 Tuesday, April 25, 2023 Approved
Mozilla Thunderbird 102.10.0 27105 Tuesday, April 11, 2023 Approved
Mozilla Thunderbird 102.9.1 26546 Wednesday, March 29, 2023 Approved
Mozilla Thunderbird 102.9.0 25477 Thursday, March 16, 2023 Approved
Mozilla Thunderbird 102.8.0 35688 Thursday, February 16, 2023 Approved
Mozilla Thunderbird 102.7.2 21416 Wednesday, February 8, 2023 Approved
Mozilla Thunderbird 102.7.1 19913 Wednesday, February 1, 2023 Approved
Mozilla Thunderbird 102.7.0 24091 Friday, January 20, 2023 Approved
Mozilla Thunderbird 102.6.1 36186 Wednesday, December 21, 2022 Approved
Mozilla Thunderbird 102.6.0 20234 Wednesday, December 14, 2022 Approved
Mozilla Thunderbird 102.5.1 25085 Thursday, December 1, 2022 Approved
Mozilla Thunderbird 102.5.0 26019 Wednesday, November 16, 2022 Approved
Mozilla Thunderbird 102.4.2 24254 Friday, November 4, 2022 Approved
Mozilla Thunderbird 102.4.1 20784 Thursday, October 27, 2022 Approved
Mozilla Thunderbird 102.4.0 16158 Thursday, October 20, 2022 Approved
Mozilla Thunderbird 102.3.3 20297 Wednesday, October 12, 2022 Approved
Mozilla Thunderbird 102.3.2 18373 Friday, October 7, 2022 Approved
Mozilla Thunderbird 102.3.1 18882 Thursday, September 29, 2022 Approved
Mozilla Thunderbird 102.3.0 19812 Wednesday, September 21, 2022 Approved
Mozilla Thunderbird 102.2.2 23179 Thursday, September 8, 2022 Approved
Mozilla Thunderbird 102.2.1 17981 Thursday, September 1, 2022 Approved
Mozilla Thunderbird 102.2.0 19357 Tuesday, August 23, 2022 Approved
Mozilla Thunderbird 102.1.2 22226 Tuesday, August 9, 2022 Approved
Mozilla Thunderbird 102.1.1 11471 Saturday, August 6, 2022 Approved
Mozilla Thunderbird 102.1.0 17232 Friday, July 29, 2022 Approved
Mozilla Thunderbird 102.0.3 18718 Wednesday, July 20, 2022 Approved
Mozilla Thunderbird 102.0.2 19772 Tuesday, July 12, 2022 Approved
Mozilla Thunderbird 102.0.1 14109 Thursday, July 7, 2022 Approved
Mozilla Thunderbird 102.0 20681 Wednesday, June 29, 2022 Approved
Mozilla Thunderbird 91.10.0 31582 Wednesday, June 1, 2022 Approved
Mozilla Thunderbird 91.9.1 21171 Friday, May 20, 2022 Approved
Mozilla Thunderbird 91.9.0 26197 Wednesday, May 4, 2022 Approved
Mozilla Thunderbird 91.8.1 24073 Tuesday, April 19, 2022 Approved
Mozilla Thunderbird 91.8.0 22309 Wednesday, April 6, 2022 Approved
Mozilla Thunderbird 91.7.0 30208 Thursday, March 10, 2022 Approved
Mozilla Thunderbird 91.6.2 14306 Sunday, March 6, 2022 Approved
Mozilla Thunderbird 91.6.1 23246 Friday, February 18, 2022 Approved
Mozilla Thunderbird 91.6.0 19925 Wednesday, February 9, 2022 Approved
Mozilla Thunderbird 91.5.1 23607 Tuesday, January 25, 2022 Approved
Mozilla Thunderbird 91.5.0 22085 Wednesday, January 12, 2022 Approved
Mozilla Thunderbird 91.4.1 25558 Monday, December 20, 2021 Approved
Mozilla Thunderbird 91.4.0.20211214 16783 Tuesday, December 14, 2021 Approved
Mozilla Thunderbird 91.4.0 18883 Tuesday, December 7, 2021 Approved
Mozilla Thunderbird 91.3.2 27010 Friday, November 19, 2021 Approved
Mozilla Thunderbird 91.3.1 14271 Tuesday, November 16, 2021 Approved
Mozilla Thunderbird 91.3.0 22529 Wednesday, November 3, 2021 Approved
Mozilla Thunderbird 91.2.1 22514 Friday, October 22, 2021 Approved
Mozilla Thunderbird 91.2.0.20211014 17812 Thursday, October 14, 2021 Approved
Mozilla Thunderbird 91.2.0 19157 Friday, October 8, 2021 Approved
Mozilla Thunderbird 91.1.2 22912 Tuesday, September 28, 2021 Approved
Mozilla Thunderbird 91.1.1 21684 Friday, September 17, 2021 Approved
Mozilla Thunderbird 91.1.0 20824 Tuesday, September 7, 2021 Approved
Mozilla Thunderbird 91.0.3 20663 Thursday, August 26, 2021 Approved
Mozilla Thunderbird 91.0.2 10469 Monday, August 23, 2021 Approved
Mozilla Thunderbird 91.0.1 14191 Tuesday, August 17, 2021 Approved
Mozilla Thunderbird 78.12.0 28781 Wednesday, July 14, 2021 Approved
Mozilla Thunderbird 78.11.0 31889 Thursday, June 3, 2021 Approved
Mozilla Thunderbird 78.10.2 21024 Tuesday, May 18, 2021 Approved
Mozilla Thunderbird 78.10.1 19257 Wednesday, May 5, 2021 Approved
Mozilla Thunderbird 78.10.0 20990 Monday, April 19, 2021 Approved
Mozilla Thunderbird 78.9.1 18523 Friday, April 9, 2021 Approved
Mozilla Thunderbird 78.9.0 19264 Wednesday, March 24, 2021 Approved
Mozilla Thunderbird 78.8.1 21141 Tuesday, March 9, 2021 Approved
Mozilla Thunderbird 78.8.0 18872 Wednesday, February 24, 2021 Approved
Mozilla Thunderbird 78.7.1 22957 Saturday, February 6, 2021 Approved
Mozilla Thunderbird 78.7.0 17626 Wednesday, January 27, 2021 Approved
Mozilla Thunderbird 78.6.1 20304 Tuesday, January 12, 2021 Approved
Mozilla Thunderbird 78.6.0 20519 Monday, December 21, 2020 Approved
Mozilla Thunderbird 78.5.1 20565 Friday, December 4, 2020 Approved
Mozilla Thunderbird 78.5.0 18712 Thursday, November 19, 2020 Approved
Mozilla Thunderbird 78.4.3 14891 Wednesday, November 11, 2020 Approved
Mozilla Thunderbird 78.4.2 10861 Tuesday, November 10, 2020 Approved
Mozilla Thunderbird 78.4.1 9264 Friday, November 6, 2020 Approved
Mozilla Thunderbird 78.4.0 20203 Thursday, October 22, 2020 Approved
Mozilla Thunderbird 78.3.3 11715 Saturday, October 17, 2020 Approved
Mozilla Thunderbird 78.3.2 17161 Wednesday, October 7, 2020 Approved
Mozilla Thunderbird 78.3.1 16192 Saturday, September 26, 2020 Approved
Mozilla Thunderbird 78.3.0 5292 Friday, September 25, 2020 Approved
Mozilla Thunderbird 78.2.2 18568 Friday, September 11, 2020 Approved
Mozilla Thunderbird 78.2.1 16593 Sunday, August 30, 2020 Approved
Mozilla Thunderbird 78.2.0 9563 Wednesday, August 26, 2020 Approved
Mozilla Thunderbird 78.1.1 18424 Saturday, August 8, 2020 Approved
Mozilla Thunderbird 78.1.0 10124 Monday, August 3, 2020 Approved
Mozilla Thunderbird 78.0.1 14036 Wednesday, July 22, 2020 Approved
Mozilla Thunderbird 78.0 10393 Friday, July 17, 2020 Approved
Mozilla Thunderbird 68.10.0 17188 Wednesday, July 1, 2020 Approved
Mozilla Thunderbird 68.9.0 22047 Thursday, June 4, 2020 Approved
Mozilla Thunderbird 68.8.1 14085 Monday, May 25, 2020 Approved
Mozilla Thunderbird 68.8.0 18415 Tuesday, May 5, 2020 Approved
Mozilla Thunderbird 68.7.0 21867 Thursday, April 9, 2020 Approved
Mozilla Thunderbird 68.6.0 19683 Friday, March 13, 2020 Approved
Mozilla Thunderbird 68.5.0 28027 Wednesday, February 12, 2020 Approved
Mozilla Thunderbird 68.4.2 21219 Saturday, January 25, 2020 Approved
Mozilla Thunderbird 68.4.1 18626 Friday, January 10, 2020 Approved
Mozilla Thunderbird 68.3.1 18169 Tuesday, December 24, 2019 Approved
Mozilla Thunderbird 68.3.0 13338 Wednesday, December 4, 2019 Approved
Mozilla Thunderbird 68.2.2 34977 Thursday, November 7, 2019 Approved
Mozilla Thunderbird 68.2.1 16905 Friday, November 1, 2019 Approved
Mozilla Thunderbird 68.2.0 12470 Wednesday, October 23, 2019 Approved
Mozilla Thunderbird 68.1.2 17503 Thursday, October 10, 2019 Approved
Mozilla Thunderbird 68.1.1 17706 Wednesday, September 25, 2019 Approved
Mozilla Thunderbird 68.1.0 17546 Wednesday, September 11, 2019 Approved
Mozilla Thunderbird 68.0 25986 Wednesday, August 28, 2019 Approved
Mozilla Thunderbird 60.8.0 34701 Wednesday, July 10, 2019 Approved
Mozilla Thunderbird 60.7.2 18395 Friday, June 21, 2019 Approved
Mozilla Thunderbird 60.7.1 11125 Thursday, June 13, 2019 Approved
Mozilla Thunderbird 60.7.0 20023 Wednesday, May 22, 2019 Approved
Mozilla Thunderbird 60.6.1 45020 Monday, March 25, 2019 Approved
Mozilla Thunderbird 60.6.0 8111 Wednesday, March 20, 2019 Approved
Mozilla Thunderbird 60.5.3 11750 Tuesday, March 5, 2019 Approved
Mozilla Thunderbird 60.5.2 8085 Tuesday, February 26, 2019 Approved
Mozilla Thunderbird 60.5.1.20190217 9103 Sunday, February 17, 2019 Approved
Mozilla Thunderbird 60.5.1 4666 Thursday, February 14, 2019 Approved
Mozilla Thunderbird 60.5.0 10665 Wednesday, January 30, 2019 Approved
Mozilla Thunderbird 60.4.0 15305 Friday, December 21, 2018 Approved
Mozilla Thunderbird 60.3.3 9160 Tuesday, December 11, 2018 Approved
Mozilla Thunderbird 60.3.2 9232 Friday, November 30, 2018 Approved
Mozilla Thunderbird 60.3.1 11040 Thursday, November 15, 2018 Approved
Mozilla Thunderbird 60.3.0 10554 Thursday, November 1, 2018 Approved
Mozilla Thunderbird 60.2.1 16918 Wednesday, October 3, 2018 Approved
Mozilla Thunderbird 60.0 24438 Monday, August 6, 2018 Approved
Mozilla Thunderbird 52.9.1 15824 Wednesday, July 11, 2018 Approved
Mozilla Thunderbird 52.9.0 7457 Wednesday, July 4, 2018 Approved
Mozilla Thunderbird 52.8.0 18800 Wednesday, May 23, 2018 Approved
Mozilla Thunderbird 52.7.0 20345 Saturday, March 24, 2018 Approved
Mozilla Thunderbird 52.6.0 23729 Friday, January 26, 2018 Approved
Mozilla Thunderbird 52.5.2 16329 Friday, December 22, 2017 Approved
Mozilla Thunderbird 52.5.0 14511 Friday, November 24, 2017 Approved
Mozilla Thunderbird 52.4.0 19508 Monday, October 9, 2017 Approved
Mozilla Thunderbird 52.3.0 17551 Thursday, August 17, 2017 Approved
Mozilla Thunderbird 52.2.1 12712 Saturday, June 24, 2017 Approved
Mozilla Thunderbird 52.2.0 6003 Thursday, June 15, 2017 Approved
Mozilla Thunderbird 52.1.1 9438 Tuesday, May 16, 2017 Approved
Mozilla Thunderbird 52.1.0 6389 Monday, May 1, 2017 Approved
Mozilla Thunderbird 52.0.1 7226 Saturday, April 15, 2017 Approved
Mozilla Thunderbird 52.0 3994 Monday, April 10, 2017 Approved
Mozilla Thunderbird 45.8.0 8814 Tuesday, March 7, 2017 Approved
Mozilla Thunderbird 45.7.1 8730 Wednesday, February 8, 2017 Approved
Mozilla Thunderbird 45.7.0 5624 Thursday, January 26, 2017 Approved
Mozilla Thunderbird 45.6.0 7043 Saturday, December 31, 2016 Approved
Mozilla Thunderbird 45.5.1 11791 Thursday, December 1, 2016 Approved
Mozilla Thunderbird 45.5.0.20161130 2136 Wednesday, November 30, 2016 Approved
Mozilla Thunderbird 45.5.0.20161128 2313 Monday, November 28, 2016 Approved
Mozilla Thunderbird 45.5.0 4823 Monday, November 21, 2016 Approved
Mozilla Thunderbird 45.4.0.20161024 8492 Monday, October 24, 2016 Approved
Mozilla Thunderbird 45.4.0.20161023 2220 Sunday, October 23, 2016 Approved
Mozilla Thunderbird 45.4.0 12297 Tuesday, October 4, 2016 Approved
Mozilla Thunderbird 45.3.0 34634 Wednesday, August 31, 2016 Approved
Mozilla Thunderbird 45.2.0 52858 Sunday, July 10, 2016 Approved
Mozilla Thunderbird 45.1.1 554 Monday, May 30, 2016 Approved
Mozilla Thunderbird 45.1.0 461 Wednesday, May 11, 2016 Approved
Mozilla Thunderbird 45.0 437 Sunday, May 8, 2016 Approved
Mozilla Thunderbird 38.7.0 7794 Wednesday, March 16, 2016 Approved
Mozilla Thunderbird 38.6.0 5837 Monday, February 15, 2016 Approved
Mozilla Thunderbird 38.5.1 6097 Thursday, January 7, 2016 Approved
Mozilla Thunderbird 38.5.0 2779 Wednesday, December 23, 2015 Approved
Mozilla Thunderbird 38.4.0 5539 Wednesday, November 25, 2015 Approved
Mozilla Thunderbird 38.3.0 5679 Wednesday, September 30, 2015 Approved
Mozilla Thunderbird 38.2.0 5538 Friday, August 14, 2015 Approved
Mozilla Thunderbird 38.1.0 3974 Friday, July 10, 2015 Approved
Mozilla Thunderbird 38.0.1 3299 Thursday, June 11, 2015 Approved
Mozilla Thunderbird 31.7.0 1882 Tuesday, June 2, 2015 Approved
Mozilla Thunderbird 31.6.0.20150405 3654 Sunday, April 5, 2015 Approved
Mozilla Thunderbird 31.6.0 789 Friday, April 3, 2015 Approved
Mozilla Thunderbird 31.5.0 2894 Tuesday, February 24, 2015 Approved
Mozilla Thunderbird 31.4.0 2555 Tuesday, January 13, 2015 Approved
Mozilla Thunderbird 31.3.0 2429 Tuesday, December 2, 2014 Approved
Mozilla Thunderbird 31.2.0 2434 Tuesday, October 14, 2014 Approved
Mozilla Thunderbird 31.1.2 1463 Wednesday, September 24, 2014 Approved
Mozilla Thunderbird 31.1.1 1073 Wednesday, September 10, 2014 Approved
Mozilla Thunderbird 31.1.0 985 Tuesday, September 2, 2014 Approved
Mozilla Thunderbird 31.0 1542 Tuesday, July 22, 2014 Approved
Mozilla Thunderbird 24.6.0 1506 Tuesday, June 10, 2014 Approved
Mozilla Thunderbird 24.5.0 1546 Tuesday, April 29, 2014 Approved
Mozilla Thunderbird 24.4.0 1510 Tuesday, March 18, 2014 Approved
Mozilla Thunderbird 24.3.0 1095 Tuesday, February 4, 2014 Approved
Mozilla Thunderbird 24.2.0.20140131 511 Friday, January 31, 2014 Approved
Mozilla Thunderbird 24.2.0 875 Tuesday, December 10, 2013 Approved
Mozilla Thunderbird 24.1.1 622 Tuesday, November 19, 2013 Approved
Mozilla Thunderbird 24.1.0 628 Tuesday, October 29, 2013 Approved
Mozilla Thunderbird 24.0.1 625 Friday, October 11, 2013 Approved
Mozilla Thunderbird 24.0 600 Tuesday, September 17, 2013 Approved
Mozilla Thunderbird 17.0.8 666 Tuesday, August 6, 2013 Approved
Mozilla Thunderbird 17.0.7 596 Wednesday, June 26, 2013 Approved
Mozilla Thunderbird 17.0.6 584 Wednesday, May 15, 2013 Approved
Mozilla Thunderbird 17.0.5 554 Wednesday, May 15, 2013 Approved
Mozilla Thunderbird 16.0.1.2 689 Monday, October 29, 2012 Approved
Mozilla Thunderbird 16.0.1.1 444 Monday, October 29, 2012 Approved
Mozilla Thunderbird 16.0.1 460 Monday, October 29, 2012 Approved
Discussion for the Mozilla Thunderbird Package

Ground Rules:

  • This discussion is only about Mozilla Thunderbird and the Mozilla Thunderbird package. If you have feedback for Chocolatey, please contact the Google Group.
  • This discussion will carry over multiple versions. If you have a comment about a particular version, please note that in your comments.
  • The maintainers of this Chocolatey Package will be notified about new comments that are posted to this Disqus thread, however, it is NOT a guarantee that you will get a response. If you do not hear back from the maintainers after posting a message below, please follow up by using the link on the left side of this page or follow this link to contact maintainers. If you still hear nothing back, please follow the package triage process.
  • Tell us what you love about the package or Mozilla Thunderbird, or tell us what needs improvement.
  • Share your experiences with the package, or extra configuration or gotchas that you've found.
  • If you use a url, the comment will be flagged for moderation until you've been whitelisted. Disqus moderated comments are approved on a weekly schedule if not sooner. It could take between 1-5 days for your comment to show up.
comments powered by Disqus