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,518,089

Downloads of v 102.13.0:

15,990

Last Update:

08 Jul 2023

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

102.13.0 | Updated: 08 Jul 2023

Downloads:

3,518,089

Downloads of v 102.13.0:

15,990

Software Author(s):

  • Mozilla

Mozilla Thunderbird 102.13.0

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

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


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

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


package { 'thunderbird':
  ensure   => '102.13.0',
  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 08 Jul 2023.

Description

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

Package Parameters

  • /l:LOCALE - Install given Firefox locale. See the official page for a complete list of available locales.
  • /UseMozillaFallback Makes a request to mozilla.org and reads the supported Language Culture code from the website.
  • /NoStop - Do not stop Thunderbird before running the install if it is running or attempt to restart it after install.

Command-line options for installer configuration. See the official page for details and defaults.

  • /InstallDir:PATH
  • /NoTaskbarShortcut Do not create Taskbar Shortcut
  • /NoDesktopShortcut Do not create Desktop Shortcut
  • /NoStartMenuShortcut Do not create Start Menu Shortcut
  • /NoMaintenanceService Do not install Maintenance Service
  • /RemoveDistributionDir Remove Distribution directory on installation/update. (This is the default behavior of the Thunderbird Installer, but not for this Chocolatey Package)
  • /NoAutoUpdate Sets a policies.json file to not update Thunderbird and does not install the Maintenance Service

Examples

choco install thunderbird --params "/l=en-GB"
choco install thunderbird --params "/NoTaskbarShortcut /NoDesktopShortcut /NoAutoUpdate"
choco install thunderbird --params "/UseMozillaFallback"
choco install thunderbird --params "/NoStop"

Notes

  • If locale package parameter is not present, this package installs Thunderbird in the first language which matches this list:
    1. If Thunderbird is already installed: the same language as the already installed Thunderbird.
    2. The Windows system language where the Thunderbird package gets installed.
    3. Language Culture code specified on Mozilla website (only when /UseMozillaFallback is specified).
    4. If Thunderbird does not support the system language, it will fallback to en-US.

tools\LanguageChecksums.csv
af|32|4192c02f683f37065518f65b8293bbc660407bc58046e1b5c6ec18a5d60f657dbb50033b2dca0413a3e8ecdf32c517021138fa5fdf43bef5d5ae6af5a8e66bc1
ar|32|d919e922c10c4cdef83cdbe110718b64cfd371d7d968081eef95b404b4619a42970c3e005ff0f4aae0a64371b6cfb949d5f17380f38079938b4c0acff585ff6d
ast|32|4cc2f79494640315512cec45816b5f325ecaf26ffe2227f6d36b15462119f5cc5e4d315fe7f2fbe891015205be5b8b5b77bd63d06561ca521c6f1e1db20fb6f1
be|32|9c14303d6c888924084bafce991212b081d0058a38363e6dbb68abf656536c87a1c5922006e48192cd1b9bc23e7c0fc0d94e5549936dcbe525ebc01c784b7848
bg|32|5374217a46597a4e0741cb80b266f678741695920571929256c3ee0e846e45150d4f1ba63e91dab2f702fbcc214fd6cb922c2a30944d610a4712231875ab459f
br|32|00ebc5b0b5c33f03644ae352e737db7e15a4896c71f703023dc05116a89f6743072da411327357c84783778757cc9adcd68d073d7a963261815a28ab592c6f58
ca|32|f78888b238198472c49e6bb75d06466789338394f078b129b81e5dac59e84ccda695b9d800cd8984a14263c09a861922b13853257a5eaf49ce72b584855022b4
cak|32|cd4764edd665d1df1d32fe708ec83b6d5e3eadb0fd89fefc00ced9636204838286bc1882edabd91de80f8da81d8e77d0de3bdb75fce62e81ceb769fa3c2b5ab3
cs|32|eff1e1f9b7d7611889feb3cb0899cb44827c68a7b7d7a247e9af5f75faf5aec47c47426c3b4439bae10145eff1ea64725d3b312b930902fb703b3f1ca0f07525
cy|32|29ecf10f739145db8f547a1a77b46293112bbd69d3eb3fd1a5c2e3ffb6e6543a5ea0894914d25e1586f0ff6c38fd4561b12d4f5bfe2238baee2aea68935be35e
da|32|fb21b6ed82ec167d63d3141b41465d91c90992f3f2851aee43b785a1466aea9413384b29acbcc63a4954eb826344ca1172bcdf30875e1f23ebff5e89f521cbb6
de|32|b2e4f724e4a1205b42c3abb14747fd95b5fcf84ba430ac95614ae69410614276cd0706c9b683cbef39f00c30c590ed93d87e85df30eaec9607a4e29516814fed
dsb|32|65c5d201b499ca4af099b3f70d81265546c703d0a2e4e5e34a502addc7749f3a6014891a28df1b2bd2dc7532dff792ca25c43faf4f497deb78e19e01043df48c
el|32|1b4ba57b30f4779032ed7478b755a1d780755a0f99423cc6e4f6c67a3f69c907c9f66a749fc79d63c12ef07a2aaf5e4dce7831e35462688cfdee65c60c25c542
en-CA|32|c48d43d95aef89745641779fd518a5f62801789e542f165795d7facde0e24040a985d931f7457434a17f3941f526e0eb9986fa39294e462f70d4c64bed294b3c
en-GB|32|be37eaae13f341d422a4e82945036380c83b8b575bd755881c4cfe3bcc05cb33c233cdec1c4147ae274dff977b9f916787960a7748bb8f38364a5035c3e02022
en-US|32|8872ca9e97ca794ad6d34016940076821e840c350eb04c80188fbfa1462b83088a5e40256c9b96460b0f13927205b24d3016927f50bad318c87315940f155cef
es-AR|32|8a42e9a2b5ee43d10765e69594c6ac420feffc5a2608bef1e2071c94fc935439ea1e1bba48342144c2ea533067f223f38009d0de963f92b0e821035948f16d13
es-ES|32|49ddabb19df2280607d327c06adc28790e6b3b68b8ea0d4da88b30a72a62be4891928673183054c5358842baf59a8d63022a425bb1fa33febf7f3f6a515a3ef9
es-MX|32|2e26819eaa0a66ad44e0adc230f89d1be437e5a5bf1a858ee5178dbe9359b1eb99d43db2c43df085cfaf5d2175f79ae9cc76943482168eedcea716945fbe5709
et|32|7220494126c01d9e216784d10f45cd0e0104d064c4028f326eb67ecdb771da8a137f1cd9f7b5fe20737fe99b81f4d658bce22a2375767d5bf346c16d02b17c8a
eu|32|281334cccdc40adf82b93acc6930e980a2d5504c03414df8927566ba933e20528f9b3334fc2bc4203c3e7656e128fb0acd5d90f56ac88711eac0e11a3539db3f
fi|32|b4c480ae03dcd646a24bc6b13657eba28e27c029f1e6966e94fae63ddc31e20a02cccbdb844e1b1495d7a2e85a75aeb6391b572e5f42498d0e90d7b58a08a5cd
fr|32|f7be04e32e248346bc3138b1204388d2d520ebba3bbbb621efb94162b8e290189e485906e6694e6dbf9742b2d8dcd253f275f552150330178de25e63a4cb7fb4
fy-NL|32|a4e00a5c0486e96b18bec99da853b8e619663d4aabaee8ecc03b416882f388a64e82a9a0f6cbd9e708268888f6edf2aea6ecfb6eff093500c7f0ba2ce629baf2
ga-IE|32|ba0ccda731ea042c9c613782f33c2d36c4f7c707319ffd59edf9dc030ddbab7c7d3ab2ee8c5c85a3f164afe0ba14ba18cfe5e95b346168b1dd16519e098b69f0
gd|32|e9cfb5376f0af9a4787dfc1612510d7ed4c12507c2dd53b8ce06bf514945a5739aa151d0dd2d0290bf96c34d3ec0d0162ad68286ff7c766455d7c4dc769f22a9
gl|32|f6de9112098e7e0475818fc9277f9826d4f4349ea4689e6d4b68b3facfcb1ef0f3d7ad86a796e50004aabbd06c475b41219550806cb8e00870c05f9936eb4d57
he|32|4ae84d6b520558418a50100e8b8ca4973e37c9f9c9cd95baaedc1c347c52eba6130d8c3945aa865ff1516aaba8f67359f0e39a9a680c509c9932b509251effb1
hr|32|41031f3f490c766df710f2668a134a33125c5d21cb1d7947e3724bc33ca4515dd3f7ef560cab59df90bcdbd9365e9ca25c386639e6ded807eabe051e773b8740
hsb|32|67583add9b7b456f74b4cf2bd0d1ba5ddd9620aff1e32e1e9bc45d89f06e053048bbe85221536204011101c7e62a420005f8a26514e6a0719feb8461a390ea49
hu|32|a2a8393574e5427b0f7ecc6ca8862f4f984fdc38d3dbc4ee7d99a0cc52b5213daeef01a3f50db4986d4d029dab76d25c93f20edce990ea5cd8a7c1cff8a99e26
hy-AM|32|bdc784ba5d5b2c01a865c30a2bd2ed50eb18c960c2569f2a18a2ed195561fb85b1fd65c671233e693d76cb5b32feb063122244e15d2fc482431b503e841ad6fb
id|32|10cdf4a99f814b836977523a18a4fcfc2a75ea2d8b1114ca373a8adbb2423941d840b36705d17b91b1d915692c6e79f9e51ce6f8e947d19997f03d8813564e1b
is|32|d4a921dde7f8d07cc6109440606684e01dea3f9c6a077791e099e0917d4edebf6f78622813cc3cb8e5bb4b7c9c93ac20ae6097c3988755f616a4e8b7dfe39896
it|32|7ca3e2c24edfd9a271264a0c5f897b0b49ef74a8188a3b036eb88ffda2d9efc55ee5653fd60ccdd35b8d8813210057e4d7283a4fade239ca7173892b7bb1d0dc
ja|32|93cfcb74d4bd54de21120431e0271af6ba173c8017cc443dddab31d1bc4a0a857e8b640bbd01a6b15aa638693b8aa71c150f02e01522c7dc93ac64f860297b0a
ka|32|ab71029155a1d26ab4de3aa03317fcae445e56e2bf22888cd25c6f41f9d2a3d1ff7215931a012d3dca6001d6c33749d8220934ec4fd08ebee5cfa105ad1801be
kab|32|bb8860ae54318bfe5477e17f1cfe6432b3349356eef1c3306736ba91d8c2634426752d42f2de33b3cbea9cf492739f549d469543f2c4d7a21c7baf3a61c04e52
kk|32|8fb9a0455d9581970445eb8ef536c7d5dccebcba306ca52667149f8d02f619bad94873b8c63ae9e2ce2832f617d60147a8484c103341e9febeb672cc84a161d7
ko|32|76bb0ac7bec7ad0c09c40f615fa6a2474d8f86e6b27c8fe904e074e4a66d088361b81c66d80b18e9615b583bce2154328fbf76c4743323762ac8edc55565b3f4
lt|32|10f3e439d3bae6b5588f304577f5895502b8613d73a3c12566b68f750022c84e070b84af12dd722df2f40c5f36d30fadefc2f6b2325c0457e727989e85f8512f
lv|32|e265f27cf34f593822d8619c7afdd6afaca261559de803614a57ed424fe7eb0cd963b92e4e39b70e56058367aeaf5fa09322abcce0c91d16ce25dad53c452509
ms|32|034be9b1cb5bcd40f8bd20dd26954d14a660713863fc44546fba90d9c90681dba78f3e7da920201be36dcb2643dfdf89ea154c054099b7a07bc3da0ee66bd1f9
nb-NO|32|226f4045f0ff18feb6b9c910309650ac8b408b4153ddd54195df2940b1b5b23fe388cba994e536a7391c040c2751a87e6443582c81662c75191bf32ada32a44b
nl|32|b6062471e33c75b5b57e0e30f514b85bab5eae7cb5b657dfa10f978cd28630356226e640e5c542ac2519c6f593e56cf9c1bc168d333078e6abbc0be65683c873
nn-NO|32|e74f6efb81d278c9d42636e7f411e2f6f8331ddade074eaed94595c7b14ce9fbc35b691f5c3a7e9ea584d6ab3e740ce513066f5d4e3a6c17ebd922ab2752443d
pa-IN|32|b1c803126eec654a6b855a8f2041aa7ef2794bc9e9219bdb2e52655ad2a2100a160603099c36a1a863930f1c6128418286c6713ade8ad9987f1671036469cc8b
pl|32|9c39c4263ff1e47f39e970550f01f79337d2a9c7305755d5bbbe1da7d3e63dd623503961d03b860f8087cd80ff6b959d0ca7d671a08620f1b0e68f2284174ded
pt-BR|32|bb3fce37ffb742e9bbd0ca1a5b406271b9e0aceebf93a42cd2b8b7111d911ee46f7c50ff037012682804f688c163cf5a1666a750da49bbb107391f10bb1d6d04
pt-PT|32|bfc30b813c5f75febda9a17b6dc319241eb30bd6b5a53fd09deaf98407994e058cbf877297d17a3c43e3a23acbff50b004d6ab483ec64b3144580f89ce938e85
rm|32|deef07d752341fdf582695879c6eb0e292edf147ca5338ea6f3d1851343fd8af89a8518064238926c1ae6851522ff0b18bbad7989f9649a1b3f5ddd48eb5d936
ro|32|a207e0f47a090f3d41c64163528434b222cbb570b8bb7800114906844bbbbe1ab8bccf0c027a9f4c4a4d31b142de55da694580d50d13741d06040b83aed763e1
ru|32|c1121275fc5a9deee6e0a5a64de0ceea092fb7d7928adb610ffdc462174f990f678069dc646072a941336989de79caf9e2d0a5b6b476c70a987f17a899e0deac
sk|32|706c7871d7cf83b6234b7bcf7ddd87ae0359b5cbfda55d5de2f26733ee530a8f32ec3fe1465f675706a6c2c0dcd4ee77c0af3f38e6a353ce07c79c94566f66e2
sl|32|7663260f815c3ea3feaf42b7be55dbcf70d05196913cf4b382bd144e9c5e6d8a7e55bf0942fbc9e2e10d8a00f2bf02dc398662767058edc658a597f21c010bc2
sq|32|fc036482f8c69a4078e1ec7991b4752116cc306c700d5e7c5c821712987cfa88617d5d2d3c61244af3c7c1faa3884d2d7d7bd7f8d5589b4e3f8d0f440ea05565
sr|32|77fc39473eba347625d82059e352560eb0cd7088ec7a513d4aad4aaf93d1610092c1a96bfd9e3a997d972adbeb75944e09e8e788ea7440bbadaa83c61c659b64
sv-SE|32|555ee8b56ecd61e11869eb0a24799b6ed9089ea04e5e9eb6ad12aa620c74d78a1bc499c93ada090f0a4648d0600122e2424051b83bf45b7216d28be2225695cd
th|32|899e42d694e9754c43345379b7bcaae9104489821d9ff0975b49930281e5191c2bce1c2e0b6752dc5ab499e56e66b2c922e1dd12df35b136f71353f5308241e5
tr|32|06c1bd642f99c35cf7645a755fa5d42ccbb7cdb8990907673619ff17bb7e2648bed9e28dcee88873f1cb2881500a3a7fb466dd81faff80b0b7750c096e5a878c
uk|32|2cc08480ac3ad69a117febf8bf4b781b0b9d89ef6796902ac20ffe63002130a59795be2c1b5a188c1ed35a0db49be649d207790df51b8144bbe6c98f2b4691cc
uz|32|a92ffcae35b5504e8ee3678eda15e26732673ec85a201e543d52d79123eba83c6fe726c2f6061e2179c866008c0c1d946bf229abb7d5b83e15309789c3ac6ed1
vi|32|45d452c34f3e570c862d3954766d1ea336e281153c435a2d038f8505200a171d4be1070cb02c6368dc27895cfcdcb126db7eca26310cd68605fc0283917c2684
zh-CN|32|b034ba4b138a546b4e390e90443a026b6c2cdc66f38bcbaa6d8ef94ffa0ef77078bd3b09ab8cd8ad919869fa0827a7258939c2247ed03fc7f6a25cb1b5dbefca
zh-TW|32|5624ebde248d8f5386d78635cf621b5e0b2fadec7b074e5c43b1ac4d99505d0e104483dd772801fd05ab6789fc5cf58be6642be6dd996fb3365eff642ed509e5
af|64|8ad2b273dd25851bb65ab36dff7a64a90b1b6ec76ca98f0e2b12c2194b07698d7a0acdb3f65e046623c1ac15d9811bc59e7850c2c8385dcd3df00e5d36bb3f6b
ar|64|86b217df8ef68edd3e6cb25bea2223b844ec2c3e75801fe1c15c7bde8b2bc32d3205034f01a4169f1c5b3ab2fef57ca6aafd6ea2ecb95f44868c9abda0c9dd50
ast|64|a9b3804c89dd21d184119a456665a3021cbfd881468d67592b473da3777f3c9da2c6c63562824f09ca9d7a35f5d0b1d881bbce32eece7164eda74391cd49d069
be|64|9c864634c9fa959871d752cbc38f2d23d67dc22ab9b197630d9397c0837a99ae9a38647ee86cf63989b0b9f9456803d28b0f13ffce9393860a9c130b28846232
bg|64|3862f1428607b1017b7cfb182486121398b981684a7540219e4caeef5d6305e187eeda730765eff6a78bad5dd2cd21faf94fc2a710bf43a683d351cae914df0e
br|64|5925dbae3c5f7e3561712a2c52163fee0b80cce12c409294f73a1eb1c8cfd3e4b595613309133767f580c579f8a02875997c19b1cccc2f90865a0ac91c816983
ca|64|aa891697558032b411f93893b681f176e6432d06db1c710aff077b6ee4e6100e06e5b93912b68de0574c0cc082058781992920066edb6ffba048449f81557eff
cak|64|1e81c686f22976e23805c11a8931eab89f979e901a5b2eca74ee60d65fa7f8a98392148862949a6c0124082e28f133f714740ad1e349ea0c5c5ca76911e7492b
cs|64|23d69448663aae86ff9d88ecbc030eff20f4db42644b39ad26ace2ba5bb109ae0216f51b4e4c156d413f9940444d0cbf137c4194967d40bf81a1fa240722b09b
cy|64|fcfc7ccab46e433d7022a06cea43fc63dbaec7a7ae103da8b6c96e42133ddb6ee23d446e50a7f511589570a18236d7fe08b234b577117599d1c5f858da2efb00
da|64|ed0d2a244048e2d57f744713a4dde96f4dcc59f48d672c63f41e3d5b9064e76b16ee56e539e912b3006d372cbf87e81c315687b460a652e2f866dc600f5def8c
de|64|229a7c903a59c0ee90035a270a394f849c3ec3f05b3bdda2bc66955e1bff44fb84d4c14398e865e3d6b26c96ac946da6720e544b0cdb382dcb514c12e705610e
dsb|64|da2c9af7b398766f24ba2e8454264777b439f4e580e3c07d906429e06d7763243da68a2f862dca26f7e801729596ff91b245a4f45c455378b02cbd4bb7bae0da
el|64|ae03ad336cf2ee0b456cf83f9ec65a9baa8524ae1afc42fd82ee13d531670747cb5b27306f1d4e9b16a62ef898e78b0e61f752194d14db1983d88d59124bb3af
en-CA|64|ce0f9091e2e15a59358115166189771347c2574d18a288a576f980289343beca6c65265de74cea10b0bbac899596bd1f1974e4676cf2e9361560bb380cf253c2
en-GB|64|9674ab0c1bb61b6bd839ad8b10c152ac35705de23bb2f5e39e2abc21706c56b0507b3b1d49151d2341d6952d0deb120eed8628f3fcf9ffdecdd560dd7c057b40
en-US|64|87c5e6f28beb91e34dceb3daaa446a8e72c239cc7bee3373481b28d1c516cd9416c42bf6e69c293b6c5932b1786eb3370f5d9dffeb94a47cfd39a59fc1f6f365
es-AR|64|d2d55fbcb1ee4ae64cd51634eca1b9c68ee7efffe1c770efc1e6cb9c958c79c7925b5aed25887a15908ec0555144d52d7fd2e924a6db688b6d8a9d157070f2f4
es-ES|64|2bae4be61c9a284082f29189e92dfa63c671928f034b32732e5e8e120308846d22e98a7374683be56a043c872587a60828b40390b534fc1e33b7eaddaae4c907
es-MX|64|84d03f7e9a281550e962ee2b949ba1f45340360c8a33b07f418450e393b08edb4d15520d031899070e0438f3a48378f2c06c0c547ef7cb7ec358d38a3687a725
et|64|8bd00e5ee4a3c004e7a46bcb215f1563f321ade12457825f8fedf798ad31838d49fea2f1c187a553c7af979a858e170d1232a4f476c5099e06f052c9940c300f
eu|64|d74dbaa51dce08bee19e6c55d159c3e69d4d0a80b0a7efaf8c99ff18f836e2f9939d3b525a632610ba659a177031738847838b7cc1e8f3f452b3df2ab69e938e
fi|64|3a637176e145160ac6a89fad4d09f6e8dc985fc7e92b8d67c297cfbd0d7c08972b90e4a8e5523f04027cfbb8af4283624db7a6fec328b0c929a4119b1d210e92
fr|64|d75b656348e2dfb5db1801ad07705bb17167f2385d807460ff54cff58e050a5a6286bfc11153c4e9cac138df79dba927b1e202310c9ad307c94f0ac0a71d4d9e
fy-NL|64|2c2a7113cfb12ad0f7460186e364c91ab81d49b6b44ccc6fd1ac1238b61b70a08e041a2fdd24c2ddf4022096a58012a1da197e3f979561cbedf6d8f6520cb864
ga-IE|64|e5e29429e786de0e77cef16994f012a528ee4da07843cdb840259411d9bd3a8128662a322ae5157eb16b64de48f6a6a27e80ff6e8bbe47407c0e6b915f9e4226
gd|64|99d329dbe21facac9fe2c32cf42ec304d6a9b21ab0a8c5029f0c51ad7daed971d3eb58eec9cbac6c492304845d07000274fcf8ebaff3ae2b944fad5bf03ffd75
gl|64|15a6409e18afbe5eeb1a7a4705b1e3ac4c48478723cbddf29b9a8fb23de72e5e7646905e5d18e9f8516fb2f85187c7df8bb9ea5726b67ea17eb90da8248fe84f
he|64|f89c190a16784396ce357026589b15b75e0325852981fea8ad1edf626ccc58737e757e1953811019150fe3c7b846af36a9e3c6a55067b6f5b3c3044c5283a676
hr|64|79ef44da8e492d95ca563ae28d4d1057ec27a8167c12b8579bb66b69152a16c83f644001a962f63b803c5640413f46fd237285e45c6771a4d515c91838afed78
hsb|64|dd59a573ee76dd4f9f6b2ee98c7a7edbf391cdd6349ef6735d6bd3d911bf47b1b6c65a9f5d41819933430ee256f34d1f4466fcf11e746c1e5a6ad59ba0ea01bb
hu|64|f5f3bbf04035c21a2f2c19e687f8a6f1bd9958e5dbd6e665b7bbb5827ac68d48479700cb6c1d49dff4d2ff1180abf6b7d8f29b149453e300057459798ded7cd5
hy-AM|64|802fdd9b2da7e5ffb1bb1fcea084b2b965c0a6bc661336eef06ce03f3637d3858bb6a9bc8c5a39f872d29efe35a6f70cf5907bd11335f454305088e63bb9f992
id|64|8644391580ec2556f7603ee401722fbf8057ffd3160c7c180245f7513333164f8eb5f3070e3d102594189d0acdc5fd990942a6564af3125367a3dc13908da1f1
is|64|57b6ab99feafcc7395fc1041aeed0f1199e82c312b75f44bafcb8aa54ce0b8dfaa8c9a4ad9e6ac573cd15813d13ea88f492457d01a729661c1d8b8531b13c0e5
it|64|84f5c4cf34f95b84cc385b2d83bf72afba9313ce61366e5f811c45121c13ba03302cb5997a46ac236dc9ef76e1f588d0978e3508b38ab0d822f7345e99cc4d8f
ja|64|dbee4b22bf81541c5a96f4ba7235d7c446512c426e19169533526b9dd1da480d2643aa8e4a5ff7781d870ad386222501b18c989f70558805cee3450e1ec6e109
ka|64|09ffd5872c32990621792850631f3a71ad1e42006de21bb719671772c098333cceae3c084b1312939fbea25715de03bae978a67ead591bbe7e679f4ce75e0e86
kab|64|16bd8ba246e5823cb1deae0a9cc9a2c66c9c192f2ff0ef38b83c78b475f3b94b49a50aad88695a05a82a55f1bd18d1d8b420601c7a3c68fd78c199e940f04d13
kk|64|c9dcdcec258d09ab084469786786212c7539a38c4345c7064532f185edade8a888b1e143b93b246b92360fb93db42d98d8ab4081cf55efa29e27484a21452f80
ko|64|73192d267dbdd6d4246bdfccd7c563706a1fc21662013fee6e04c542f36c1e6d7235e73a1280f25d15f2c66ff3b7cd458bfe662f76b14c960bb934072444a436
lt|64|d1ad34c89dd551e3d9be2ecb19fce75231e9b8fef3bb62980e9138eb421edfec81f9dde96bb746a0d6e18097db4ccbf8e28c8e778668653f4253cfd8ca2ee0d6
lv|64|b452beeea84cf6dd80035dcdea98d59115664966b65af16d833fd4bc1a9c2c25a1effa3fe2f07c1af95fab839058b15c1a68e8791f5b8e2826e3b70ff81cfa25
ms|64|035b51567e1257195c675895151eb0b1d535fb10353256ffa9ec5a8aab8a938d31dba9773a3df8bf63bd304797a0e1c7d5a0b21882db80fa44e5ac607542796c
nb-NO|64|90683c0242682c01e5824df37fcab1b9e33114cd00e6aa0c5df5e6e87aa53b066107ff31595ede83f7bd60a2c1cd1438b92aa9151c718a6b666231534209918e
nl|64|e83a77b170b9598523d78332aa79dd0af01eab1fcc43db71121a884ab10a69d95bbb45ee1832245b64ed0f5357c6cbeada3505a32e6b5e1fcfeeb633de965bfb
nn-NO|64|e01e058fba16ce3369011bc3188784370df7fb8d5c28c94873b8f1fd2425e364dd1cf5934a262de5d210d364b81e1e6a123756e5acef8fdd793f1a8729e9ca43
pa-IN|64|5cfb1cedfdc8c4a8a9ecb58768a8073f5f3a6b12e70771c7616bddc3a2ef7c5de70a3610e28bab510daeba4a57303e7efdc73ad46833cf35632049888b99d352
pl|64|1800bb89100fca5c726d297e41641fe7aaf576c7fc0f028ee9f9af956ceec9c3a9ee26b29ef5cb2943e4e86afc3a142195c6bbd84bde0a77003b2462f3f2eb5c
pt-BR|64|d3a609baad525adc20cf66ca0506d64ff25f8a15489e2745dd0f3303d2adfe58140015eeb768707ac509ff7dc18cd56f728bf07a513b47ac6aa5d47963814e72
pt-PT|64|0866256c042051c7e87fdfa4a0a519359381acd00d19ac6330a136e7ec12d561b1dba79ce44191176c4c9a51bf5fd8ec6d88712bbfce0135450798000ab281f8
rm|64|20a728f7da84fcec26f45184d3e7d39094586f568dc5daa7b5ac1e2d00ecd44fa0e53bf562d2b3e0c2f776a63bc6a81b99ce2669704417cd5138622e72985b62
ro|64|76b7222745269241e4eb7d217948579ad3b5b78fe4f6aeae69fb4b64732f1d81be52064f338bb9b3a50e05ff094e7153ba45d9af64c04ba5a58375b783438846
ru|64|b92c6671155949e86192469f98fe69b9fa81c6e81912a3c705165f4399b48997c4443715e67788d0c6e9f284b3fa018ef8c0cb4b35822560f775b51943c482dd
sk|64|c5555c19894db442f1461538ea1c0f9a767596e24256dbbcb5e5d5fe815946166c98ea8670fb60a17a6ed6752f58b1381df6b80cdd8a158a1c5bcc0d9644c4cc
sl|64|bf0e13966e139b246a76395763134e2790820ff314e2b149c0f7173f7822296b1d4347ab68fffb8e7641fcd4f09d49771b4d15a9e2dbfbaea17064ac851a6d2a
sq|64|e1b9aed5c9c9bd2273cfc7c12d0ddd69fe8a833dcc225de062f988e06e67e6fde80c74449001ad3359d8710331be69a4ee64d2eac732fbac43a159f0a2d0013d
sr|64|bea02c2c83d7636cde33f6b0bc4ac0cbf1192658851e473b6e1f5a2422dcd44debf5d09420eaa1d360d609bdd519122c7ae1dafc1392a6fc2b81709b9d308d45
sv-SE|64|58a6395a7c50a3cedad4346cfcce7a50a80c81aaea6561af65c73582aedbdf757c73e64732136bf022ac0e6d7ee932b646493e5d04f0ca64940de5c27aaafdd9
th|64|31b59ba7112d4db0926cf8404f4f290d71d7d5514fa616339a057342fa0c201e063cc33c4beec760401fcd83d32795c11c202b1583eaf7455e832392549f52d6
tr|64|b1105e309fe8f7bef4bc8848a16766c0d85eeb6b31f4cea9cf1ca100ed78dd1563b92a29731f28dfacfc1d78605b3fc22364dbd74211fafc851ca95ba1ed9198
uk|64|a8df4bbe27f519f0507f134059ee7321d104ea9690b65ebfb64a27420ff12774d9ead96ebb67439687969d538f5a768339298c2f8efb747c888bc937f755b0ad
uz|64|690e078d60e5b598d7158f489f0ab55e99f7a27a0c4a6441ce175b4c290fb825f9ff6cc9859675454950cd75276efc416762d549870d9a3afa2a790ca9d57f99
vi|64|f5c9bf5cd0c52d0ba37299a80753cf76e4d76637eff72d1cc798b1cce033758a2d9056b8b5370bc60e6dfe3dc7b3332c44efbad71da52c145508fb599261aa46
zh-CN|64|77ad656e5be6a9f39c84247625eb5dd1c6f10fbe9c7bff7f02bd9b9c7014ff2758c186acb0e40d33915be5431dcb007998727723c56a85f747aaddd73701a8c3
zh-TW|64|d6362a9e718286397a82dc2dae63ca3010a5ecffa88053bc998b30f0f0088f8b00a1caa4fd4be9c903dd9482fcd7fc098e704b44d8af2234a8d8238aaa8f570c
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'

$pp = Get-PackageParameters

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.' }

$sa = ""

# Command Line Options from the Thunderbird (and Firefox) installer
# https://firefox-source-docs.mozilla.org/browser/installer/windows/installer/FullConfig.html

# Always prevent Thunderbird installer to require a reboot
$sa += " /PreventRebootRequired=true"

# Prevent RemoveDistributionDir by default
$sa += " /RemoveDistributionDir=false"


$sa += if ($pp.InstallDir) { " /InstallDirectoryPath=" + $pp.InstallDir }

$sa += if ($pp.NoTaskbarShortcut) { " /TaskbarShortcut=false" }

$sa += if ($pp.NoDesktopShortcut) { " /DesktopShortcut=false" }

$sa += if ($pp.NoStartMenuShortcut) { " /StartMenuShortcut=false" }

$sa += if ($pp.NoMaintenanceService) { " /MaintenanceService=false" }

$sa += if ($pp.RemoveDistributionDir) { " /RemoveDistributionDir=true" }

$sa += if ($pp.NoAutoUpdate) { " /MaintenanceService=false" }

$alreadyInstalled = (AlreadyInstalled -product $softwareName -version '102.13.0')
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) {
  if ($pp.NoStop) {
    Write-Warning "Not stopping running thunderbird process"  
  } else {
    Write-Host 'Stopping running thunderbird process'
    Stop-Process $tbProcess
    # We make an assumption that the first unique item found
    # will be have the path to the process we want to restart.
    $tbProcess = $tbProcess.Path | Select-Object -Unique -First 1
  }
}

