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,189

Downloads of v 115.0.1:

27,001

Last Update:

20 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

115.0.1 | Updated: 20 Jul 2023

Downloads:

3,518,189

Downloads of v 115.0.1:

27,001

Software Author(s):

  • Mozilla

Mozilla Thunderbird 115.0.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="'115.0.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="'115.0.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: '115.0.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  '115.0.1'
end

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


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

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


package { 'thunderbird':
  ensure   => '115.0.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 20 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\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 '115.0.1')
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-115.0.1-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-115.0.1-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\LanguageChecksums.csv
af|32|8626cf94d6d7158e675addc7d4d1c90c896a6136a88885993fd88364f7795ca79f8f7f8b5b578ce7b54f099ee484d8f505d644ce8e3f0c5d7a7ec3f1fb4ab888
ar|32|0cd1731ccad6579cb58fcd9450b062f79546027fa01da2f2612659efd9421811c0d4a9bc4fbddc27c487a7b73208c415bff810a4c1753ab6f37d4f8340b2bac5
ast|32|6f6c5ab5de3b5f304bb1395da20481864a901d8160e7c1de225282e9a515a186be4cd0da47073eaa39f3ae2422b8a31863213caecea85b6fc6fd1e07c444a785
be|32|0d5e7fa7aa65e11fa2c46a411e4dcce477aa8a089a8a8329302bc495d8d63bc4c4f189fa9962ecac441eaaf3976620800a2de0b88cf1f566b93d2d5aa66c12cc
bg|32|1b52ba5f53e14e0701bbfa45502299a6235d40d8b7552d6bbdec97afe6219695ebb59ab6507af5a0dc0cb0ce422e63c466fd85ecc231c301ef715a75ea79681f
br|32|c6c07c627d636b872f3babec671ef74c5435cd8d02e0464b7c23f0faa890bea5853e81a79df102eaae72bfdacefa1a641bc7cd9d65902394727760b39e77d4b4
ca|32|dfd231410ac09c36c95846d43058364db9519efc48ec5f8ab1d26f30d28a3f3702cb94e92f0369ce01a1d3ebcba7631cb0888f37197e47a75fb5f27c83ee8aaf
cak|32|457dbe36577ec7e50066e0b23652f8814f06091905da20d5c4bae8aea8380a0fef7d7e9838e8796b1cc14ec62c4810e8a9e53cbdf5ed8eabaa6941b82d4be942
cs|32|9a5653287743451c23becfa407217f792ed39245530c99b4afe8faf11572e07b17b87982b1aeb4c020c9d681e609ca2400d97be5032670b43e8116052a658709
cy|32|81fee58875f43db9837d98a5719067a0af9bb7492271879644c14cd3b61e9c87905e33f70bdd925ea844b5a0dd9d8eb7284d597114b52258e6be1b5fbc55423f
da|32|e07d2c10aeb73ff76e23c23ec01b69f1a57464b8b6a5308430f5d1961f1de6e69c9e4b5ac323a67d4542a974cf1c8d6067935d1f3dede4f4b92a6af62758e0a1
de|32|b83a59c2d12246212f5fa2dc652d95cd99ecb54f20ea13bc2760c8bf2597490753d1bf8f3e28113bc2548e2e9c41ca1c37dab982dfea158ee4a00ceb00af3818
dsb|32|2520b75dbc7566d810a51e36c44c9b70340088e5073dacafa3c11b9d0446e7a6914c655a21254f27a352ce22d67ccf468763b8d0655ec580f28900d3c77a2eb6
el|32|147d349d2c53a3f94e3247607f144325db698474be15aca70025daa2e57e29d37e2c9e68581dcf8afa9985a368b15232862ec831a114ce4f35e900cee24c820c
en-CA|32|1d675027b56e9e69e7c5cb9c6064df354fa0d8c756abc1ef5d7364469d2bff8ece27f29ee6a69c36f3cd3aae5de378f12ff42949fb5f4b3191f6015949f9e6d5
en-GB|32|e7839e193595adcd64cae7f86e6010af1026459d29c188418a6822d0297dcfdc7e0297799af51bc985cf9f19033e87d69b5401728916efe3e3cf667ca8fc880b
en-US|32|8909cd05471cb3ce287e9d8027f36427e821f344b2dfd5773b5b246e347472a708ae1981f4c31a9c61e07170859d0839cc01795ec427ec41640398d0df50f38e
es-AR|32|2d7451ac67d432fbb6610648b76de5fd2b078e3bfd3da8701e1b74c1ab14314e7d781bf8e115e45fe10274e33140172bd5dc5e55b698b93e8110ebeabc37e1df
es-ES|32|3b64f84c4b5316d373209b2c0ddda756450e043f3c7293182802baac9bb1c2d249ea0ba80f8e4d88a3b8d651db66f7ceea94fb05e11b05bdf5553d3d7a1ac59d
es-MX|32|01eec8102ca5afa8fbf4602d86a2eef54dc480319633f1d61b7d917ba2df706c182081f2b57123fe70702f34b0ea94b20d1dfb6718e91fa7518f6559ce96a399
et|32|bf43daef0120c8ecbc02fd36a7da0f24c3b6983c241c4b50b57a59d783d2fbfa1069f88eaaf1f5b409c9ff5e9892c59fcfa39b05268ada737b06148dea53167c
eu|32|d6d1cd43c43caf1aaf7d421ce2ec85eed959d73ac845a1422606388680de16a5ae1e11ae0d8a97442b38df6e23f8f173e72832d3807678697745e3ef18acb881
fi|32|a03b5163efefb4d95394b11e1aeab63b50c15490153b53e7e221068e7506e7eb509223cb645d06e5e70a4c40d8e31c313f3b8acad7f95d1ec996c4d43a3d05dc
fr|32|df8738bc9ba5439e470145f2874bf347da9aef9c566c0a5d49795586f5847a63918cfa2e2173d814babb9dbf9243314155a7861c6dae74582351de56d06b9476
fy-NL|32|7067afbc4ad74e9a83fb69528fbbfd9cb24489167cce6ad87cac9a780c71c8df2d7770106edd543c284963cded624f299e1c4d41c32ca8d233223a9bd0a0745d
ga-IE|32|444a02cd9f1cc1f88d4bdc55847572811bf7109916f8a0625d3b7757895856cf30b9c834271bf5f81630c93b90f4fbcd57ba62b8c37ee29cd1e8d021493e1c20
gd|32|975f9b6caef7500b7b1a96b187f6bba9a6305ce15e082efb1193db2dd494ac2b718532f463a9ecf09575cb9d465612060ff9c180821d4f873b7988e59db674da
gl|32|17ff262d2b3280b4bde8ee04242553287caa6b1cd68bcc6b2c108e77f4faef1d253a020f67570b7055f385dff5c595a0ff7721b2262a80169035e0b2c3a20297
he|32|c6b916aee1bf8c9b892653b51c599c37657e3d3c034ad9b39d2616df9be41ec30d29870203f8bc9d68b827957026edfeea21bc193d03c8332d7de391a1ed3647
hr|32|00f496515f770c3879bf7890e4eec4359c484ad6e37b4e4d26652de2771376b583e77a996fad9a01d311e22e960060654a4cd192250e40e874a680421e84fcbb
hsb|32|d7df8364714c3033355b2dd88d056b392c1872f93e4682c74ec321861db4e7399770fbd1b4bf65e6b716bdf21da8abde11c0fc8dc969b469b3d281d59a215d63
hu|32|fa3a4b3619e373bd0ed72392947f919048a48b44963d6b49f66cb864544de645c4caf1b4f8da43d1ee6884cd0b648bcca3cbcfc331330297a9d47649a7477294
hy-AM|32|9f301a361237eb90f525674feac2c518da14ff7cc57df3619ecca1ea267a76757f5746403c2fb0232052665f35f98ac8da28e6ae6e53a64b0a5cd689ee58f296
id|32|5c4d2cac52df9ca58b5fdbc9f7d2dc4f68b9a32acb48a8cbeee3b73a3ea1215d5e50f5bf6aef0e48561b85cea4e47b28c5b0407827b7808f5337516309fa846b
is|32|c6ce4c71742145abb9b10a00f7085b2b4df4e580a76ac7ef9302d0763b0bcfe1ea4febbe30a09d51bdbdac90ed065763f5abf74df902e2f5ecf281e94921fc31
it|32|3294e0d49534e27685dd3ceb0222e9f884ee3154d9c1fe34644b239f1045dc3d19b2ab251db535b3000dd835f762e5a2f970c86deb1a9f5509bdc381383c0141
ja|32|66fda547fbdcad176bc3706bce1b9b708ce9c3ee9d9224c162f276a87b5e364e09cef584dd345fcbcf5eb0e714763d7f0cafaef9318fe0f431df778d033b6da2
ka|32|837879da3e09a9fd6d0bfe1bad0068414e6c6d9dc21bcdabd8e04c7c97be5c9f5525c2ca02547dd280d6966084c3be05efa9b8c10e961e72a6bf7139727ff625
kab|32|04db0429990d7a9ff77870ba88025e30b462b9a55585e1c1b6e893cae0fa38db700e9cf39e0a30e94d2745f608f354ad4a2babf341fe0986cf926e017edb42e5
kk|32|cb3983ab4d813a8741a266a4729cbf2f101b0c20692af74a65eaa85e980191d37a52c1361d6914ff671b57470ab8df2669609981c0894b3d7499196cc8068b67
ko|32|a72f94d72c8faaba806c07abda5137b7f6a98fbb17fc448e4ab7451e4852b1d2601bff92e070bffeeae06b0d1c145373a161371442270655660bee27e136e5bf
lt|32|ef45c05ac2ddd8169d8f1aaebeea927b3d0a107c1adc9bf7f8936cd97f25fff77108265bfb9f143af67c08852831609bea39ec77161c2af82d06e1a95ed65663
lv|32|23da6f81a80efffa15564552c5b499e5410a04b04cb884df3601a3d306ba8e9ce747ae5b577ac49ea9881135124d5c5c5b75342b3e1b0eb3f57e3b647762ab8a
ms|32|3b5f8a72307d6aad8c6db6ca936e0577b23dbbc1750f344791032ad55acfcf89dd5e85a7237aa5ac2b94de51f6b5e96d8cba9f78bacbee90ebd846587fecd44f
nb-NO|32|0f381eaaf7ba1bee7db7984cb5aa996f526a4b9bacad02207fe4201ecccf0626480eb56fc5357e6789ba55bc9f0f63b58d052f5ad5a55930611129a806275ef3
nl|32|9625a67cf98c276e7ac7da7e9edbf26adfc41dfd4c48f5d002658c27a821c53c4fb603940601f94f8fffb2cadeeee7d590fd78780b69b6687eed3d5314cd2903
nn-NO|32|3c1fe500200593410cf5f65d3aec4467caf91629d273771b38c3c8ad5fdcfe39cb3587a881d4cb0d1b71f0efc14fc7dcbabe76a408899ef6320ed05825848a88
pa-IN|32|b06c6683366e344031ebe10a16b813906008759fe9007f75998458961c690d9c60af6cfcd42c80e6f13b674c80a3b2965b24ec95bf25a6f4d86c1f67bbdc0580
pl|32|c98d6e41cc46b2228b5916d6096bc43f6a8fbaa0a17a8bf4b1ddd4395a4d661eb388e79a2bc4eb8caf0dd11b0d39362451ee63ffb26f63e61a23b7480765f91d
pt-BR|32|9efaf3bb3d1e10b3618e257a90c133803c5e27f606b2dcea3be48dcd5b447a7409a675765b1eb518db096081ac787edd09218f47efd74bd1a9510e937b3e454f
pt-PT|32|18e66d168aad4f08f484a0aa52af33a9f796ac3593c90798d15920fa74ccc4349847f0fa4e032e6862db72a81c90b2df53c8f2e03152a5d193b7025e5aef9b78
rm|32|6beec3d5b5ec618014a0952ef9812792fa205e1fa3652c73a8ac22df63cff483f71438e850b56eaa8625acb2e8bfc256c3d1c1ff8fb82d8bddab980d993d0887
ro|32|25cc686d4b4d87f0198ebef8218ba2c8f8d8d14d8fd383796f2c9243f66d80c889fb4ce4cfa3332944086fc875ff222a48a6d2f10946a487a5d979e919af6d5b
ru|32|92505e4fae7685ee7d1b5d69b85722634564b3ccc2b6292bb5135d34150b315dacfdbd64384ce5dd39f107e15e5a4d677f0146fd7142a0c960f68f2a48a14d5c
sk|32|9b8a280e8317b14852bb18b980d585381524c55caab7913d9b492a7128f808d084d9802e83439a813fbb9c190881ef6ca09ca8c8994c4c46a161a6111f44df84
sl|32|f304ebc4d08acb3836667a41c7416ee715e54a649bd9eeaa31a473c927f5844d4319ce2e7a20dce1428905ac7eeda0349b54200c7868ad12fd0071034120e719
sq|32|45d836f5455ef0409cace54dee77109a5369abab479e1719ec03e0488a3e74e440c1e083d1713e62a8b08d0cb0e974a269c401d808d8abc433155ffac8a0bf4f
sr|32|e996329056cd1b0be96e487065517fb3369567c28c2cb6b08e14f587f03afb621dcce7c6fa9b439c1946583bd34d212f5051c424528c8a8aedf2e419e91d8395
sv-SE|32|348ea13bd2547bbffd5d33b9d4900962cedcdd1a70670f1a5fd91d8b51a7b59fddf532315828bb2af40632d1a5a938d304747bedb2f937913ebfaa553dbd38fe
th|32|2ab10eb78cebc992781a79b0f30fa32d57aa8989670f0be0c5f8e873005ec2afc86e1bf12e1d8fba9afb40f4eff9a28b6c6edd45a64008b254269194cd7aac27
tr|32|9020390b9af47fa77beef0c70e1f16a1c35aeb2d3b450aecb4dac6334a36edfd18b5ea2f3ffd2325c6a384b18fc1d464d264677c08a018e6f5a259ab4ab00bdf
uk|32|b20733b7d2e933c6bffc2a7bb3c1d88331dbc904138bc322ce1c5132ae0d01ea5f6f3b129b6308ac5d0867bd7a9cd47c2344ffe3fa67f4e4022e6234388db17c
uz|32|4323af1f77d2e941663effe2a72b75676a6c6dcf1580c69c1009a43bd51f48411045dd0cddf3103f40ea28ce78a90ac6ec5c0489d715aa0217124a16506ba3af
vi|32|0e76b56ab4e150e5e55fa9cbe5f1eef627bf9e1b3c1dddd91b8ee7cb347eab329593f364a6a0cfaf7221f6c15f2e463ebd7ead1f89ecddb2795e107d974842c8
zh-CN|32|270226c776b85cc03a43fe9ad87e2ccb048d6afc341ed3f4b2b949b082a5343545102341d58549292f2406d3bd9f3715cb59077bd2ca404dfc3e94bd70d587ee
zh-TW|32|c5612bcf291ce1cdb706b85864a1f58638638d4e3b7acfdbbe3bf9a52843e7746cf7b7c927eb5d995affa4a7c584c3ec415535ff1c6ee56a590177d093da571b
af|64|e9261721cb3853821d3a0041ceaf9d0b145983349cc8b407c831c4fe93cb86193639e063fe68d6016b7da138c733ad40f3ae3bbe7b969da78cdec837803774aa
ar|64|377d0f389b334481b026b7f3ec7dc0ac89e4131ce1155910d8b4c92699d5446722b5f6bf0497ae5e4485df5b889d6b8fdb932a842fa1c9247e91d6b1d7108d8f
ast|64|92dbad2fd16472dc8fb25a72bb46d02cc14237afaa30fb41ea420a0cb1bf6a565fb49f8ebdd2ca2dd3779c845a325ea659bf42963b3f6b5771ee05b6949ae540
be|64|529f164607c8db6a31004317bee42cab574141e9e1db8098f7030c986757d7ad9fce37d5ed3a6fd219e1bba931f7a4e51cf5a0d3e418c33cf117be62295ca071
bg|64|0a5a7980ebed71c0e8419df68c3544803bd43157d9bd9601a7fe9af310b9278ff40011ebc39eb6d05951a901e2387a82130e6de733fd2b8b512276e8f62328e7
br|64|456e563596a46730208c4245510fe146b70d9cdfb5cbb09b8bb82f1435cac841e73ab981a5a717c7f12005fa46591535513ebf450c5d4e2425a269560c75c759
ca|64|e0c0168b14b5dbcdd97c6e7d86150a10841246f3a1ec2fcc7208663367724c2738777251f9306bb3ecbef73dabd3b7d9a1cd8739431d2ccf4d26900f108f07de
cak|64|6e0fcbfa9b00ec7931f8938ad1e83db64a59db6d682bc96de01ef296b7df677e29e0125ee7c57da7814234d0a50b61c6b32de4e7651c525a8a4086a3d0f488d1
cs|64|57b6d5d7ee6cae23b257d0e48e53c607df4577974335c7deb7562652d8d37871864d065fe93dedb76f4a1440c8749bc804c7b10c6ed74e2882f5ce4566d86c22
cy|64|311cd330876901f8b9a0c68db10d8bb5a0e45494761b89004d3a4642b5e89d4395af5dfd53cca915baf5e0c486ceea5ace46531905f6ecdb84c5e7dbc770f7f8
da|64|44d8a7cc6c56dac03e72611ef7698afc26e14c7a2dd78ff566b5d7a2260f9a47edf04d0841c9557c0a3c6cb446e12c4f6b2a8f6750d8ca43262aaa987d4be22e
de|64|2643898babcf180e94dfb0b740927471383060c184c41833565259d03c358ec4e735f3a7670bf98f901b7f6056324c4fe1e7ea9c6e654c4a279b0fe67680b8a9
dsb|64|8c567474dfeb9673ddfcd2ce1d74cc57b98ee8902af75964b9e504abb20ed18ba3b6a95449f3e13ff1508c213d1d853a70a909a7243d9146ce4db8281402c5eb
el|64|41c14911fa3cb36be6b2dc61bf3e07a2346a6e968273631228434404c980d036bda0d6587c32a7c7581ecbe65afa42647b041bb34c2d282900db1d85cb4254ea
en-CA|64|7a31d5d07d27b3b5d344bc33e187e762c77311fe2f0b33679a5ec573e52415c6d70f5b4047b7042875ba85bb0354bf06920c0cb826a0da55c25ada45e5a3b9db
en-GB|64|4e2688a62fe430edf18c7d00d6b3a40b58317b21a6a048646e71de126c6722688d8539fdd10bdcb2c687126611319153e9bd161169569cca2650c31da0565b04
en-US|64|55c0df72a8b2b8672129190130a5678e6a022d7d915f106e4d70da9bd50661dd55d32982d8ff81f7692e5aba5e1e686a02272ab3b213b2b2eead3fea5d978454
es-AR|64|814416ed26b8bb955f890c22d1dfe6c4b5c7d9abe13e211a8782503943e643db3ca57869ebbf816d241c70f1920ea770d70ecd102bc74a86741dd6fb03a6e2f9
es-ES|64|18862454a4828ea5b662d33b406b7cbfd92fd10dd50d4003c096a55c5ff870f2794ef8d68da442e6544acbcf5d7d86d1dcbf95a3f238a5465029f5941f5bec30
es-MX|64|a9be67c1cfdf1cfb1ea67121ba9fe6b2223eaad87f816b8519ab3ffd499a76222fe0600c0f2d64aee8e9e14632936fba94e15a72e206ace8cc493cb17972d550
et|64|687c8e82538dedbbf57d98d7e4734b6d64438a625adc79d07b382591f07d3c969d6910903f362545ee036c7372c096557b510d54e603d8f9bce3bca38da0aea0
eu|64|215269fae44f9e66f69fabe2d7352c65883fc532e5eecc3f2efc4dc776cca916260f0e6ad8930cde2ff44eb620cef1bd5c54c6306c3168647290d60da79914cb
fi|64|3747e3949fd0884f2a581f96578adb1ecd5ba1341285885feb099fb548483cce2ef3ca5daee9d16f7d8970b5b6d42b4fbb39d836c8649d77dbae50090b62e81b
fr|64|dbf8c097cfa6e341c3c0ff683f80a3ad5db0d199c6c105da5f6d55048d8c037e35810b57270b50c8fd0f299a87dbdabf761ffeca28ef2eb27f84d1513f0102a9
fy-NL|64|36668806de154bfb1763c68c201c386a6771bbb03c9d1a6f15dc13ce8de423c95623ea7eb56e07e9b93537bce9e9e58c13d24316fc6c9b1d5afe38684953fdca
ga-IE|64|4a3d273fa8d2d305b1c64e9dd85f44a82086bd536385f12726f30c9721fc3d6cec6c0541995ffde419a8d556168b119e617b3509f6dec5c64b805c8e4361cce0
gd|64|4766c23172898880cf47333b70de2fea8d432e702cac2b5c9173f1947852310ede5ef2bff1dbb94e0006738c1ddfe62689eb0da9748c5d4044f22ff3ae65330b
gl|64|f52d9a88a87113064cbc80daa8b3aae08f955d4ef02d6d24d1b02b4d10f6909b5bf735348ba9fe924ee79b5d815dd527135db93b536091ba14f25a214342328b
he|64|69437e7d2399b22cb345b17e1ae008d19ca4ebf3958037e86a506fe3bc7b24e33cbd9420ed9cfbc545fbe3e7006bfb1a4cff77cb35ac44962620b81742415a17
hr|64|888ccecb4d64f52bf368ed38e80e82fda5a8bfdd13ecd2c4e5018432dcf4223a3b83446d6057a33392050958add27bc73989b4fcec53d3fa5bc9c15b24c09ab6
hsb|64|8e13dca245dc8b172465803f9964e3f293d2ccfe321ecd751ee7b39bb6e8335a1e03ab1596ef86cbd5c02c60c2467878ce88bcbad666b564dde95ed0e96395cf
hu|64|127804ecc5810d461c92bb1ce29f9589ded0746e6967fcd50816ea86ac88c40abd0653a7dcf1e72584ec4e13e24cd7377690abcc39efa3fb75e25e80bf2aa350
hy-AM|64|0eeae5ee89d13836b8a1f02982d11d072be93deea12b2080c89268bf62be70d87561c90e8be91b037cd0922bdaab298662a9819ffeba33532d21e11464c3e21f
id|64|ad37b4bbc95b3c10a4ab00c6fb930ca42baf5ec57577555ab39fed29c6dc39cc1a13472f31876bd6cab828afea5a622baa4a9df5bffc9d58e9701e19a84ce097
is|64|445fe33b60a33610e51241b721fe76268fce0f92635001a164978356fef920981b94dac53c097f033e561375fe8eadeb7ea62691333da686269b563639275ee3
it|64|299b57808395357e25bd100816a9dd6ff67fa411c45189b38a01c2c4890af0362998a8809edc35990f31a31803f9b9f5d8ff37ba2793e58339ad8b1b71844fe4
ja|64|2260ab0b7006a1c80c6b20c6831eb46a2b9c03ec6c0a862c041cb4eadedcbfd891433630110c0c32daa3e12839cb493599731d8385f99c32dc1aa262630afc02
ka|64|29051433b530a33080e1c92b7386a73de3de51f26011015350e8a4650e54b7b05e6c7fad88d9aff19e55e92ffbe24838f61f9c95a3ea5d2efee5f201e132ea09
kab|64|d397d0c1d9f1c792400075a29eb7271b688ba5192359f2967f1068f3b712d1d91500aedddaacf7e161fb21d0cfe2a0ded7254acbf19b5f64d6061fdc0227f8be
kk|64|b582a279274b447fa7c2a7adce5eca15619479a99732e2b7118b590dd2aa7e4fc8621d5ec995348ca76b3081a64f06db0c97e59e8bc26e7a50554b5963554d81
ko|64|10c5a106bbd18fe9f1a0ae9792ffe6dee07b8b1c5ba346c590100205307b74c65cee1754347bb429bcfe3a0ed17b5f475d80bd547ce6b42745d533f88c9a0193
lt|64|80e822128c9e80bdc5d7918c802c23ec221f46d97b135f2592601f7f2ce3e4037b2f9c0e854606507d19e43518184483223dacf3d43ae7312994413cfa584c91
lv|64|350088c44f4d817ae1cf5518cf957253f1b0b8431be9a521b8bccc7e0f8481463743e7a78629c9f56c7a40bebc5d739e95b1e8277ce1522a750132fc95f5412f
ms|64|f767602480995460c3078eb3b41fbb1e86af6924e37fe7a77d044fdeaf22b3c5b97484409bf96c844b8c05437cd39f0e7636eab7bcbdc03cf60cb06baa112aa0
nb-NO|64|33da32000e5520131a4fd0be205752798087acc0eac3123c0df8ed51c7d7bbd4cec28372c7ee4fa393825b6d8ec05cfa09f1e23cf36402227928b57113338e9d
nl|64|a0d86146a20c123cd3556a3b7a3f77c5219825e952542864a39a4596a5593b085eea1dc3063ffe223712a614d87da13c1afcb379dbc337faed70c9a38642e525
nn-NO|64|e5800e795292fdc06e015525a1dc451436a0bbeb02556e0fe85e22f43a79e644558170917dd75ad32bcc3a63d0fb69a9cd8a3b68056788d0ee332c5a93140214
pa-IN|64|841e7d9445c95540a575eef74880441b4db7f3ce84bf41230735a2bb7695a79ca77a917b55a06bad720c936e4844d55bdac728873030ad5ca267c732809ea658
pl|64|2c825ce9a41527ab73597fab4e52010792c7c64a07c44ad4713de65e33ee6fc4a1fdbf87f3eb9ed6268a8deb0a5907f457ffbb459b882bde25a607985ff7f88d
pt-BR|64|cd2efeb99484d568a55a009ce806c57a477827be894c5c81332ce0f04ac4fd4dc4c10ef024f4dc522fa8cb72b944541e0285254438871dc0b21f1450e53b46d8
pt-PT|64|fcceaa7377d3d8f6c33946d50b50bdf54dbb0e52b56f98a20a285cd44c0ea1a81e3aa9b65682ee47123daa645d4d2f66e2c43415ada6c82e0f1c4c4f17377940
rm|64|68ca7b02cd7a293b660302e0e87c12a91912b5d21a6aeab931b44807851362d862a0eebe3a9a64dbca47dd2c498b2cb26219fb316d93f5bb6a631238dff1a7f9
ro|64|c613c465622b9c20bb14857174c616fca627d585c2b7712d3b9b95843f1f9e1970ccbfac53819765a2158a35ce5886f0681f712f5631fb9780aa31223a2dfe2a
ru|64|803f0d1e80ab131faf29b52ddfd70cea369d1d5ca3b64e79986d932b29d0098e43b172eb68e2176b7738148ce2c734e1efa95ef9535838e4462a4285e2714b96
sk|64|2ef2a830fde33e0070b43c29a07e2353ee866a07633a0b2773457ed1d6396eda86716626a19271acb312dea1dade92f1876f721daf62cb84a58e50bc749efabb
sl|64|9bdbacbac604ffbc47830903a203354b67655df8e1dd012348240240126e10b85a6208a1dfe0dbf25859d8e53544566ad53622d1a7ccf28526e920ad61de1d61
sq|64|2cf3c0343470acfbe926d1a396aec7ea4d6197570aa6ef8984a7f450f0eb8b430e3cae5ff29fd5f56c43a1c2ca1a9ca9d470ad13e98d2b75d755dadb54244c14
sr|64|035fcd9a3e748c8bc2a5cf8ed6abb723effe4d1c6571618e259cd9cb2e01d77cdfaf29b83fb99a0f8e7322edf2d125770c74f1a3d1b20fcaeb18328083f49b6f
sv-SE|64|0047c7252067d1531b5db889248e90f84d9a03df1e2c0321f331eb9612d79b29ae51eea1b7526c9c9dc9f62ccc75af85a60a6668d557034fa2674578c4540c12
th|64|24d1da01f7603b510ec32622ee1e7f1226d16dfe0f64edb6ea48923d6eab5fbf7dedf67b821d8a730f92859c38b247df1bcd86e746a4e09afa984be9f23c6f50
tr|64|15c97f5d654ceb192c61f04b3d00df08451531c06846a638789198c09fdc48034da90737c75b56d080fe7c7e141f3bb739a095af242e8779179d1006845195cb
uk|64|eb726dbf68e274e9d4891fcfe46648c58b77f79461e162fbc5e55c442f76c025c949cdd9552923019ff9c0d4f472849cc005506bae52eb883d05fc82c4d0a626
uz|64|ec2d48c421256d5a917189726c31d1f0f5e4855d22add2e5a67c99ee757e1f27e239c04e0d95fce1d93c84f80beed276ea0520811de1d12d3560277dbd508f42
vi|64|051d93265838b090874c41a6e41c1ec065c8bba8ad8320801a1580939a68e4b9cccc4cf3de94f878a9a293e39ade6df6bf30bfcced171333cbfd257417269258
zh-CN|64|ca43ecb21956ec7f9cb791b9a36d3b95fc2a8bb401d49ef9cdb6dbccbc978326740281cb607749d14e5a6217f7c2925bd4383e5dc5444e6fd038691ec58df105
zh-TW|64|d3eb1bd879fdd2768038fd2dbbf24bdb459cdbd9997b053b7f2c6cc8417de9bbe4a21010deaa9c81f3745e3a66b7def9496b10887440095bebf27016acdf8e33
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 34012 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