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,450,256

Downloads of v 60.6.1:

45,015

Last Update:

25 Mar 2019

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

60.6.1 | Updated: 25 Mar 2019

Downloads:

3,450,256

Downloads of v 60.6.1:

45,015

Software Author(s):

  • Mozilla

Mozilla Thunderbird 60.6.1

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="'60.6.1'" [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="'60.6.1'" 
$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: '60.6.1'
    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  '60.6.1'
end

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


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

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


package { 'thunderbird':
  ensure   => '60.6.1',
  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 28 Apr 2019.

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
ar|32|5c192a4bbf50e5bb77c6c9ca2cfa6fbbbec44e85b307c8ee0c2a409b72edbd1cb85a9e7d8ceb2419f40d2a9fee3d90b9cd9dd0a1a9436c1c60d5956a56ea49ec
ast|32|a0bad90919336c2e5bffee7a0faa6daf81658e21e216cb8f15479309f3a52a147b101cd7978f54ae27f4d7b8fd2e5bbde4506be2ff1c26ce551107efb4322f61
be|32|831096e583c1e7ab8a305378a268e6af87d8cb08e06e439fd58abcf830ab90eefb7b56632e6866bc9002d315c8384fed1aa0400910360b4d84a7a28f82f167c9
bg|32|78d1c149df7a8b851bd1d07e3030625ac73cb4003b55c23f401ef1e55b856d23308a1817acbc296b2058e5625aaab3cab82a550a13d220f8a2169c8d23c90adf
br|32|c6b61f0be53d7e7485b79a201f08de80b15a1ec2b950859523592a97ee41055eacd11a8437293dbb724e77a1ef97399ac77b80dfd120a928224e880a9ff0ec06
ca|32|3c8c204bba131be13f5fab51a5d62ec1f5acfe133b17de354eec833b66da3a3f2ae8049e0cfb77fd9172f26668ef7c24a984d885eed5339e2e2286f719ff1e27
cs|32|5f36b2d98e618ca6d09f84dfd7ce1138c15dd572dfb89698d7afb110cfaec0adbba79250a9c758ab7ddde03f9ebccfebe98c53d3a3eb201b1df731d053767c54
cy|32|ad285b03a91d0b987e60bbcbfd32d8569e4c345cec329bdf56a508627005fefe1b7d4d05988ad7a54dc83ff09ade3ad6e195e51c1d3f20b02e0b03750b74aa4c
da|32|429169b7dea8223f719e6da818441e791e1735fef89d421999bb83a27d65fd728931c4e61a09d0ffb7536e253b345187fa749b77532658fd13e34779720ffbd3
de|32|c29c2af113aca4fadb6e0cf7576e54e5fc32f75f8bf2272b08feefd06ce4976706d6ba42ebc89ade1abcbc37206dedd7a064c7d5060c000bf9fe77bedfe13f49
dsb|32|1e858f8d945669e37e7cb9d3a566c6cebcb94a4f8214aae892b40ec3706624aa49ed5d3eeeb06529d1c7615110bdc0a98ed3d60b5d44bbe9fb5c2e2adae4b57e
el|32|f79a48b085f784a40cd526e431901f477f778dffe119efc0f28dbdae8f608ae33175b9635a9813a3e2c9514a0c3da22191c7d99da9caa354a970038a8e0dcc1f
en-GB|32|48a7521571fdf22ae7bebc31cf60019ae8cb4eadce0e74fcb1132923ef3c4ab2db03596379edbd2aa176f08095d769ab0ae2fd67e9ae7b686f737d8cccbc2233
en-US|32|58f707a3990673c32903c75f15d3d6f7a9253b23e1211d10ff142713c2f11df79923c7737dd92ad156e16c3de81c73d2fb3f88d2fcb36ab2e201d35546755daa
es-AR|32|b08d1ada4314689221c05283f7d5f8b3cc36a6cf2eb3195a78758d6eeba8ae295b728396ee1ed8e2a12ee676b88d10d5d9ad95ba8abf58dc8de86e8e13e22596
es-ES|32|82a5e17f0f98ec86c9bf7e35c280ba3e3153b710930c5dc47c1dfe21093d392f97cade3259002f20212193b78c2c18918910ba6ef61f2c1545bb5a8cf9aacdf0
et|32|e68353fa804da9a1fdcca8d47605cca60cb76a2c1b924e903838bce972110751fb132c59e709d58dc7f90e4c316197c50e6dedde21eb0a697eb367cb1b984359
eu|32|ba74ef3c32a1af0f4b0c6a0098e95a350113e300938042d64acbc6a3e92c279abbfa37f5004c5d2ff399b29b08c8d79b7c958e075c23ba29bbb12cd5b2ef4eea
fi|32|14235e4f973e380d6f9d6de4067ec053f0ecde6607c4b22140162ec720311944103a010f35fa10f52a8268169b0a62e837cde3df67966e9907f79b761016a9d8
fr|32|d52281174dc4119442ad192f2e4c352246ff90fe5a76a7b41acd28b0615056cfe9319196b81f8e466837eabc982a4ec018f42fad2b6f0617bd72a28130cf4487
fy-NL|32|0a30b907789fa50b08aafcbd7cc0e88639113884595749366ed7bfce2eb88223fd9b0c276d2033c6a772cae60cc6b0dc783c988bac79429ed3a9a7a7500fc4ac
ga-IE|32|578d530361c4ed370ee25d0257823497df669a6ef0b6297b0073c2e7317758e9561420b85bdd0015253fb91a563092326fb893429aee7a1df908b0ee59a5fd80
gd|32|12eaf48be96a439e96ba9af3016ebe007992364b6869aef47858dc778f5e67878ae897d04598da0ea2d1faea4c6322268f921003dcf7ad68992fa8456ddf3efe
gl|32|b4d1a35575121b898fd5d741e2e47fa5373841b956602c9900876407d4b654ca948783f71ddc47bb0b3c88a32219337df31f840f627a2abaac59309691e2631d
he|32|333a99ae438ced72a513e6819c3492bfaef384d5e7a949e6cfde9974fc80847c55835c455951f138d1277acdef894a054d46aa089e8a33fa0bc42e5ae21d3e4c
hr|32|ae6afe435880eea1c91a07121847865743d5004983ecfcf22c7eefe6912ea3fee5f53a4526836cf7af80481e7f2a91780a1e94e204eb7cada00e0c76af068a10
hsb|32|6d4b233cc889946fbd9c1b48f6fde89cbcb3256376e07b8bf62237d862e3e133824b6d46711ea0700bb3227ebbb8435f50ec3ec46cf55375eb2deef6e13f7258
hu|32|7ce86538fced6d8013781bcc4dd641a7c96003cd43cfb5c71e22240d94fd47136fd433a874f033c1eeb5c552753bfbb125d39743b33e730669a2925e6b133565
hy-AM|32|589c9ae9cae7375dfc18402ec6c064399345a07dde31f5194c75696708cd9d26bb98a4a3fbdc51098eb2d1323bf987c40ecb20f70a7731c8ffeab8108b743bda
id|32|b55037997d0f2695b3877399964e4fffc40e73a6dcfd2ac3261eba9ffede68ab4be499e977ce14366f098ed30caac6215eaf89f6a7646b89c9d59cab3096ec0b
is|32|3818e6de9c302504a7e846b3e31dcf2ea6185ee2c051c36bf28c4ad6057882fb607fb0ee5a0c74e6dff279c2cc8f7b7b0b80fd32ed2eb414f7c136702ff53ef5
it|32|6ed7a1b20f732c5b988b55d1b956cbe34a02d9cf8a5c9789645be1f4dfd3b3b79545215173d16f7fb6a7c8d38f3e53ddc03dca3a050c6093cc64483df08c4c17
ja|32|90be6bfd65198175d92a3db5ae7e8eeb530c467307b4323ac97c23d74eb6b02667f98a68bb4f445717c9529ef0f2860e46cf910505eb12d47021f0b238457416
kab|32|990468e4b47c8fb353e50343cee37e77fe79e8410e3083dfa809081bbe78afa4f46c37b367cfbe84d9090e78a4afaee747ad111a3a79b21b526e99a776a69817
kk|32|47263bcfb67f58e25f97ffcf92671d0795b546226f0177a48ff4e846c143077b82273ef02cf41e27e1e3e74322895b8ad82a84eb4faabc5e8e7cf18864d51722
ko|32|506095a77dffd9fef08aadabb766132422247ca88a322a5902a0e87d8f4cdf2dc422c6f37ebb8f37ebe1965fbcccd427eec9362124e64e711f4078bab0d53361
lt|32|bc619a8299f63aeaf70b9e3d3f941fb82b8cbe388f0ad186b34e475e66082495c733966c4cdd9488e38e3952e0fd1f7ef91daf5918ef44585e0665081c49b6ff
ms|32|1795821921d4a2f37215e74dc53beeeaacca20df62044d58d6da91e8edd5fc15f1a672cccc0d6564a7e775070553b5f12074e6ec6bdce96ad3b74cf7de748ea0
nb-NO|32|e8b66de3408b4880ec075fea8dc6a1e6aa7941823dadd9540f9e0e76bc5dbabbf4697aaa0071abaf5d10eaf060e1c0a51e0a06beb2ef9ee4f4d250ee555dff18
nl|32|ea3e1b5ba6970af669bd8c85cebd0707366d43d795203a18cc4aef8c2450832d4cf2d8fe0154df972e57c3bbd03eb46973c2ca35c70884259bdf439ac5d19cb5
nn-NO|32|50f5e1b0c3a027ad39dba3e4497124a30b765164dc4afdb5b84906ce71604b37b63322638003c68be31ce491385e713293f312997f8fb7cbc26d33ad0b5edbfc
pl|32|9b41c92935cccceb8305617f3a4eaeb11d11b698b2011ba05d9966f108fc892d27ebf38919ff5635400545b8ac669538e4b9cec86089c7a6925fa82c6a5ad9ac
pt-BR|32|7cf8675f22830a238cbd1d8ca86ab782c4945ad098c6273feb2139787b4690235cbc683e783f870d7df1c653aef75b43154a3e80c90808283c17b6c1bffbf482
pt-PT|32|c9aec243269b97d73ea0d428fcdea45f0b38a62079cf3e16befbec6869974c342a6eca58d9e02fb1e8149396937c1800aea5488b37ec9d45b32c128072e31609
rm|32|e2f72de9e7b3cd1908296469a917501730d91a5578fcd1ec71450a13a02a6e7786b414631b8a2fdafd6666f6e8f2f4441f5acee944e88b30fcb295bf0225e32c
ro|32|453ff2e32a090f8d30f4c800ae69b955a96336052b855db8e312bce2fe52a9092542067be821fc57816222ad303e3b2aad2ef06196edce43ee62e16e75d97ffd
ru|32|27a3ca28d8579b2f2d90479f838585c86c02de3509b887f3057f354cc4e1a89c928430f2fb5cb2c1303efaea4a92a644a4c49c201a682a6ce4cbfc222c9fefcc
si|32|768c076795bae7af5b9aa1c26cbdfd9b13db838f0e3c839fee2a1b822c2242d3b09d5726d3cfb4ceef728f9482a350f2fa979dd89d1981062b0a0af90a8ec785
sk|32|595d049b29b1c1c5f086cbe4ff6a8415d5e84bbad79bff8a2fd7f72b0cb6d5dc990d6af6db9b88c7df1ac5f6a8534ae4fc9b4ecbf8611fdf9a8e5fb7b517adec
sl|32|d2b87cf34a84188bb510ed2cad7e740ea59451f381418da6e81119a31d9d059181f7bbd133bb191d102134613fcbd1d4434abd315ff5fe6ca13081a06c45fb31
sq|32|0355d48d64c1b801da777445d3cf3a3cc47ba0327e9a7da8ff16c0c30457bb8638c4ba91c5ac08b6380d970d718a6d540189814bbe9267747c0f9be60f086ab2
sr|32|a09e4dd36f0de09549792c33a8d532c3a9296ced89a91960dfb70633a303e40048510eef196a984264921b6ffbaed66ca2bf25b8b9de719dc4e1f4f0441215b1
sv-SE|32|54f97cd1e2986e28963ee98984ada1979f9c99f2ddb532c536531716d76f1aacfd27d60d5ab0176f619aafec9f5b5a6c0d5ce12b1b42ef881bd5e4d899d88fd9
tr|32|ade813c4ea3d3cf52b27fc20b309f093fbcfaf6786dd9bfea4c5b56d75be40c4bc790fdc5b64fd78ad6033d3ec16d13484dcdb22b1f55d055f4ec60d85441864
uk|32|c136f8608df808ecee1559102232e607384de46d353e89664d84f42b504db3a105c53e0a202ca8796c39f5c371579edf30aafb29d68285c83fd1f9eae0d0de70
vi|32|06a2544da1391535fd43e0bbec0f669f2461e92816a3767c567b63d15625231572a38a1590136a15b802f077dd581c652c581b50acd88e47aed9c85249bfab93
zh-CN|32|e97d214d7891c696c4730a32c1bb0509c4e9210bc496027f816749f9953306de8cbeb8b0f8eb295e1a72bb744377164fc7e3de873b7dfd066dee573cea8b1bca
zh-TW|32|b671eec15b907e94ee35c5493ff4b7c7e60f4cff1fe76b6d42a24ae4b76e267478769bd36d325009a8282dc0233cf730db92741f1c3d1fddbe249e29cf9d0d25
ar|64|adce58bc16c832e14f4647f7197383fb8c2a3e9176d398a9de855cb24e873f7b80f10c72f6747ca1522986499aeef4335524bb0e4e8e6f1a057a7b430938e735
ast|64|4cf26bb57f90779d94ef81e0aad76f98d68d2989cff5e00b6fe1d7c483d5088ab73189d20c4ac04387e248bae39ebfd7507f10ac2bcabfc9865b825d0bc9934e
be|64|ab663c500e8da6421b4ae65c479eda6982035bdce2b5ae05d3a0b7b9adda50ebcc95cf2c237b4d60ddf3ea7b2ce8462e12f0c3bceafa934628b73661544721a7
bg|64|aa594e43061ad2bd406a16b1b57a7fa94f48953f0bee1e82b85050afa1e45557112b8e5fa58bb8539d6be4e055cb3417fc4388de0b7011f28d3edb4e8a01c75e
br|64|eae425d4180efa5e7ef3d9f0b9b24ff2f53c3070dd3ec405a779bfd27a1148d07b3284842178b948cb18ee284fff34f8e8de91237792d06aceb28702cd8137f5
ca|64|243fbfbea5e16fc03f23eda377e287294d11ed29a1b3de6705c26ad2e53997264b25746a656188c26a3533b77f115bc023a7f77d3b35bb92f4ca9e6f4d5c4a27
cs|64|3259d23307070555ef2ed8c1eb9e6dc2e83e07df95c7efdc419df7201ed17548f1331df9ad41ba1066fbb4ccf25fb9cd28d7236dd2a2efa741ba393e3e29a687
cy|64|efda319d67f148a91130a29b23e4e92a6d39652ff8428a73b68252d9b303bbdd8511a423eee9b41f594ec9cb2ab62f69fb136b47e69f5b4e259cf411ec93339a
da|64|70e41b581c8a60f329cca83c15dadbdf930ca0029f19426bc260bf6ad86d6f9a9fb3cc84d65aec9de5814d6812f2ccb29030e0a7c9cb59ca4e2472b0ce28b36c
de|64|4d3c1ca562646199490f96aeb44fc27332180c9208cb9ba482de8fc2d7bd0cdaf1161551a70cc5e552eb4b34d212b4ca4ce0e27f18a3b616d5b25df8bc4a5f71
dsb|64|21670a98251a7ff6b5e0a0ff229f374f569b944cc8269aadcd858ad7435ae36d3aa77e803592a1dc4d1b95af90eaa5b74e5995266fda96531e1c1b668a6996cb
el|64|6d46982b50bfdd80b1758c144841449194b73e6cb56b61680397be62eaa140c83f977b1158918b7bb80bc7b5daff422e497fde5472d3f0adccfd0cce1b25c994
en-GB|64|1c3e3f43a0e898f199fc7ac8c97f4d516fedd7da04784981f0214173e76a19da8c15e8ae5e086f2a4d67bccd597754c3c75c0ee7cc6e4c13f6181597498ce593
en-US|64|33cc74970a2c976eb97df392113b7cd5140e9fe99d42b4bc0565a8bf1b38170d58f2be6df40eb9f54d7f5cd2a1c59e77ec8368c22ae9a7c61f065ffc7faaf73c
es-AR|64|62528dc027d0c10ad4a8a4fe28739d78f3d3a1a158162be17931dcfef75d6bc8a9cc52df3f66fd8f04d63034dcc9c2020678ea2f7bdfa8db098bfd8ba8c7b116
es-ES|64|d4477a1dc2cf9d50011eb43b9e1828064c2b0f6b8580bf48f9ee97f79bc164899e2e58e9d1ea463cc6ace7286b3e90303aa910da17aedeb698f3552b94aa8331
et|64|14069120787c1aee288e8fcbd6319509b574439a056919dbd79be295ac12a95f3ad28b958828439e2b9ccb95ec74769702012010a61bf0c5b4a4c98f3d16f7ed
eu|64|66c901a63e9b88928279e385eec7d84babe15276451f3ff8817b4ca1c904bc5a94495c56f14b872470a611baba22536cc684e926f5a0a7f30a82dd8ff0fed365
fi|64|626cab0b4737298a6644b162592c9a47ab0f24b5425de48f706f486d808aa0f4a3d4c435a7d806ac1541b889799c0ad54258d2763871cabceb49494d8e467383
fr|64|550ae534a84b5798df5458ebf1421e51a4f827e845ce219b44edba21fc7253ec39747d96722203cc9e9e1b9afb888e486b96b4fe3975916bf383e61231bfb694
fy-NL|64|155bf01f974ce5511d4b947995e6df5dd2aca4258c4eb2a23653b0a2bd387969a90d5c90157e4ae1b21b7b361cdc5ef35a1fcd2bc83b56876eda7815b10b725c
ga-IE|64|fc965627f4decb5c52eec9aa4fd5c00d0667116d8aefda0f9d80918a5d002e9529fc37ada85e5d0de0bf8349e0b4f15e521ecdb1e61f46297b165b669415ab8d
gd|64|55ab2fed372b8b57caafd24acd1a56f02194ab14bf710114f4e0f62fcd03af15e06792d54d581c10f1c5fa3082b36cfbdef36ac91d23fd24525ac84a2268570a
gl|64|60e6c39b2c144501def583c9c7db507d593c5781643f8b77d8511bc11d80320fe8698f27a854eb98846fc937ed065fd61874e75debf8134a002758a6d9c627d3
he|64|274a76326b42fe7277442eb7a7b98edd77271c12524463647bd8dfee229ae7355a211057334917d9fcf1e3ab169d629300172dafb6cd63a42d0618649c3c7759
hr|64|0a5a7152c4dda486978aae13bba63ad9226f722125d88662c4cb4e7f0528228939706b2581e3a1ae269ab42f92ed5fcaee636393e2cf81d591dce4b4697812c2
hsb|64|bf2a898829b3aaaab2e5a71e72a19ab7f976112dfe60b5515465953dcb4afeeee6a63bc2ead2643279de294e76763e1c30bc98e7901b66eb7eaa8525c45f18d6
hu|64|04909a4bf9ba066bc3e93bbede07b896f18ec31fb109e220d4c5432e5bc101e0df9765993660aa5ef96c2ad08f2d46c2ea026fb7b395da101ea1f53dac2ce291
hy-AM|64|b80bceaed9a5b976b8ad745b6c37f1792fce2dfcaabf1de702f0be9e5e60aa5316f44d2b07a8561a2f81b9ece57f496a421a2010c320849c4f110c795ed7fd41
id|64|8ccf8f294daa49af92871b1f69a306346a5b1db59459868ee7be911febdc5f18f9d99f81de16efb9dedc14d4458e404eaffd361265249c888de7e1d0e1089815
is|64|0032a59c7a2d53ca09f5c08d68853f5cbbcf4907ab006ed5203fd18ebb3bb900a31b45363fb0b20f48c937df9c797bc4ec6406291d8b73f6273170bad15a8c98
it|64|ae4549f09e27d4de5995d5c00076bf324a7017564496f7bc34083278ba63ed423cfe85148ec3d4dcb93d72ef270b283ac8f6be1b89af04a3925d7634ded373f8
ja|64|d190e6a86ee93445287a90deb0082ca78a7f502aa5740ed3b3dbf2ea7d429910b0584a6835c62bac5343b7186e81a00a6f0778852def64688cae34ee99645b6e
kab|64|35b2b0f0aac14c41121862508e09a7c40d49b3e1c83563a34ff030888a5d2210bb158fd16b970f784a9fd2a744cc0e7de806dd0f874502f6223d72a0928abf29
kk|64|5fefcac6a22f5e1465f0b2d7334f60a669a1fbee25cb6e9ca9b886b81da1fd766ba6448013c1f76ace6a182e403da6521e17443a7aa1ff3d2722280792761d4b
ko|64|a0574a6323c75d9822b1bc2ce49dbdbb70ccb0820d68f10cc5f0bc4eb1763089f17647caa39b35ba254c4613017231c5fc8b8cd126b228326ecac2289a3b649d
lt|64|efdd386c21376892df20ff13d8792ee79071661ca77ff0fae2372eee8beb62941b7449aa771201334dec2b9788aca8a970f3031b03b7fa9b949d1ee51d22fd4a
ms|64|6df465aeaf2e848b2527318625e7ecc9434334a2b97d59d70cd69ae438f83f1bd3e1b8ed6f9c91df4e0ac368755b00fcef13fb211b75051ad15b6a2e4ad31a0d
nb-NO|64|6b9b93e2b8987f88bd0ad572a2f251c217261019127e74b4b2fdb91bc39987080df67d9016f9f7975bdad9d80d84b16a86ebb46f64587f2df56a0a2f97479017
nl|64|4d30e0e875e2faa6c50116996973a0ee5ec20a197f3d61c004b6c3cd0a2fe64d6a6860ea7bf7e0cafaa1e7ae4b7d70dc31afef3c2a7480a534bb788ee1392637
nn-NO|64|a6ba3c6f94bbf17a3e0feca24e3ea66e3357ebfe17eb084120ec507ce74bae6a9a6cb5018715d09075306997b8872ab16fb728aef7f1d1d9eb2e2591db6cd030
pl|64|e475764b29eea848722ec809cc035f5d98cf40dcfefef869cdf1da552b3997b1e087db31a16f143246f0b9f96797454d482b8ecce1972288be144aa7625a708e
pt-BR|64|063f45b29636f26043737dc6aa4d8ed781c7eb6d6d122145d99d3c4ab298b334ceee7eceb3e71e34ec752fd9cf5d56dbb50c68162a65e362cf632837b595537c
pt-PT|64|3f192843961ca8b84c5c0c20273389bc81eafac7cefc07e2981e9b67bb080da8636274148c497848b7c3f8b1a9f239e7f9a8d2e3f3db8d700fa9120b2a58d860
rm|64|f6f94acf530efa159a693b0f9d0bb317cbc0da054e7cb79e3cd16843bed4244935db7b6c829152a62addce16827b8dd26df8a35c20577e0aaa736c6c81b4659d
ro|64|137fe86b6c8e67c453439851298d8ff5deb65dd01cf4fe3310f4dd4fb0111d458ca838c3bbd061f357549c721d719b2fdb1eb9bf94f34200c5dd03f02b575278
ru|64|fb15794ea12b6a415f8a43307f1884f303b0017748602461db4c2e4c104e58514748fa43b437b85db6039d20a38c14b7c2bb280716ff807e98b7d735ba3f615c
si|64|58c54f6d59cd7d5d1e173897fcb127ade8a21ef2079b9939f7dc995ef6dc5d286f729f5ad5408c545e22323a9d2fe313a7ef6cc0920ae8c18c59d8bd8b4d4ef9
sk|64|87f44d234e1cc004f85abb096ad600150efd851efbcf7f990bfd38bf5ebe11975808743a0d8e4876ae4b428c60322f35fd37cad96bdbf2a3f5306647ef3141a2
sl|64|0c6830f952a9a842e249d602e18415134e6ecf9027f1c36e49a0574584e871f97379d3ccc92af9baf284f1936f721f703e857277472c037c53f1a1db2d28af47
sq|64|04f190a01d5a2bc001162915b06e2fcb14ddb73b22c3f7d186766e08221d4a926cad130ec3f5968e530276ddff29fbc85969c54753166a838839ad139eab78e3
sr|64|e78ad99b31cf64e3ecd25b163e5e4ab63e9c8e0407cc4909a3d0c54b204f907433872c0580163fdc4d9e1d5c057e61ce88b998ac659d8a30f0dfa8b638ca715f
sv-SE|64|61ac48404682e5916f3da55859e8f8776a3a29f11e54a28840d152388c9fe7c0f05a7b0b9b84c8f7409ebeff559a223cb1b2eb2c1d294795893ba1cc7431f11d
tr|64|634b0253ebb73074762b3b22bf1b5b10ee0622186a148f2be4f549ef145d18d1041193cfec7d9fd90e43ab2193e853b8776d9ef0cdda19d836ed9bad15612ee1
uk|64|8d94bca4e3629509cc228116c74b8b4688a6ea422fac0110717963b596951fc76b86768996848ac03790be14e9bebeb22284b0092f33f394ea9abae0924d81f2
vi|64|cfb4138f0b87d21b1bb1a6303434ac430612977888ea81966135b1f44fbbf49a5bdc2e65a0108886fa59415348a68eb732cdafdb96f9f7fdd1015cbfa0c81c6e
zh-CN|64|9de40610c74720833896bceded2a744d5e606b4504120df51471e56b561ccbf34d0a42fb042fb44ce0f061a133560ed0d5823d205df5fce1272c02e80c1bfd43
zh-TW|64|9ff2d3993a1e65a87c4bceaf13fd9a19cdaaabfb0f69bba2b2cdc17b47f48299971c4670ac309df658efc6c706843ff55498d08228d7478404c1a8a805b82a3c
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 = $env:chocolateyPackageParameters

  $packageParameters = if ($packageParameters -ne $null) { $packageParameters } else { "" }

  $argumentMap = ConvertFrom-StringData $packageParameters
  $localeFromPackageParameters = $argumentMap.Item('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: '$locale'..."
  $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-Verbose "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
$ErrorActionPreference = 'Stop'
# 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.
$toolsPath = Split-Path $MyInvocation.MyCommand.Definition
. $toolsPath\helpers.ps1

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

$alreadyInstalled = (AlreadyInstalled -product $softwareName -version '60.6.1')

if (Get-32bitOnlyInstalled -product $softwareName) {
  Write-Output $(
    '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.'
  )
}

if ($alreadyInstalled -and ($env:ChocolateyForce -ne $true)) {
  Write-Output $(
    "Thunderbird is already installed. " +
    'No need to download and re-install.'
  )
} else {
  $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-60.6.1-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-60.6.1-SSL&os=win64&lang=${locale}"
  }

  Install-ChocolateyPackage @packageArgs
}

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.8.0 27103 Wednesday, February 21, 2024 Approved
Mozilla Thunderbird 115.7.0 36200 Wednesday, January 24, 2024 Approved
Mozilla Thunderbird 115.6.1 27358 Tuesday, January 9, 2024 Approved
Mozilla Thunderbird 115.6.0 29831 Tuesday, December 19, 2023 Approved
Mozilla Thunderbird 115.5.2 22363 Tuesday, December 12, 2023 Approved
Mozilla Thunderbird 115.5.1 27029 Tuesday, November 28, 2023 Approved
Mozilla Thunderbird 115.5.0 18694 Wednesday, November 22, 2023 Approved
Mozilla Thunderbird 115.4.3 20159 Wednesday, November 15, 2023 Approved
Mozilla Thunderbird 115.4.2 22742 Wednesday, November 8, 2023 Approved
Mozilla Thunderbird 115.4.1 25961 Thursday, October 26, 2023 Approved
Mozilla Thunderbird 115.3.3 20804 Wednesday, October 18, 2023 Approved
Mozilla Thunderbird 115.3.2 22129 Wednesday, October 11, 2023 Approved
Mozilla Thunderbird 115.3.1 24330 Friday, September 29, 2023 Approved
Mozilla Thunderbird 115.3.0 12345 Wednesday, September 27, 2023 Approved
Mozilla Thunderbird 115.2.3 19518 Thursday, September 21, 2023 Approved
Mozilla Thunderbird 115.2.2 21627 Wednesday, September 13, 2023 Approved
Mozilla Thunderbird 115.2.1 6650 Tuesday, September 12, 2023 Approved
Mozilla Thunderbird 115.2.0 25409 Wednesday, August 30, 2023 Approved
Mozilla Thunderbird 115.1.1 25975 Wednesday, August 16, 2023 Approved
Mozilla Thunderbird 115.1.0 24911 Wednesday, August 2, 2023 Approved
Mozilla Thunderbird 115.0.1 26986 Thursday, July 20, 2023 Approved
Mozilla Thunderbird 115.0.0 23752 Wednesday, July 12, 2023 Approved
Mozilla Thunderbird 102.13.0 15987 Saturday, July 8, 2023 Approved
Mozilla Thunderbird 102.12.0 35793 Thursday, June 8, 2023 Approved
Mozilla Thunderbird 102.11.2 24972 Saturday, May 27, 2023 Approved
Mozilla Thunderbird 102.11.1 11219 Thursday, May 25, 2023 Approved
Mozilla Thunderbird 102.11.0 27746 Wednesday, May 10, 2023 Approved
Mozilla Thunderbird 102.10.1 28999 Tuesday, April 25, 2023 Approved
Mozilla Thunderbird 102.10.0 27102 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 21413 Wednesday, February 8, 2023 Approved
Mozilla Thunderbird 102.7.1 19912 Wednesday, February 1, 2023 Approved
Mozilla Thunderbird 102.7.0 24091 Friday, January 20, 2023 Approved
Mozilla Thunderbird 102.6.1 36185 Wednesday, December 21, 2022 Approved
Mozilla Thunderbird 102.6.0 20234 Wednesday, December 14, 2022 Approved
Mozilla Thunderbird 102.5.1 25077 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 16157 Thursday, October 20, 2022 Approved
Mozilla Thunderbird 102.3.3 20296 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 23177 Thursday, September 8, 2022 Approved
Mozilla Thunderbird 102.2.1 17979 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 20680 Wednesday, June 29, 2022 Approved
Mozilla Thunderbird 91.10.0 31580 Wednesday, June 1, 2022 Approved
Mozilla Thunderbird 91.9.1 21170 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 22308 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 23245 Friday, February 18, 2022 Approved
Mozilla Thunderbird 91.6.0 19925 Wednesday, February 9, 2022 Approved
Mozilla Thunderbird 91.5.1 23605 Tuesday, January 25, 2022 Approved
Mozilla Thunderbird 91.5.0 22084 Wednesday, January 12, 2022 Approved
Mozilla Thunderbird 91.4.1 25558 Monday, December 20, 2021 Approved
Mozilla Thunderbird 91.4.0.20211214 16781 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 14269 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 17809 Thursday, October 14, 2021 Approved
Mozilla Thunderbird 91.2.0 19156 Friday, October 8, 2021 Approved
Mozilla Thunderbird 91.1.2 22910 Tuesday, September 28, 2021 Approved
Mozilla Thunderbird 91.1.1 21684 Friday, September 17, 2021 Approved
Mozilla Thunderbird 91.1.0 20822 Tuesday, September 7, 2021 Approved
Mozilla Thunderbird 91.0.3 20661 Thursday, August 26, 2021 Approved
Mozilla Thunderbird 91.0.2 10469 Monday, August 23, 2021 Approved
Mozilla Thunderbird 91.0.1 14190 Tuesday, August 17, 2021 Approved
Mozilla Thunderbird 78.12.0 28780 Wednesday, July 14, 2021 Approved
Mozilla Thunderbird 78.11.0 31886 Thursday, June 3, 2021 Approved
Mozilla Thunderbird 78.10.2 21023 Tuesday, May 18, 2021 Approved
Mozilla Thunderbird 78.10.1 19256 Wednesday, May 5, 2021 Approved
Mozilla Thunderbird 78.10.0 20989 Monday, April 19, 2021 Approved
Mozilla Thunderbird 78.9.1 18520 Friday, April 9, 2021 Approved
Mozilla Thunderbird 78.9.0 19264 Wednesday, March 24, 2021 Approved
Mozilla Thunderbird 78.8.1 21140 Tuesday, March 9, 2021 Approved
Mozilla Thunderbird 78.8.0 18870 Wednesday, February 24, 2021 Approved
Mozilla Thunderbird 78.7.1 22954 Saturday, February 6, 2021 Approved
Mozilla Thunderbird 78.7.0 17625 Wednesday, January 27, 2021 Approved
Mozilla Thunderbird 78.6.1 20300 Tuesday, January 12, 2021 Approved
Mozilla Thunderbird 78.6.0 20518 Monday, December 21, 2020 Approved
Mozilla Thunderbird 78.5.1 20562 Friday, December 4, 2020 Approved
Mozilla Thunderbird 78.5.0 18709 Thursday, November 19, 2020 Approved
Mozilla Thunderbird 78.4.3 14890 Wednesday, November 11, 2020 Approved
Mozilla Thunderbird 78.4.2 10858 Tuesday, November 10, 2020 Approved
Mozilla Thunderbird 78.4.1 9261 Friday, November 6, 2020 Approved
Mozilla Thunderbird 78.4.0 20198 Thursday, October 22, 2020 Approved
Mozilla Thunderbird 78.3.3 11713 Saturday, October 17, 2020 Approved
Mozilla Thunderbird 78.3.2 17159 Wednesday, October 7, 2020 Approved
Mozilla Thunderbird 78.3.1 16188 Saturday, September 26, 2020 Approved
Mozilla Thunderbird 78.3.0 5290 Friday, September 25, 2020 Approved
Mozilla Thunderbird 78.2.2 18564 Friday, September 11, 2020 Approved
Mozilla Thunderbird 78.2.1 16591 Sunday, August 30, 2020 Approved
Mozilla Thunderbird 78.2.0 9561 Wednesday, August 26, 2020 Approved
Mozilla Thunderbird 78.1.1 18422 Saturday, August 8, 2020 Approved
Mozilla Thunderbird 78.1.0 10122 Monday, August 3, 2020 Approved
Mozilla Thunderbird 78.0.1 14034 Wednesday, July 22, 2020 Approved
Mozilla Thunderbird 78.0 10389 Friday, July 17, 2020 Approved
Mozilla Thunderbird 68.10.0 17186 Wednesday, July 1, 2020 Approved
Mozilla Thunderbird 68.9.0 22042 Thursday, June 4, 2020 Approved
Mozilla Thunderbird 68.8.1 14083 Monday, May 25, 2020 Approved
Mozilla Thunderbird 68.8.0 18410 Tuesday, May 5, 2020 Approved
Mozilla Thunderbird 68.7.0 21865 Thursday, April 9, 2020 Approved
Mozilla Thunderbird 68.6.0 19678 Friday, March 13, 2020 Approved
Mozilla Thunderbird 68.5.0 28022 Wednesday, February 12, 2020 Approved
Mozilla Thunderbird 68.4.2 21215 Saturday, January 25, 2020 Approved
Mozilla Thunderbird 68.4.1 18622 Friday, January 10, 2020 Approved
Mozilla Thunderbird 68.3.1 18167 Tuesday, December 24, 2019 Approved
Mozilla Thunderbird 68.3.0 13335 Wednesday, December 4, 2019 Approved
Mozilla Thunderbird 68.2.2 34971 Thursday, November 7, 2019 Approved
Mozilla Thunderbird 68.2.1 16902 Friday, November 1, 2019 Approved
Mozilla Thunderbird 68.2.0 12463 Wednesday, October 23, 2019 Approved
Mozilla Thunderbird 68.1.2 17501 Thursday, October 10, 2019 Approved
Mozilla Thunderbird 68.1.1 17702 Wednesday, September 25, 2019 Approved
Mozilla Thunderbird 68.1.0 17542 Wednesday, September 11, 2019 Approved
Mozilla Thunderbird 68.0 25982 Wednesday, August 28, 2019 Approved
Mozilla Thunderbird 60.8.0 34697 Wednesday, July 10, 2019 Approved
Mozilla Thunderbird 60.7.2 18390 Friday, June 21, 2019 Approved
Mozilla Thunderbird 60.7.1 11124 Thursday, June 13, 2019 Approved
Mozilla Thunderbird 60.7.0 20018 Wednesday, May 22, 2019 Approved
Mozilla Thunderbird 60.6.1 45015 Monday, March 25, 2019 Approved
Mozilla Thunderbird 60.6.0 8109 Wednesday, March 20, 2019 Approved
Mozilla Thunderbird 60.5.3 11747 Tuesday, March 5, 2019 Approved
Mozilla Thunderbird 60.5.2 8082 Tuesday, February 26, 2019 Approved
Mozilla Thunderbird 60.5.1.20190217 9101 Sunday, February 17, 2019 Approved
Mozilla Thunderbird 60.5.1 4659 Thursday, February 14, 2019 Approved
Mozilla Thunderbird 60.5.0 10662 Wednesday, January 30, 2019 Approved
Mozilla Thunderbird 60.4.0 15301 Friday, December 21, 2018 Approved
Mozilla Thunderbird 60.3.3 9156 Tuesday, December 11, 2018 Approved
Mozilla Thunderbird 60.3.2 9230 Friday, November 30, 2018 Approved
Mozilla Thunderbird 60.3.1 11038 Thursday, November 15, 2018 Approved
Mozilla Thunderbird 60.3.0 10550 Thursday, November 1, 2018 Approved
Mozilla Thunderbird 60.2.1 16914 Wednesday, October 3, 2018 Approved
Mozilla Thunderbird 60.0 24432 Monday, August 6, 2018 Approved
Mozilla Thunderbird 52.9.1 15819 Wednesday, July 11, 2018 Approved
Mozilla Thunderbird 52.9.0 7454 Wednesday, July 4, 2018 Approved
Mozilla Thunderbird 52.8.0 18795 Wednesday, May 23, 2018 Approved
Mozilla Thunderbird 52.7.0 20340 Saturday, March 24, 2018 Approved
Mozilla Thunderbird 52.6.0 23724 Friday, January 26, 2018 Approved
Mozilla Thunderbird 52.5.2 16325 Friday, December 22, 2017 Approved
Mozilla Thunderbird 52.5.0 14507 Friday, November 24, 2017 Approved
Mozilla Thunderbird 52.4.0 19503 Monday, October 9, 2017 Approved
Mozilla Thunderbird 52.3.0 17549 Thursday, August 17, 2017 Approved
Mozilla Thunderbird 52.2.1 12707 Saturday, June 24, 2017 Approved
Mozilla Thunderbird 52.2.0 5999 Thursday, June 15, 2017 Approved
Mozilla Thunderbird 52.1.1 9435 Tuesday, May 16, 2017 Approved
Mozilla Thunderbird 52.1.0 6384 Monday, May 1, 2017 Approved
Mozilla Thunderbird 52.0.1 7221 Saturday, April 15, 2017 Approved
Mozilla Thunderbird 52.0 3989 Monday, April 10, 2017 Approved
Mozilla Thunderbird 45.8.0 8808 Tuesday, March 7, 2017 Approved
Mozilla Thunderbird 45.7.1 8727 Wednesday, February 8, 2017 Approved
Mozilla Thunderbird 45.7.0 5619 Thursday, January 26, 2017 Approved
Mozilla Thunderbird 45.6.0 7039 Saturday, December 31, 2016 Approved
Mozilla Thunderbird 45.5.1 11788 Thursday, December 1, 2016 Approved
Mozilla Thunderbird 45.5.0.20161130 2130 Wednesday, November 30, 2016 Approved
Mozilla Thunderbird 45.5.0.20161128 2309 Monday, November 28, 2016 Approved
Mozilla Thunderbird 45.5.0 4820 Monday, November 21, 2016 Approved
Mozilla Thunderbird 45.4.0.20161024 8489 Monday, October 24, 2016 Approved
Mozilla Thunderbird 45.4.0.20161023 2217 Sunday, October 23, 2016 Approved
Mozilla Thunderbird 45.4.0 12293 Tuesday, October 4, 2016 Approved
Mozilla Thunderbird 45.3.0 34631 Wednesday, August 31, 2016 Approved
Mozilla Thunderbird 45.2.0 52854 Sunday, July 10, 2016 Approved
Mozilla Thunderbird 45.1.1 549 Monday, May 30, 2016 Approved
Mozilla Thunderbird 45.1.0 456 Wednesday, May 11, 2016 Approved
Mozilla Thunderbird 45.0 434 Sunday, May 8, 2016 Approved
Mozilla Thunderbird 38.7.0 7790 Wednesday, March 16, 2016 Approved
Mozilla Thunderbird 38.6.0 5828 Monday, February 15, 2016 Approved
Mozilla Thunderbird 38.5.1 6088 Thursday, January 7, 2016 Approved
Mozilla Thunderbird 38.5.0 2775 Wednesday, December 23, 2015 Approved
Mozilla Thunderbird 38.4.0 5536 Wednesday, November 25, 2015 Approved
Mozilla Thunderbird 38.3.0 5676 Wednesday, September 30, 2015 Approved
Mozilla Thunderbird 38.2.0 5535 Friday, August 14, 2015 Approved
Mozilla Thunderbird 38.1.0 3971 Friday, July 10, 2015 Approved
Mozilla Thunderbird 38.0.1 3296 Thursday, June 11, 2015 Approved
Mozilla Thunderbird 31.7.0 1877 Tuesday, June 2, 2015 Approved
Mozilla Thunderbird 31.6.0.20150405 3651 Sunday, April 5, 2015 Approved
Mozilla Thunderbird 31.6.0 784 Friday, April 3, 2015 Approved
Mozilla Thunderbird 31.5.0 2892 Tuesday, February 24, 2015 Approved
Mozilla Thunderbird 31.4.0 2551 Tuesday, January 13, 2015 Approved
Mozilla Thunderbird 31.3.0 2425 Tuesday, December 2, 2014 Approved
Mozilla Thunderbird 31.2.0 2430 Tuesday, October 14, 2014 Approved
Mozilla Thunderbird 31.1.2 1461 Wednesday, September 24, 2014 Approved
Mozilla Thunderbird 31.1.1 1068 Wednesday, September 10, 2014 Approved
Mozilla Thunderbird 31.1.0 982 Tuesday, September 2, 2014 Approved
Mozilla Thunderbird 31.0 1536 Tuesday, July 22, 2014 Approved
Mozilla Thunderbird 24.6.0 1503 Tuesday, June 10, 2014 Approved
Mozilla Thunderbird 24.5.0 1543 Tuesday, April 29, 2014 Approved
Mozilla Thunderbird 24.4.0 1505 Tuesday, March 18, 2014 Approved
Mozilla Thunderbird 24.3.0 1092 Tuesday, February 4, 2014 Approved
Mozilla Thunderbird 24.2.0.20140131 506 Friday, January 31, 2014 Approved
Mozilla Thunderbird 24.2.0 871 Tuesday, December 10, 2013 Approved
Mozilla Thunderbird 24.1.1 615 Tuesday, November 19, 2013 Approved
Mozilla Thunderbird 24.1.0 626 Tuesday, October 29, 2013 Approved
Mozilla Thunderbird 24.0.1 622 Friday, October 11, 2013 Approved
Mozilla Thunderbird 24.0 597 Tuesday, September 17, 2013 Approved
Mozilla Thunderbird 17.0.8 661 Tuesday, August 6, 2013 Approved
Mozilla Thunderbird 17.0.7 594 Wednesday, June 26, 2013 Approved
Mozilla Thunderbird 17.0.6 580 Wednesday, May 15, 2013 Approved
Mozilla Thunderbird 17.0.5 551 Wednesday, May 15, 2013 Approved
Mozilla Thunderbird 16.0.1.2 685 Monday, October 29, 2012 Approved
Mozilla Thunderbird 16.0.1.1 440 Monday, October 29, 2012 Approved
Mozilla Thunderbird 16.0.1 457 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