$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-102.13.0-SSL&os=win&lang=${locale}"

  silentArgs     = "$sa /S"
  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-102.13.0-SSL&os=win64&lang=${locale}"
}

Install-ChocolateyPackage @packageArgs

if ($pp.InstallDir) {
  $installPath = $pp.InstallDir
}
else {
  $installPath = Get-AppInstallLocation $softwareName
}

if (-Not(Test-Path ($installPath + "\distribution\policies.json") -ErrorAction SilentlyContinue) -and ($pp.NoAutoUpdate) ) {
  if (-Not(Test-Path ($installPath + "\distribution") -ErrorAction SilentlyContinue)) {
    New-Item ($installPath + "\distribution") -ItemType directory
  }

  $policies = @"
{
    "policies":  {
                     "DisableAppUpdate":  true
                 }
}
"@

  $policies | Out-File -FilePath ($installPath + "\distribution\policies.json") -Encoding ascii
}

if ($tbProcess -and !$pp.NoStop) {
  Write-Host "Restarting thunderbird process"
  Start-Process $tbProcess
}
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\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
  Write-Debug "$($availableLocales.Count) locales are stored.`n$availableLocales"

  $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
  $systemLocaleThreeLetter = (Get-UICulture).ThreeLetterWindowsLanguageName
  $systemLocaleTwoLetter = (Get-UICulture).TwoLetterISOLanguageName

  # Never change the fallback locale here, this is the absolute
  # value we always expect to fall back to when nothing else is
  # found.
  $fallbackLocale = $mozillaFallback = 'en-US'
  if ($PackageParameters['UseMozillaFallback']) {
    Write-Verbose "System locale is: '$systemLocalizeAndCountry'..."
    # We need to use web content instead of web headers here, due to
    # web header helper does not allow custom headers.
    $urlParts = @( 'htt', 'mozilla' )
    $Response = Get-WebContent -url "$($urlParts[0])ps://www.$($urlParts[1]).org/" -Options @{ Headers = @{ 'Accept-Language' = $systemLocalizeAndCountry } } -ErrorAction Ignore 2>$null
    # The lang attribute on the html element will be the closest
    # supported language when comparing to the system locale.
    # As such we use that as an additional fallback when possible.
    if ($Response -match 'lang="(?<locale>[^"]+)"') {
      $mozillaFallback = $Matches['locale']
      Write-Verbose "Mozilla fallback locale is: '$mozillaFallback'..."
    }
    else {
      Write-Warning 'No fallback found using the Mozilla website.'
    }
  }

  Write-Verbose "Absolute Fallback locale is: '$fallbackLocale'..."

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

  foreach ($locale in $locales) {
    Write-Debug "Testing locale $locale of whether we have the information or not"
    $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
  }
}

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 11890 Wednesday, April 17, 2024 Approved
Mozilla Thunderbird 115.9.0 34011 Tuesday, March 19, 2024 Approved
Mozilla Thunderbird 115.8.1 27793 Tuesday, March 5, 2024 Approved
Mozilla Thunderbird 115.8.0 27116 Wednesday, February 21, 2024 Approved
Mozilla Thunderbird 115.7.0 36211 Wednesday, January 24, 2024 Approved
Mozilla Thunderbird 115.6.1 27361 Tuesday, January 9, 2024 Approved
Mozilla Thunderbird 115.6.0 29836 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 22744 Wednesday, November 8, 2023 Approved
Mozilla Thunderbird 115.4.1 25996 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 12347 Wednesday, September 27, 2023 Approved
Mozilla Thunderbird 115.2.3 19521 Thursday, September 21, 2023 Approved
Mozilla Thunderbird 115.2.2 21641 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 24913 Wednesday, August 2, 2023 Approved
Mozilla Thunderbird 115.0.1 27001 Thursday, July 20, 2023 Approved
Mozilla Thunderbird 115.0.0 23754 Wednesday, July 12, 2023 Approved
Mozilla Thunderbird 102.13.0 15990 Saturday, July 8, 2023 Approved
Mozilla Thunderbird 102.12.0 35797 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 26547 Wednesday, March 29, 2023 Approved
Mozilla Thunderbird 102.9.0 25477 Thursday, March 16, 2023 Approved
Mozilla Thunderbird 102.8.0 35689 Thursday, February 16, 2023 Approved
Mozilla Thunderbird 102.7.2 21417 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 36187 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 18374 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 11473 Saturday, August 6, 2022 Approved
Mozilla Thunderbird 102.1.0 17233 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 14110 Thursday, July 7, 2022 Approved
Mozilla Thunderbird 102.0 20681 Wednesday, June 29, 2022 Approved
Mozilla Thunderbird 91.10.0 31586 Wednesday, June 1, 2022 Approved
Mozilla Thunderbird 91.9.1 21173 Friday, May 20, 2022 Approved
Mozilla Thunderbird 91.9.0 26199 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 19926 Wednesday, February 9, 2022 Approved
Mozilla Thunderbird 91.5.1 23607 Tuesday, January 25, 2022 Approved
Mozilla Thunderbird 91.5.0 22089 Wednesday, January 12, 2022 Approved
Mozilla Thunderbird 91.4.1 25558 Monday, December 20, 2021 Approved
Mozilla Thunderbird 91.4.0.20211214 16784 Tuesday, December 14, 2021 Approved
Mozilla Thunderbird 91.4.0 18883 Tuesday, December 7, 2021 Approved
Mozilla Thunderbird 91.3.2 27011 Friday, November 19, 2021 Approved
Mozilla Thunderbird 91.3.1 14271 Tuesday, November 16, 2021 Approved
Mozilla Thunderbird 91.3.0 22530 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 28782 Wednesday, July 14, 2021 Approved
Mozilla Thunderbird 78.11.0 31889 Thursday, June 3, 2021 Approved
Mozilla Thunderbird 78.10.2 21026 Tuesday, May 18, 2021 Approved
Mozilla Thunderbird 78.10.1 19258 Wednesday, May 5, 2021 Approved
Mozilla Thunderbird 78.10.0 20992 Monday, April 19, 2021 Approved
Mozilla Thunderbird 78.9.1 18524 Friday, April 9, 2021 Approved
Mozilla Thunderbird 78.9.0 19266 Wednesday, March 24, 2021 Approved
Mozilla Thunderbird 78.8.1 21142 Tuesday, March 9, 2021 Approved
Mozilla Thunderbird 78.8.0 18875 Wednesday, February 24, 2021 Approved
Mozilla Thunderbird 78.7.1 22957 Saturday, February 6, 2021 Approved
Mozilla Thunderbird 78.7.0 17628 Wednesday, January 27, 2021 Approved
Mozilla Thunderbird 78.6.1 20305 Tuesday, January 12, 2021 Approved
Mozilla Thunderbird 78.6.0 20520 Monday, December 21, 2020 Approved
Mozilla Thunderbird 78.5.1 20567 Friday, December 4, 2020 Approved
Mozilla Thunderbird 78.5.0 18715 Thursday, November 19, 2020 Approved
Mozilla Thunderbird 78.4.3 14893 Wednesday, November 11, 2020 Approved
Mozilla Thunderbird 78.4.2 10862 Tuesday, November 10, 2020 Approved
Mozilla Thunderbird 78.4.1 9264 Friday, November 6, 2020 Approved
Mozilla Thunderbird 78.4.0 20206 Thursday, October 22, 2020 Approved
Mozilla Thunderbird 78.3.3 11717 Saturday, October 17, 2020 Approved
Mozilla Thunderbird 78.3.2 17164 Wednesday, October 7, 2020 Approved
Mozilla Thunderbird 78.3.1 16195 Saturday, September 26, 2020 Approved
Mozilla Thunderbird 78.3.0 5294 Friday, September 25, 2020 Approved
Mozilla Thunderbird 78.2.2 18571 Friday, September 11, 2020 Approved
Mozilla Thunderbird 78.2.1 16595 Sunday, August 30, 2020 Approved
Mozilla Thunderbird 78.2.0 9565 Wednesday, August 26, 2020 Approved
Mozilla Thunderbird 78.1.1 18425 Saturday, August 8, 2020 Approved
Mozilla Thunderbird 78.1.0 10126 Monday, August 3, 2020 Approved
Mozilla Thunderbird 78.0.1 14038 Wednesday, July 22, 2020 Approved
Mozilla Thunderbird 78.0 10395 Friday, July 17, 2020 Approved
Mozilla Thunderbird 68.10.0 17193 Wednesday, July 1, 2020 Approved
Mozilla Thunderbird 68.9.0 22050 Thursday, June 4, 2020 Approved
Mozilla Thunderbird 68.8.1 14087 Monday, May 25, 2020 Approved
Mozilla Thunderbird 68.8.0 18418 Tuesday, May 5, 2020 Approved
Mozilla Thunderbird 68.7.0 21870 Thursday, April 9, 2020 Approved
Mozilla Thunderbird 68.6.0 19684 Friday, March 13, 2020 Approved
Mozilla Thunderbird 68.5.0 28028 Wednesday, February 12, 2020 Approved
Mozilla Thunderbird 68.4.2 21221 Saturday, January 25, 2020 Approved
Mozilla Thunderbird 68.4.1 18626 Friday, January 10, 2020 Approved
Mozilla Thunderbird 68.3.1 18171 Tuesday, December 24, 2019 Approved
Mozilla Thunderbird 68.3.0 13340 Wednesday, December 4, 2019 Approved
Mozilla Thunderbird 68.2.2 34981 Thursday, November 7, 2019 Approved
Mozilla Thunderbird 68.2.1 16906 Friday, November 1, 2019 Approved
Mozilla Thunderbird 68.2.0 12472 Wednesday, October 23, 2019 Approved
Mozilla Thunderbird 68.1.2 17507 Thursday, October 10, 2019 Approved
Mozilla Thunderbird 68.1.1 17708 Wednesday, September 25, 2019 Approved
Mozilla Thunderbird 68.1.0 17547 Wednesday, September 11, 2019 Approved
Mozilla Thunderbird 68.0 25988 Wednesday, August 28, 2019 Approved
Mozilla Thunderbird 60.8.0 34704 Wednesday, July 10, 2019 Approved
Mozilla Thunderbird 60.7.2 18396 Friday, June 21, 2019 Approved
Mozilla Thunderbird 60.7.1 11128 Thursday, June 13, 2019 Approved
Mozilla Thunderbird 60.7.0 20025 Wednesday, May 22, 2019 Approved
Mozilla Thunderbird 60.6.1 45023 Monday, March 25, 2019 Approved
Mozilla Thunderbird 60.6.0 8112 Wednesday, March 20, 2019 Approved
Mozilla Thunderbird 60.5.3 11753 Tuesday, March 5, 2019 Approved
Mozilla Thunderbird 60.5.2 8087 Tuesday, February 26, 2019 Approved
Mozilla Thunderbird 60.5.1.20190217 9105 Sunday, February 17, 2019 Approved
Mozilla Thunderbird 60.5.1 4667 Thursday, February 14, 2019 Approved
Mozilla Thunderbird 60.5.0 10667 Wednesday, January 30, 2019 Approved
Mozilla Thunderbird 60.4.0 15308 Friday, December 21, 2018 Approved
Mozilla Thunderbird 60.3.3 9161 Tuesday, December 11, 2018 Approved
Mozilla Thunderbird 60.3.2 9237 Friday, November 30, 2018 Approved
Mozilla Thunderbird 60.3.1 11043 Thursday, November 15, 2018 Approved
Mozilla Thunderbird 60.3.0 10555 Thursday, November 1, 2018 Approved
Mozilla Thunderbird 60.2.1 16919 Wednesday, October 3, 2018 Approved
Mozilla Thunderbird 60.0 24439 Monday, August 6, 2018 Approved
Mozilla Thunderbird 52.9.1 15826 Wednesday, July 11, 2018 Approved
Mozilla Thunderbird 52.9.0 7459 Wednesday, July 4, 2018 Approved
Mozilla Thunderbird 52.8.0 18801 Wednesday, May 23, 2018 Approved
Mozilla Thunderbird 52.7.0 20347 Saturday, March 24, 2018 Approved
Mozilla Thunderbird 52.6.0 23730 Friday, January 26, 2018 Approved
Mozilla Thunderbird 52.5.2 16330 Friday, December 22, 2017 Approved
Mozilla Thunderbird 52.5.0 14512 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 12713 Saturday, June 24, 2017 Approved
Mozilla Thunderbird 52.2.0 6005 Thursday, June 15, 2017 Approved
Mozilla Thunderbird 52.1.1 9439 Tuesday, May 16, 2017 Approved
Mozilla Thunderbird 52.1.0 6390 Monday, May 1, 2017 Approved
Mozilla Thunderbird 52.0.1 7228 Saturday, April 15, 2017 Approved
Mozilla Thunderbird 52.0 3994 Monday, April 10, 2017 Approved
Mozilla Thunderbird 45.8.0 8815 Tuesday, March 7, 2017 Approved
Mozilla Thunderbird 45.7.1 8735 Wednesday, February 8, 2017 Approved
Mozilla Thunderbird 45.7.0 5625 Thursday, January 26, 2017 Approved
Mozilla Thunderbird 45.6.0 7045 Saturday, December 31, 2016 Approved
Mozilla Thunderbird 45.5.1 11794 Thursday, December 1, 2016 Approved
Mozilla Thunderbird 45.5.0.20161130 2138 Wednesday, November 30, 2016 Approved
Mozilla Thunderbird 45.5.0.20161128 2316 Monday, November 28, 2016 Approved
Mozilla Thunderbird 45.5.0 4824 Monday, November 21, 2016 Approved
Mozilla Thunderbird 45.4.0.20161024 8494 Monday, October 24, 2016 Approved
Mozilla Thunderbird 45.4.0.20161023 2221 Sunday, October 23, 2016 Approved
Mozilla Thunderbird 45.4.0 12298 Tuesday, October 4, 2016 Approved
Mozilla Thunderbird 45.3.0 34635 Wednesday, August 31, 2016 Approved
Mozilla Thunderbird 45.2.0 52859 Sunday, July 10, 2016 Approved
Mozilla Thunderbird 45.1.1 556 Monday, May 30, 2016 Approved
Mozilla Thunderbird 45.1.0 463 Wednesday, May 11, 2016 Approved
Mozilla Thunderbird 45.0 438 Sunday, May 8, 2016 Approved
Mozilla Thunderbird 38.7.0 7795 Wednesday, March 16, 2016 Approved
Mozilla Thunderbird 38.6.0 5839 Monday, February 15, 2016 Approved
Mozilla Thunderbird 38.5.1 6098 Thursday, January 7, 2016 Approved
Mozilla Thunderbird 38.5.0 2781 Wednesday, December 23, 2015 Approved
Mozilla Thunderbird 38.4.0 5542 Wednesday, November 25, 2015 Approved
Mozilla Thunderbird 38.3.0 5682 Wednesday, September 30, 2015 Approved
Mozilla Thunderbird 38.2.0 5540 Friday, August 14, 2015 Approved
Mozilla Thunderbird 38.1.0 3977 Friday, July 10, 2015 Approved
Mozilla Thunderbird 38.0.1 3301 Thursday, June 11, 2015 Approved
Mozilla Thunderbird 31.7.0 1883 Tuesday, June 2, 2015 Approved
Mozilla Thunderbird 31.6.0.20150405 3657 Sunday, April 5, 2015 Approved
Mozilla Thunderbird 31.6.0 789 Friday, April 3, 2015 Approved
Mozilla Thunderbird 31.5.0 2896 Tuesday, February 24, 2015 Approved
Mozilla Thunderbird 31.4.0 2556 Tuesday, January 13, 2015 Approved
Mozilla Thunderbird 31.3.0 2431 Tuesday, December 2, 2014 Approved
Mozilla Thunderbird 31.2.0 2439 Tuesday, October 14, 2014 Approved
Mozilla Thunderbird 31.1.2 1467 Wednesday, September 24, 2014 Approved
Mozilla Thunderbird 31.1.1 1074 Wednesday, September 10, 2014 Approved
Mozilla Thunderbird 31.1.0 987 Tuesday, September 2, 2014 Approved
Mozilla Thunderbird 31.0 1544 Tuesday, July 22, 2014 Approved
Mozilla Thunderbird 24.6.0 1508 Tuesday, June 10, 2014 Approved
Mozilla Thunderbird 24.5.0 1550 Tuesday, April 29, 2014 Approved
Mozilla Thunderbird 24.4.0 1511 Tuesday, March 18, 2014 Approved
Mozilla Thunderbird 24.3.0 1097 Tuesday, February 4, 2014 Approved
Mozilla Thunderbird 24.2.0.20140131 514 Friday, January 31, 2014 Approved
Mozilla Thunderbird 24.2.0 876 Tuesday, December 10, 2013 Approved
Mozilla Thunderbird 24.1.1 627 Tuesday, November 19, 2013 Approved
Mozilla Thunderbird 24.1.0 631 Tuesday, October 29, 2013 Approved
Mozilla Thunderbird 24.0.1 627 Friday, October 11, 2013 Approved
Mozilla Thunderbird 24.0 602 Tuesday, September 17, 2013 Approved
Mozilla Thunderbird 17.0.8 672 Tuesday, August 6, 2013 Approved
Mozilla Thunderbird 17.0.7 600 Wednesday, June 26, 2013 Approved
Mozilla Thunderbird 17.0.6 586 Wednesday, May 15, 2013 Approved
Mozilla Thunderbird 17.0.5 556 Wednesday, May 15, 2013 Approved
Mozilla Thunderbird 16.0.1.2 692 Monday, October 29, 2012 Approved
Mozilla Thunderbird 16.0.1.1 446 Monday, October 29, 2012 Approved
Mozilla Thunderbird 16.0.1 464 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