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:

4,194,752

Downloads of v 102.7.0:

24,124

Last Update:

20 Jan 2023

Package Maintainer(s):

Software Author(s):

  • Mozilla

Tags:

Mozilla Thunderbird

This is not the latest version of Mozilla Thunderbird available.

  • 1
  • 2
  • 3

102.7.0 | Updated: 20 Jan 2023

Downloads:

4,194,752

Downloads of v 102.7.0:

24,124

Software Author(s):

  • Mozilla

Mozilla Thunderbird 102.7.0

This is not the latest version of Mozilla Thunderbird available.

Legal Disclaimer: Neither this package nor Chocolatey Software, Inc. are affiliated with or endorsed by Mozilla. The inclusion of Mozilla trademark(s), if any, upon this webpage is solely to identify Mozilla goods or services and not for commercial purposes.

  • 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.7.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.7.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.7.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.7.0'
end

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


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

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


package { 'thunderbird':
  ensure   => '102.7.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 20 Jan 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 '102.7.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.7.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.7.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\LanguageChecksums.csv
af|32|d3d3d1311da82a6015ed3e01df98402b741abb05a75f1ef9297ce0f5b0d80ad4d19f027613360ec9b76284e3889f62f25daeb0d4eada3bb8678c3cbce1f6f4aa
ar|32|deb412e8345545ccaf20dd19d8e9746644f734de4c1872bfb3b907577af8eb100269c9447e4b93e2fcdd34fe69fd239c91123ce1beb1d8e4882cb0e0370738a6
ast|32|199eccf6bbf3270ab7630ec80a51d2235b37709031996e79358c712cf4a92bd2dd7ddc139472dafb9a4f23a930386867b1ffc4870c5ac56d2b92e5337a0e201c
be|32|1ced9e5a0a998b05820f522a7b3b3a8a15a0ad7b7f90cd3ce723a1525e61a970f0cdd53a2ff89787e00dfa06503568d20983545d11c2e2b141bf7da45ff4435a
bg|32|471a8730a33cc3bfa2577123bc2be8f6a8d99a3536eeca9b6662078f9c8885906a59d1a0137231317b6fbf949f9955a8513776560e65e309cee694a250aea1e0
br|32|6d532abf0f1888889d0f976a1f5066a02c8313f4ca5af27dff4c82eaed3c29b33d4d8df9eae9a02ca7b1a6b2fd76a20f5858e7402e766f0632b15762aaa72f32
ca|32|818dc5eeb15614e153c5350d9d9716b5183da5ca00dff10c87a17f05159bf2acd4fb8410a7bf154b3ff33efeba467d8cb28c2006cb9276e6df5f3cc18af8433f
cak|32|26e1ca9d6c04f228750b3e5ebd2f1f9955c552fd8bec791e80366892cd1a6a04e0c70008b80f2015c1c5860de0c4551bd7bb03db4855f4530bd0c4d4a7b236be
cs|32|20d6062534be983fa9b8c1d54c094aae7f2a036961b3d601f619a56f8bd700eb5be3ac2bc16ba45c0093773b6740f11e08c41b6b71d9cc4cd2274eb07f8c6063
cy|32|4eeb351afbcf74e2124d51bb6feeb164b2f6fba62d7ef7d0517f28914e32a860e6475664ede43e6dfa4dd1fc436a316b2925086a8c2233e27d87b3cc98d1d65f
da|32|a536221b1e2d13db7119ee2651c2267faafb5fb4a62049587b6486c1590dfc78d2b2a718798d4bd8ba8da1390e19335069e147b8423f139db7e4e269ef4b8e20
de|32|961b25cf34dadb56dbbbc6b65978a138f37fc0f51a451a90e80ba424534d1392fdf39b0e78eaa945c8f2f32d1fc7763d3b4a692d16cef8b09cc78d467aed1295
dsb|32|b513a3b32fb0235a495aa664c3eb660d5e4bff709a3ef25c293b44ef2a15e615d6260a49a932fcb2316b86060bf76561475146877067d79075aad25ef229c57c
el|32|c86a42d65af2a4275dc204c6e570101f150094466c08b145770c6da7abb0465d550f54245b8e5163941f21010366e69b564be85930c26e4fc345bbe7e59abf43
en-CA|32|f963378f439df599c782982ab7339365d09b67c1fb8513fe222901092c71d06a7bfb9274c53e5b3d2e3a9e5069524cd5f50f88919b0aadaaa1fca3f6e838ba37
en-GB|32|a6b2aa6104e9dde033a38f2876147556ed3318653866586b1d942689793b165840fc4437750b5cdcdfa3d571bd88047f50a8a15287de56dbb98154911c4f2589
en-US|32|00cae3d76c7519b3edf7acdf91b7eb1511067ee89fbb1759b29c23c5d798667f36f1b5650e39b808a19710df7039d33ced62b3bdcb4129840e7933f0f0d8d168
es-AR|32|8bc1d26d966cf032b0675114f5b7bb5c498d44ec1e9ed4b01f7731b3074849c14c0dd7c879e306c41a9e8f5e77145e7bbb120b7db26f5694dcfaa066d5b2c9b7
es-ES|32|bf872e5706ce2ff5f97ceb16080983057d6bd9d516641fffe65129b44dff86bf995affc1c4a41b6f646533472e31deaa4a240b5557848482f25718e92b227fea
es-MX|32|2b88a55bda41b46fbf1403ee3e42e8def72b80e3fa17d147aa5fd24967fa7ccdf27d38ae0779dcf498eb1b0e1a1abac7fce25b972f82282e25e17d7c9f24869f
et|32|2fd666d98bc4133a8970e97136c198ef41058bfe76d82872102871d7ae160d9b1199ef64eca15de1a103aff867a5d326f3d78e40c9fd876286943663d9049cd3
eu|32|ce7bac0f1622dd508b2ff5665024ab8211d6d37de9dc023397c74e7a156b40c02d03a4290426b0c62c24adf5e84827745163ff5bd0d60b953a9ceff0423eda87
fi|32|e81c4e18732910aa6cabcbf0a8ff9489f8ceda24d7a92544df2c4b1a859cb57609de5102863e8d6f72b2db724723bb00ed906fafd2d3a8312d062ff2af7ad52c
fr|32|db9d998020b99fcb141b2875eeaba93fd211edc4d0c9d907573e96ee640ea522a58de493dda8062c38b55c03fa8ee6c8a3689c7e5b8704c9fddc40945b5b633c
fy-NL|32|04d1ec4579f652acb253883a279a4dee16791c5618e96373cbddd80ea59f361d945321aebf612335f3e5d524c876edf446888c8dce5896e4549c49723083b7f4
ga-IE|32|a998a795dce262bf3317d90801edddb626f4e206c55dfd1769ecf4281f03e226285415a1cc1c82942c7710b92701313838c4d6cf1c85f262de3b6d52ef709943
gd|32|a7a7dd421792a3a6da17a7a137a316789719bf41bc2e438be516d63fad337eca50471922b55282558d136238a6f8a40ec021dbc6084f74b429fed64cc092ab12
gl|32|1302989e1a3a3ddabeff36707070359e8aeb4f4d3f7c21d4c2ecea5d2efef17ec375ead9a0fd3cad727a327ced2e2c7f70903a29fd7cab7ea5c0bac6d1d9bc8b
he|32|3ef3f7d818a68238f0055a354c3a46167678255cf95cfa634af3210bcdd35d9157ccb24316afd0d3345b091d95682a8ccdf9d607d30ae29b972f3c45f2931d2a
hr|32|563e177640f90b3c30fd926e85a6b55bf3748221a723fb5cbc14fd054b44e3c84b53142fa28ba27db59c58c471f743cc3b384df5a3bc75eeedaeca14d70d9bd8
hsb|32|3dc69cf56d3d02bee69346309b46f6b5e44e5e948489f5fd608525c8c536996d3017d32d63bad9ea6c598036b01c6eae3fedd5216e17c685109d485b29e6ae8f
hu|32|df3f45b25c8c3da76d2ca6c5db15a56a826ddbb93a797c5ecef4d66b7803ed5355261223b681027682083df20a2389f299c499aabc37a727db43ad2881dac4d2
hy-AM|32|9ad362358b0daab7dd4a76d20d7643e6f5c993cdbdd882387f601d3df7754bc39c2e8dd62c9bb9ac3bb92f94df3089834f5702304ee184c2dfb990b7c4178a02
id|32|cc733b75a1cde8d3ae2c5dd6cbb35ee92f86acacf3ce358f9473fd332fb041370fac8c0533a157db02afb034fa93a07d46270a351f117e66bbef614a6f6cb4f5
is|32|0a0bbcb84298aa2024404048bb48dbd915b9afb013b713d1cd48c51569284d66a68e904bdeaff04368e307ef544be65838c904232f7ff9b6c5a1141d6631caf4
it|32|6aee96d81eb0f5b28528366c912053aaece0ef17216aea0999b0aad183c83286a3d8fc27b210429575466cee3ba3172d8b6b7bb749852c85feb16b66f2cdd4a5
ja|32|e04d4b918bdc343bd0b123384a51f0df00c08474c7b99f8290e6f92810fd81e79140c447d8d5758a25c52c2366018383ad204cf20b7e992cfc196ac72352b44c
ka|32|454a41e3c20eed66a762639ed27176daddce59856ec4579a9769d4ff9482ba32a71921a49a080d541320853ec21c98edaeeccfdf10ccdd4aada16036b4f721cc
kab|32|06c517b985b76f04cae821f328cac91ed01c2d02f40beeb018c727f65b6e0b3007000263105e62b189ac371570d1654d2dbea2ea6b9e443fa40b0ccd671be97b
kk|32|a94a19c6afb9c881064a054262dc958df06a8ad45854b71de6287a891bf7388739515abde491c9c378778ddabb3dbee830ded4fdadcfc6c8a551e51e35a9f711
ko|32|1b4260a1305dcdff714d745e0bb518df77030f375e4d5830918a14a04d3c3ddbae0e65ed59e84ac786ae08c2a19d5c128fa1620e8ab5f9d0ce300afed150c9d7
lt|32|046a54638274a2fe47252e6b1f621109e843fd757c58031f9fdc47191dcbc2bcb800d0683d88f516d55c96b500e74e7b24348e1a5af208e5992f9c4a3a8abf71
lv|32|5ac257f9811176b8af8e788c6a6c40a5a5a23f339d9387dee47f7fbaac2dc08e62972c17390ab98adf564c0d1acb6997a637e2eee28e52982b6b45c434e02867
ms|32|fd44bf0cb1732a20faa0e140bff962189e18e9255838c4df4b1f07ab3fd2065b87943c4576b744530f1190b9beba8c5bbe92cd0a60cc8f348ce9847fe6425435
nb-NO|32|a3b91ba27a1c009de54afe631080022c623ccb19a3704277142abbd26871532bb0e8f5bc9ae5f38d7e3d609254733ccd50ac23cd429dbbfe693951c6e6ea4bfc
nl|32|c6e8c494c312e2f849fca9bc00a45b43642ad949538140b820f2e11251347fec25f0db316862ecfc6e62bbb00a57ef11d65d48d381cb752eda6c5427732c6f0e
nn-NO|32|b1b1ed9ba835532721ed3ddf986c374d1d180091f3d9ef2620d09c03c74e95876896c4bcce9b4acbc74b38f54fe477b9693ee504e6a0301b17ef0b993afaeb2d
pa-IN|32|8dae602a55999f9683624eb990bb3424bb03a31fdfd8d6219c5b85cf747f04958e95d52e366422fcb8c7c35745ff84654ef35b1cea57a73add0df31e5b7fd86b
pl|32|485cadb47c9e18741dae7a1004dbfdc68c9538272cc874d23cec3ca1b5f5c7eb18389dc222d44a04ee5139d5557eea9831230dac9969d96626c0dcb638b67175
pt-BR|32|e681cc56182050ee30444402689e6574db6027a1916cebac63af6e30b3212e7682a3c05acca86bc2de871c6daf615cc3a610f6da8cfd3ead058673096c94cf07
pt-PT|32|b898340b31cee4d7ca6e6668886a82886f179885b52a391606a25a16fd5d2c737e6168c6d5b21595250d0564c29e305eab7a60b042b94f34badd882097d3a305
rm|32|a4af485848e465f73e8d985c2a66a636e57ff9b89a5365072f7f2d2133e6906035a927e206e68cb28fbe1c436849f8792b96a951b7c406d97f495de11cbb828e
ro|32|4745fff61caa2c6430bcb861555862e3e3fadbc9a5d6fb56d0d30369bc9701ca9ba6d7fecc63f508e45379bd7cd6266cfb81bc7b63f106c4737c0aaa3dab1f15
ru|32|8329aa07b9bad5ccd2688fb27ce71175d69daeb78390f1a706d5ae73373d266599a58d74ee45eaa61ea52ba8ce28170119bef545fce8aca911c54d3fbd8b0ccc
sk|32|29c10ac0cead815aefa502e1d5b4eeee5414cab8ab71a2adda97e03b0d1f88df5b4bdb6d056e060e393e4da7f41269cf7f3241a6abb983e1d5af62e05062bab8
sl|32|5d63c79a55e61b73c22d8eda27126785055f6e455c373ad3f4c161c96ba1ed0497163263c80dc06afccfd4274d4e89d8ef2f03195f50e3a9596e580d5b011cc4
sq|32|726d2835b20518310d897d61bfa487d2f5918e32be9f3b45a66a562db7968b5b30df69e790526c85bc3992fd891df20947786ab75d58f483afc179ca1f1404a3
sr|32|85fcdbac24f007fc1524f449a3d72d16af1a75ed96406fd538d8ba70b3959a98f81b329ec2c4c32d97052113cfa8ea69437f32536bedf95c7f1a754987fd6818
sv-SE|32|2dcf779b6c9b692c97b34621f44d8d679b2a6d29eeeb21c0bc95971d5b808fcbe9877cd83c4347608f310ffd6ef56d73bfc971339570f445b53c2e9c4a5dbc4f
th|32|0955913d5bbc593d0276f3a7470ef87ef9d5a12b327887b157fefa5aeb3b880a9a3cb978077ed9d1ba421789c0af426518bbb51e14c8d5c6cd486c8c779bb1cc
tr|32|00e08857c9f38c0c8ca80541422d6a327de3456d1270c85a6abfffadb0730b910c7324f487713359fa90ebef2bd8837d7dba8c7125493a5797cf2697322a1c9b
uk|32|eb6bd6aa163305c8dcbad3dbaca41cc7b774a364ebb31fff60e8b5b447f9356ccb9d4d25d4cc28e3944944d486c03edecabce6e6f695c40ea27c8e0b5d51cb6b
uz|32|f57daf7d902e3d5562802c053bc697d7b1b82326d638814414a6864689342eacbe12c08d003f9bd2643ffc36a81965b726a4b2f9da7cd62146e387d55bde32e1
vi|32|45d7d86954b39e5ff559444bd7584993ce4ef117777dda941d151250f4a435882fbb05d19414d010165269454a0f7213511c18203393fd062fd6ecba8c9c7986
zh-CN|32|d7dd45bc4cdc6c533893b2de326d29dde2b268d32f63c13694fb5ae698471d98da66e1dd2c2566a9f2d3f50d0adee5b148da15475041826ecbf3e812ef3936c5
zh-TW|32|908a9b9c30d04f6c239c34deaf97251fe767ac7e2db5b90bc0280239eba236753b2ed9682a44d7b5139ebd009b110126fcb66e1a2a0ec05d539fd8585e5a4590
af|64|be1aa84c044b962b6ff283014ff7caf1d76243e3624bf99e776641702ce71d107b02a9721842cd1875d14ca35254608fb8b1e8d8dfbb25a916ddbb75207d0453
ar|64|daf19e29d1d0b36cd3a8525a01282861c4cdfc76aa12938c8b8cbc9c9c07fc469e610668f871d179e19beabf0d1a0aa7c80116677630b89ce3e930d84b248015
ast|64|1ad78ed49335facf559208440aedff788bec21531df87fba84e7035dfe296ba72bc5ecbb711231686d63fdfc8e46c5146f63083caf4c28a1ae6cfd91c8081b05
be|64|27476dcc7983fde9de6cd9982b9ff02f977fc64148ebaa5d4b6a143dd0148ed10c3c690139571f8ff0a4588333942b5a6a73631c10120091fbf8f7bf7fbd0901
bg|64|79063f8a38241f876b4370758f03192939399334a690bb1f4eafa13574bab41dde903d3a61c3eb048d5a72899db70575a39eb946003f8a24566474892904f498
br|64|d29a99872ded3232a7ec7df48eb78d8b1610b956224d48a73303ef0ddb67834f71912a330f86b41f9ef6cddb95ea604df147fd856f0c0fdc40f6c2093e046ae9
ca|64|41fec1b0d533ef2e32074871840a609f0f554d1285ce90aaf006f6259ccc5d3685384bdc997ce8e3e16487504720e640befae3071e5ba35a2309512e9f3031e3
cak|64|8ab04d304aa4e84444873abb0b0e88b76cd11db1c3987ff21947eea751539e1f93531bcc90c1f9da203e5e1125d47aff681987c8c230a7f9d7030b61976399ee
cs|64|13ef5b03f91bee894ae6323dfed9c670f38e34eb4c80aa5062d2504705527ec323cec8316c185caf2f48c78a7ca44867a70ce2d512cbe79c9a6bb5c786bf52e4
cy|64|ffdabc97a7ab6ee6a230aacaf8818c35325b42eaa887d449832cec416ee89256cfc97f00c59400d449bac878a51be52669a1fe86b7bf71784c8d49905907cf2e
da|64|6c5829804c45d9d3afaecd40d71a96ba85b13802927bb332291ba2e4a67d558539f1c2b1b83b2d20b8761f0486f7f579ff9da495d091ac5256552f9e18ffd179
de|64|c384d4034c4b8c0f5fab2de5a15d3684c298ddb6aeef6a0b727935edc95e29dfc054c3fb6725daa74be1f3de249037a25416037eaa77a916663be64e8c0d6e2b
dsb|64|02eb717cf0b1b38d30837d3a0f9fe4d61996a41bd82b9d3708b0e74d2cb6f742e8f9034719edc2ae3836e7b0643940da360e068320da3e43c8b6a0b172f104bb
el|64|6b8d43f0e86e5e40df8658f00e0a32099e42a8ee8e80a538ef4bb5de89072c37ff7e08c90255689e4344dd6c95a26a6306e5ca379138c35e5b043b0e51cc7634
en-CA|64|f16f5b9df6b8f1f35e75c020beab63ce279e45daa96f604f6b4b3205c892f81665632b3c49a9d0f512e13096e792e42e2134c64120269bf343ad7f3b456325f1
en-GB|64|4a5d7217acd85ae22d0a0c2103531cb6ca11820698c81d2326c5628a00a770695e76a44f4b0e57346d96834d5a9d058a35f808fb59f034ca30db0abff95ee5de
en-US|64|85d3e86fed6a4686ddce2192b199ad63ec6c77d54c728e8275a31880e3cb87b2edff83ca9c0e416c9e1fc8fdae9ffa15e393aa0f06a3b96c960c5d1fb87c0e74
es-AR|64|c50681e5b2b823ecc15948af117b59ba9a169778b9a2881c050c85163e6b620cb0053bbbe3dcc3c6bed2016a6fcbb0eb76e033e0830b5b242f17a2658c60d9c1
es-ES|64|9f0051e171bb6f05cf47deb75652c9b7c50e0b7b82793bf135ac0ef6ebae3f8cb376bb099f21666c2f4ee20cdcee75717f7f5087700f4c1cb346611f9567f91e
es-MX|64|f0bffea053af17651f3ba69dbc828cc2a21f58681065ad9cb78c3c76df162bbb8ed36d1e7983e5c6bae8c9fc7948ba8d200405c6274fa87496d1c1e4dfbc574d
et|64|41287a4a997c67d658aedf335c2fc30da7d1eb98a7f2adfdea1307032d8fd7a75a67f827e6ca897a986ecbb2c4743911ee423451f8164a32666913de757a1b95
eu|64|99c776c8f54b22ece07be67cfed9c9b26bb4b50b33a46085a45bc3d1cef1bfeed058b05152765555a0a7b9bcfd1eaaefd8a3609c3f1b276699760ccb6ded28b3
fi|64|4a8a9ed9b25d596fc2f1743998956cd7caa7050a6da6e2c854e77131ee56c1fb5393d791d8b1686fa2f1276dc72dd97d5839dd1a7a64092d88e8450dd610e615
fr|64|306b78efd864d02aa67a943b839204ea5e27c61794d401582f9ec9a2ada1e679f3b1626f12006fa0c57f23881476dc2418b2d3406efcabcb4a3aeb328551bd46
fy-NL|64|03b6a293bd51bc3ba1f9ca5f43762c9a64c2aa9803da87153101326c5dbfcf58dc94bf7b0774bc10a9849ca8557cdf13382d15895345d7f3ee48474f9339dc36
ga-IE|64|f897a8c82edc2345719981a7718cb7ed32e2592fab9da087e69146f935471a392757613a72416829f7f87381a43ce7e3d17a3dc357eb32d4fd88a5a44c331000
gd|64|c534338d0b7fbc122b4c591a1bda32fc72c115ec77c983a24c482b14c6ebff282fc6403aa8c5162faa384676e18cb4d8c43e260b9bea5abf3402f4c122e49159
gl|64|5e0bbaca6d417869b5ad029027989f4b8d9b1f99c8a0f8804c5b1607d50506bd105212fcf960d342741249fe81cb55a497c03af96e2e2f9a58f7640044ea774e
he|64|266d7ce4477d2852031bb62904dcc6617883b2af7d6e1ec865832755150a13fee3431ebb784f8e157fecb3c34adcc65dc21c50eb6399a8b0eff52fe6342a493d
hr|64|aef60c67069adbba5da36800505c2a7e81fe42bfd1f9cfe53d79a71c7c32c2e4d7da1c5f213182c9d9b99fa54f88ea95510734e60bb799b53b6079aeea5ee6be
hsb|64|d1f06ce382212c966162af97a69fb9c063cf2720875b8050b687fa450603298500dd39f08d1bd7af7d9897834262f021a4c637dc5ff26f3d2723f2f6570ba001
hu|64|40b060d5106f72dbe4d03bc13528294257c8d305215d01077d2307f0f6525ccc3cccaaa6f100de83bb9146ffd19f799db2b8149e1dc58056b0477f40bf3178e2
hy-AM|64|e975aad14288c089c3d5f3dc5571b0923c5706e4c5b47196b9616f22c5fdf56372625315cea529e2ae567734f263998863a786ce1ed7861c392990653c3c5e19
id|64|a26f71fc033f1875eb88a976f7e19baf62283136fee821468bde47fe96825e55a3198db9493ac9f8aab0e1566c713970c8a309ac0d1e38bfde8677f59edcf0ba
is|64|e08a33bace74fa525112073cf0451480703ce6abd06fb66b08cb9ba2c7f680c06b17d879d9065be4156167af781e94aa00a2586d7aa6acbcf823033a9432c4e7
it|64|d953d6de30a2a2e83e89a75fab579d62e25766331a24a1abf189473de56791ce1f664d598f5c64b8e2a06d28e2cb62fef784bfccd9f05728c759eb6e76a5de7c
ja|64|d2aaeb500d696ee33952c4709065937b700836d4a8f6fe2dfab7de153c54f39a0d20fc7f0443dda16a6a53daec3e9fde203b91398ea4cb1e78952bf17da8121e
ka|64|85b9d0a69caf99b6c2a82ccc2b9015cf7c878c6ea38fc06e27b1ab06a23e6663c43e74e41ddef7e2a634c978282e0d91d2bf82e15644c430f439d0cb92e5cabc
kab|64|b2e90f28e93f5d6e52fcf9a9752be42b7fdc0e97c239a4d903323cdcded3c27d181f1bdc891f861fe7f8bd33cc6e2bb3d41efcebb8a6a75d1d79cdab0ba3dce0
kk|64|01ee6cbd173330efe259219a784bec7b7a2e2fb8f9dee7bab42d02bb85efd3d385128633bc48efc5482b1aad51530f4402096e79834fd4ee90228efb205c8703
ko|64|4ee7c4b30d5840cdd8660645794420f05bef0cfcc71c6be88cb4e3ece2dffd3d2c60ca49457339439734044f9f04485fc9c0d8e223a80f66b3c09c20e8edc137
lt|64|a7d196bfb12f919372016a73f60a528fa456fecb0fae48ea8333a31c76824cf378b375a00ddca77c94f988168b12967a45236992455274c5f5b2b0648ccdbb10
lv|64|ce8600d1672fc74ac87e7ddfaead4bc550c0537f73781b2e54264df2e70f5578e2193ed69b065181f2bbe1ff3c769cfbeb3673fa500144babfe0526d00a6e3a8
ms|64|10cc9ff4173635680231807dbc8dcfb2550a6ca49d8a6925b9844cad227e3fa692503c4aa12c5a17c2f1873bbd415b7c1e43f695ed41dd29c200dcc7639859ae
nb-NO|64|e78ff6bab93769193ec8766383d39a28700fdc0a9915ad7d06923089b048797c6e44af95b246326207a740f901b84a170290768d4f5c59dab25c28a5067ffffd
nl|64|9d79f7be3b8c076a035334e8b74930c1226db2a1803aaaa6b30d18db3efdbdc5ed9a2175862d2fa8454f381251a7e65bdd7aee66d58492c070fa78ec2f45ef2d
nn-NO|64|df002dd7421c1f4d1cc908b334329a733571f9cacef779ce586ad894f25076154525f954ad5c9283adf5fd55fb6c4b1bd750e3c1ff87c22fea0a041cffcb8cee
pa-IN|64|fb0f40d0d3ab71a2aed0d148d433452abfa2e12c5a5f830985cf80dbb3cbbe89616d78a03191be11befb449ad3d982ffce7ea7ae262ec190ff878891661f5869
pl|64|8c635ec14521cee404afbd6f6741b5672a8bd758afc7a346d066613417734ef785e0fc96bf6686699a1b155ffd9b3dc83df728627b04c9f232bf77658a319c29
pt-BR|64|72b93671636e125d7fd43cf52b79c060da606507b390fb60864fb62e191071b6a864b3045ae11a1b2281dd29dfe851bd9812ee3aa602c2b8a4fbd9a19cb0a4c2
pt-PT|64|6e1b6af2071dbd2aac4d4f8d437310da4aa4cc6964dc56bf7b791cdbb38d8c42a9b2f7b53e42192ba1ae3d86e10ea4620bcd82d19db17bf5ce9dc544bb3af211
rm|64|c66ed73ecd30e13be6f34b8df477a33141a55fc102917f99f6163a97ea0863f51b5649f9d47b7ab48be22f7b75f04808473b2e92818a265a15d4ad4464a81c3b
ro|64|a5db4631ff402142bc3b29120d63cc1a9b0930a8bc5d91f4b3c32a9816d0f0c0875ee4daaa4e804d4afe22720207179ab79dac6fb63570cfbc6befde4d57cc10
ru|64|4fb932f075e29288707286cf448d3a8ad8f6b386af01d19ff2e791d5e6f8a58064fe9bfe301e658e6efcf829f07d1c16736063505bc691adf019ec8fef0387b0
sk|64|d41a089e97200ae2c4a329bb0ad2d0d78a163c24f320f98c7520d1fbd23abbb1fb78230e1a28752a6a13ec02cf545591848cc6659f9e4b60ae0239ee2d6a186a
sl|64|29c7c58dbd28d0060003f6769a5f3f2f76700b09fdcc218a87eef7a0ef36c662bc4e002e6e08a11e306b463c3c514d36018fa03d31907ba178319a9743a574a9
sq|64|a967d767e3b8e279175bf9db63d84864cd903687ff1aa238ca465f5d591cc9002a014308d0f5636efc2af339f89deae82bb8a0a6d3742ec8e5a53f3484d87e5f
sr|64|be3649f5d02891a4b99ae2889ba246dad31890d0223f1861aa738ecb29f5a22eeb9c5e5dac0e09d19e7274c3c6124ef8196a75f9745da69364448f8d4d60b431
sv-SE|64|40da7b79786959fc1362e922940faafc08893ae1e8f1669ddd1aceb95935c1798b51d536ad44b2331387a8089dde689c5bfb7c9092fa8d189bbaa85c603ac3a5
th|64|dde62dff7e9a8db2a6f0af0eb0f0314b86fb3f1c30fd26cb53f5f2155bf0ac402126123a43861bde08b8efa62042bf6960ce6feb03eae0e5d62c2fad89c6394f
tr|64|3683d14ffe8c5b11ff0bced6cba453fc37b4f3424c188b67aaae4cf774560ee5d4ef3059fbd224dd7e181eb58a0d5fac844a474df7416c892d638cf0dc5c1ee4
uk|64|d1f9858b91984f804d9d77ac87a7ef57db2daadf5b3f72dcc894615eaf6df58b201f5dcf9606a692277d84a28a87303c1bec047b7cc74f95f03c7c54ee869763
uz|64|28941d891fee3bf05906a76e7a98d803f3a445f8a48f9536b59a9b24a3cc4e3c7c7d62f67aff0481f2b008eab6f18614b9b1e362c1684b0916d16c1473d81b60
vi|64|e18cf4d65b4e4eb73d0682c96a466859315004b35b07abb4471a5c9b4413199ff1269460facaecea587b7e938f0ae792b770454b47f2e845d44cf302c55c4184
zh-CN|64|ba574d9098624e6ccc49fd27cf42daf5dc4be136e854dbb1509f6490eb385239604d23a8d1bf6d36b1f68806e73ea09a80e09793cac822499a9822ce2316b664
zh-TW|64|8a3fb614ed72e819a72c9b7654c686651b90b182b26bf48c2e5e4665512ab9fc767a4845126be0ebeac5078d6e0c0b2fc9780ba5849287b5b9e94e37ccfbf188
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
Thunderbird (Release) 140.0.0 28181 Thursday, July 3, 2025 Approved
Thunderbird (Release) 139.0.2 40309 Wednesday, June 11, 2025 Approved
Thunderbird (Release) 139.0.1 13619 Tuesday, June 10, 2025 Approved
Mozilla Thunderbird 128.7.1 83843 Wednesday, February 19, 2025 Approved
Mozilla Thunderbird 128.7.0 34783 Wednesday, February 5, 2025 Approved
Mozilla Thunderbird 128.6.0 46258 Thursday, January 9, 2025 Approved
Mozilla Thunderbird 128.5.2 41759 Wednesday, December 11, 2024 Approved
Mozilla Thunderbird 128.5.1 23897 Tuesday, December 3, 2024 Approved
Mozilla Thunderbird 128.5.0 29581 Wednesday, November 27, 2024 Approved
Mozilla Thunderbird 128.4.4 26258 Wednesday, November 20, 2024 Approved
Mozilla Thunderbird 128.4.3 26565 Wednesday, November 13, 2024 Approved
Mozilla Thunderbird 128.4.2 25351 Thursday, November 7, 2024 Approved
Mozilla Thunderbird 128.4.1 16089 Tuesday, November 5, 2024 Approved
Mozilla Thunderbird 128.4.0 18709 Wednesday, October 30, 2024 Approved
Mozilla Thunderbird 128.3.3 24474 Friday, October 25, 2024 Approved
Mozilla Thunderbird 115.12.2 74376 Sunday, June 23, 2024 Approved
Mozilla Thunderbird 115.12.1 13996 Wednesday, June 19, 2024 Approved
Mozilla Thunderbird 115.11.1 30090 Wednesday, May 29, 2024 Approved
Mozilla Thunderbird 115.11.0 24326 Thursday, May 16, 2024 Approved
Mozilla Thunderbird 115.10.2 25297 Wednesday, May 1, 2024 Approved
Mozilla Thunderbird 115.10.1 23236 Friday, April 19, 2024 Approved
Mozilla Thunderbird 115.10.0 11927 Wednesday, April 17, 2024 Approved
Mozilla Thunderbird 115.9.0 34129 Tuesday, March 19, 2024 Approved
Mozilla Thunderbird 115.8.1 27855 Tuesday, March 5, 2024 Approved
Mozilla Thunderbird 115.8.0 27158 Wednesday, February 21, 2024 Approved
Mozilla Thunderbird 115.7.0 36263 Wednesday, January 24, 2024 Approved
Mozilla Thunderbird 115.6.1 27412 Tuesday, January 9, 2024 Approved
Mozilla Thunderbird 115.6.0 29879 Tuesday, December 19, 2023 Approved
Mozilla Thunderbird 115.5.2 22403 Tuesday, December 12, 2023 Approved
Mozilla Thunderbird 115.5.1 27071 Tuesday, November 28, 2023 Approved
Mozilla Thunderbird 115.5.0 18744 Wednesday, November 22, 2023 Approved
Mozilla Thunderbird 115.4.3 20218 Wednesday, November 15, 2023 Approved
Mozilla Thunderbird 115.4.2 22792 Wednesday, November 8, 2023 Approved
Mozilla Thunderbird 115.4.1 26055 Thursday, October 26, 2023 Approved
Mozilla Thunderbird 115.3.3 20842 Wednesday, October 18, 2023 Approved
Mozilla Thunderbird 115.3.2 22176 Wednesday, October 11, 2023 Approved
Mozilla Thunderbird 115.3.1 24368 Friday, September 29, 2023 Approved
Mozilla Thunderbird 115.3.0 12389 Wednesday, September 27, 2023 Approved
Mozilla Thunderbird 115.2.3 19577 Thursday, September 21, 2023 Approved
Mozilla Thunderbird 115.2.2 21747 Wednesday, September 13, 2023 Approved
Mozilla Thunderbird 115.2.1 6776 Tuesday, September 12, 2023 Approved
Mozilla Thunderbird 115.2.0 25462 Wednesday, August 30, 2023 Approved
Mozilla Thunderbird 115.1.1 26014 Wednesday, August 16, 2023 Approved
Mozilla Thunderbird 115.1.0 24947 Wednesday, August 2, 2023 Approved
Mozilla Thunderbird 115.0.1 27175 Thursday, July 20, 2023 Approved
Mozilla Thunderbird 115.0.0 23803 Wednesday, July 12, 2023 Approved
Mozilla Thunderbird 102.13.0 16043 Saturday, July 8, 2023 Approved
Mozilla Thunderbird 102.12.0 35832 Thursday, June 8, 2023 Approved
Mozilla Thunderbird 102.11.2 25022 Saturday, May 27, 2023 Approved
Mozilla Thunderbird 102.11.1 11260 Thursday, May 25, 2023 Approved
Mozilla Thunderbird 102.11.0 27790 Wednesday, May 10, 2023 Approved
Mozilla Thunderbird 102.10.1 29036 Tuesday, April 25, 2023 Approved
Mozilla Thunderbird 102.10.0 27136 Tuesday, April 11, 2023 Approved
Mozilla Thunderbird 102.9.1 26583 Wednesday, March 29, 2023 Approved
Mozilla Thunderbird 102.9.0 25516 Thursday, March 16, 2023 Approved
Mozilla Thunderbird 102.8.0 35730 Thursday, February 16, 2023 Approved
Mozilla Thunderbird 102.7.2 21454 Wednesday, February 8, 2023 Approved
Mozilla Thunderbird 102.7.1 19954 Wednesday, February 1, 2023 Approved
Mozilla Thunderbird 102.7.0 24124 Friday, January 20, 2023 Approved
Mozilla Thunderbird 102.6.1 36229 Wednesday, December 21, 2022 Approved
Mozilla Thunderbird 102.6.0 20270 Wednesday, December 14, 2022 Approved
Mozilla Thunderbird 102.5.1 25186 Thursday, December 1, 2022 Approved
Mozilla Thunderbird 102.5.0 26052 Wednesday, November 16, 2022 Approved
Mozilla Thunderbird 102.4.2 24304 Friday, November 4, 2022 Approved
Mozilla Thunderbird 102.4.1 20823 Thursday, October 27, 2022 Approved
Mozilla Thunderbird 102.4.0 16189 Thursday, October 20, 2022 Approved
Mozilla Thunderbird 102.3.3 20337 Wednesday, October 12, 2022 Approved
Mozilla Thunderbird 102.3.2 18413 Friday, October 7, 2022 Approved
Mozilla Thunderbird 102.3.1 18926 Thursday, September 29, 2022 Approved
Mozilla Thunderbird 102.3.0 19842 Wednesday, September 21, 2022 Approved
Mozilla Thunderbird 102.2.2 23219 Thursday, September 8, 2022 Approved
Mozilla Thunderbird 102.2.1 18023 Thursday, September 1, 2022 Approved
Mozilla Thunderbird 102.2.0 19397 Tuesday, August 23, 2022 Approved
Mozilla Thunderbird 102.1.2 22263 Tuesday, August 9, 2022 Approved
Mozilla Thunderbird 102.1.1 11504 Saturday, August 6, 2022 Approved
Mozilla Thunderbird 102.1.0 17273 Friday, July 29, 2022 Approved
Mozilla Thunderbird 102.0.3 18750 Wednesday, July 20, 2022 Approved
Mozilla Thunderbird 102.0.2 19811 Tuesday, July 12, 2022 Approved
Mozilla Thunderbird 102.0.1 14146 Thursday, July 7, 2022 Approved
Mozilla Thunderbird 102.0 20740 Wednesday, June 29, 2022 Approved
Mozilla Thunderbird 91.10.0 31626 Wednesday, June 1, 2022 Approved
Mozilla Thunderbird 91.9.1 21204 Friday, May 20, 2022 Approved
Mozilla Thunderbird 91.9.0 26237 Wednesday, May 4, 2022 Approved
Mozilla Thunderbird 91.8.1 24126 Tuesday, April 19, 2022 Approved
Mozilla Thunderbird 91.8.0 22348 Wednesday, April 6, 2022 Approved
Mozilla Thunderbird 91.7.0 30247 Thursday, March 10, 2022 Approved
Mozilla Thunderbird 91.6.2 14335 Sunday, March 6, 2022 Approved
Mozilla Thunderbird 91.6.1 23290 Friday, February 18, 2022 Approved
Mozilla Thunderbird 91.6.0 19956 Wednesday, February 9, 2022 Approved
Mozilla Thunderbird 91.5.1 23640 Tuesday, January 25, 2022 Approved
Mozilla Thunderbird 91.5.0 22129 Wednesday, January 12, 2022 Approved
Mozilla Thunderbird 91.4.1 25610 Monday, December 20, 2021 Approved
Mozilla Thunderbird 91.4.0.20211214 16829 Tuesday, December 14, 2021 Approved
Mozilla Thunderbird 91.4.0 18926 Tuesday, December 7, 2021 Approved
Mozilla Thunderbird 91.3.2 27049 Friday, November 19, 2021 Approved
Mozilla Thunderbird 91.3.1 14312 Tuesday, November 16, 2021 Approved
Mozilla Thunderbird 91.3.0 22559 Wednesday, November 3, 2021 Approved
Mozilla Thunderbird 91.2.1 22548 Friday, October 22, 2021 Approved
Mozilla Thunderbird 91.2.0.20211014 17861 Thursday, October 14, 2021 Approved
Mozilla Thunderbird 91.2.0 19194 Friday, October 8, 2021 Approved
Mozilla Thunderbird 91.1.2 22945 Tuesday, September 28, 2021 Approved
Mozilla Thunderbird 91.1.1 21724 Friday, September 17, 2021 Approved
Mozilla Thunderbird 91.1.0 20864 Tuesday, September 7, 2021 Approved
Mozilla Thunderbird 91.0.3 20707 Thursday, August 26, 2021 Approved
Mozilla Thunderbird 91.0.2 10507 Monday, August 23, 2021 Approved
Mozilla Thunderbird 91.0.1 14220 Tuesday, August 17, 2021 Approved
Mozilla Thunderbird 78.12.0 28815 Wednesday, July 14, 2021 Approved
Mozilla Thunderbird 78.11.0 31942 Thursday, June 3, 2021 Approved
Mozilla Thunderbird 78.10.2 21100 Tuesday, May 18, 2021 Approved
Mozilla Thunderbird 78.10.1 19288 Wednesday, May 5, 2021 Approved
Mozilla Thunderbird 78.10.0 21024 Monday, April 19, 2021 Approved
Mozilla Thunderbird 78.9.1 18551 Friday, April 9, 2021 Approved
Mozilla Thunderbird 78.9.0 19300 Wednesday, March 24, 2021 Approved
Mozilla Thunderbird 78.8.1 21178 Tuesday, March 9, 2021 Approved
Mozilla Thunderbird 78.8.0 18909 Wednesday, February 24, 2021 Approved
Mozilla Thunderbird 78.7.1 22991 Saturday, February 6, 2021 Approved
Mozilla Thunderbird 78.7.0 17657 Wednesday, January 27, 2021 Approved
Mozilla Thunderbird 78.6.1 20351 Tuesday, January 12, 2021 Approved
Mozilla Thunderbird 78.6.0 20551 Monday, December 21, 2020 Approved
Mozilla Thunderbird 78.5.1 20608 Friday, December 4, 2020 Approved
Mozilla Thunderbird 78.5.0 18748 Thursday, November 19, 2020 Approved
Mozilla Thunderbird 78.4.3 14941 Wednesday, November 11, 2020 Approved
Mozilla Thunderbird 78.4.2 10905 Tuesday, November 10, 2020 Approved
Mozilla Thunderbird 78.4.1 9301 Friday, November 6, 2020 Approved
Mozilla Thunderbird 78.4.0 20240 Thursday, October 22, 2020 Approved
Mozilla Thunderbird 78.3.3 11762 Saturday, October 17, 2020 Approved
Mozilla Thunderbird 78.3.2 17202 Wednesday, October 7, 2020 Approved
Mozilla Thunderbird 78.3.1 16226 Saturday, September 26, 2020 Approved
Mozilla Thunderbird 78.3.0 5322 Friday, September 25, 2020 Approved
Mozilla Thunderbird 78.2.2 18606 Friday, September 11, 2020 Approved
Mozilla Thunderbird 78.2.1 16627 Sunday, August 30, 2020 Approved
Mozilla Thunderbird 78.2.0 9604 Wednesday, August 26, 2020 Approved
Mozilla Thunderbird 78.1.1 18454 Saturday, August 8, 2020 Approved
Mozilla Thunderbird 78.1.0 10161 Monday, August 3, 2020 Approved
Mozilla Thunderbird 78.0.1 14087 Wednesday, July 22, 2020 Approved
Mozilla Thunderbird 78.0 10455 Friday, July 17, 2020 Approved
Mozilla Thunderbird 68.10.0 17263 Wednesday, July 1, 2020 Approved
Mozilla Thunderbird 68.9.0 22090 Thursday, June 4, 2020 Approved
Mozilla Thunderbird 68.8.1 14137 Monday, May 25, 2020 Approved
Mozilla Thunderbird 68.8.0 18462 Tuesday, May 5, 2020 Approved
Mozilla Thunderbird 68.7.0 21937 Thursday, April 9, 2020 Approved
Mozilla Thunderbird 68.6.0 19716 Friday, March 13, 2020 Approved
Mozilla Thunderbird 68.5.0 28064 Wednesday, February 12, 2020 Approved
Mozilla Thunderbird 68.4.2 21263 Saturday, January 25, 2020 Approved
Mozilla Thunderbird 68.4.1 18655 Friday, January 10, 2020 Approved
Mozilla Thunderbird 68.3.1 18209 Tuesday, December 24, 2019 Approved
Mozilla Thunderbird 68.3.0 13396 Wednesday, December 4, 2019 Approved
Mozilla Thunderbird 68.2.2 35025 Thursday, November 7, 2019 Approved
Mozilla Thunderbird 68.2.1 16949 Friday, November 1, 2019 Approved
Mozilla Thunderbird 68.2.0 12507 Wednesday, October 23, 2019 Approved
Mozilla Thunderbird 68.1.2 17572 Thursday, October 10, 2019 Approved
Mozilla Thunderbird 68.1.1 17741 Wednesday, September 25, 2019 Approved
Mozilla Thunderbird 68.1.0 17598 Wednesday, September 11, 2019 Approved
Mozilla Thunderbird 68.0 26027 Wednesday, August 28, 2019 Approved
Mozilla Thunderbird 60.8.0 34741 Wednesday, July 10, 2019 Approved
Mozilla Thunderbird 60.7.2 18439 Friday, June 21, 2019 Approved
Mozilla Thunderbird 60.7.1 11163 Thursday, June 13, 2019 Approved
Mozilla Thunderbird 60.7.0 20068 Wednesday, May 22, 2019 Approved
Mozilla Thunderbird 60.6.1 45082 Monday, March 25, 2019 Approved
Mozilla Thunderbird 60.6.0 8146 Wednesday, March 20, 2019 Approved
Mozilla Thunderbird 60.5.3 11794 Tuesday, March 5, 2019 Approved
Mozilla Thunderbird 60.5.2 8123 Tuesday, February 26, 2019 Approved
Mozilla Thunderbird 60.5.1.20190217 9174 Sunday, February 17, 2019 Approved
Mozilla Thunderbird 60.5.1 4699 Thursday, February 14, 2019 Approved
Mozilla Thunderbird 60.5.0 10698 Wednesday, January 30, 2019 Approved
Mozilla Thunderbird 60.4.0 15355 Friday, December 21, 2018 Approved
Mozilla Thunderbird 60.3.3 9201 Tuesday, December 11, 2018 Approved
Mozilla Thunderbird 60.3.2 9297 Friday, November 30, 2018 Approved
Mozilla Thunderbird 60.3.1 11100 Thursday, November 15, 2018 Approved
Mozilla Thunderbird 60.3.0 10595 Thursday, November 1, 2018 Approved
Mozilla Thunderbird 60.2.1 16950 Wednesday, October 3, 2018 Approved
Mozilla Thunderbird 60.0 24486 Monday, August 6, 2018 Approved
Mozilla Thunderbird 52.9.1 15891 Wednesday, July 11, 2018 Approved
Mozilla Thunderbird 52.9.0 7505 Wednesday, July 4, 2018 Approved
Mozilla Thunderbird 52.8.0 18848 Wednesday, May 23, 2018 Approved
Mozilla Thunderbird 52.7.0 20398 Saturday, March 24, 2018 Approved
Mozilla Thunderbird 52.6.0 23777 Friday, January 26, 2018 Approved
Mozilla Thunderbird 52.5.2 16363 Friday, December 22, 2017 Approved
Mozilla Thunderbird 52.5.0 14550 Friday, November 24, 2017 Approved
Mozilla Thunderbird 52.4.0 19546 Monday, October 9, 2017 Approved
Mozilla Thunderbird 52.3.0 17587 Thursday, August 17, 2017 Approved
Mozilla Thunderbird 52.2.1 12749 Saturday, June 24, 2017 Approved
Mozilla Thunderbird 52.2.0 6050 Thursday, June 15, 2017 Approved
Mozilla Thunderbird 52.1.1 9471 Tuesday, May 16, 2017 Approved
Mozilla Thunderbird 52.1.0 6429 Monday, May 1, 2017 Approved
Mozilla Thunderbird 52.0.1 7272 Saturday, April 15, 2017 Approved
Mozilla Thunderbird 52.0 4028 Monday, April 10, 2017 Approved
Mozilla Thunderbird 45.8.0 8860 Tuesday, March 7, 2017 Approved
Mozilla Thunderbird 45.7.1 8777 Wednesday, February 8, 2017 Approved
Mozilla Thunderbird 45.7.0 5669 Thursday, January 26, 2017 Approved
Mozilla Thunderbird 45.6.0 7084 Saturday, December 31, 2016 Approved
Mozilla Thunderbird 45.5.1 11834 Thursday, December 1, 2016 Approved
Mozilla Thunderbird 45.5.0.20161130 2181 Wednesday, November 30, 2016 Approved
Mozilla Thunderbird 45.5.0.20161128 2368 Monday, November 28, 2016 Approved
Mozilla Thunderbird 45.5.0 4864 Monday, November 21, 2016 Approved
Mozilla Thunderbird 45.4.0.20161024 8540 Monday, October 24, 2016 Approved
Mozilla Thunderbird 45.4.0.20161023 2267 Sunday, October 23, 2016 Approved
Mozilla Thunderbird 45.4.0 12355 Tuesday, October 4, 2016 Approved
Mozilla Thunderbird 45.3.0 34679 Wednesday, August 31, 2016 Approved
Mozilla Thunderbird 45.2.0 52898 Sunday, July 10, 2016 Approved
Mozilla Thunderbird 45.1.1 613 Monday, May 30, 2016 Approved
Mozilla Thunderbird 45.1.0 506 Wednesday, May 11, 2016 Approved
Mozilla Thunderbird 45.0 473 Sunday, May 8, 2016 Approved
Mozilla Thunderbird 38.7.0 7832 Wednesday, March 16, 2016 Approved
Mozilla Thunderbird 38.6.0 5917 Monday, February 15, 2016 Approved
Mozilla Thunderbird 38.5.1 6132 Thursday, January 7, 2016 Approved
Mozilla Thunderbird 38.5.0 2829 Wednesday, December 23, 2015 Approved
Mozilla Thunderbird 38.4.0 5579 Wednesday, November 25, 2015 Approved
Mozilla Thunderbird 38.3.0 5727 Wednesday, September 30, 2015 Approved
Mozilla Thunderbird 38.2.0 5581 Friday, August 14, 2015 Approved
Mozilla Thunderbird 38.1.0 4022 Friday, July 10, 2015 Approved
Mozilla Thunderbird 38.0.1 3339 Thursday, June 11, 2015 Approved
Mozilla Thunderbird 31.7.0 1923 Tuesday, June 2, 2015 Approved
Mozilla Thunderbird 31.6.0.20150405 3696 Sunday, April 5, 2015 Approved
Mozilla Thunderbird 31.6.0 835 Friday, April 3, 2015 Approved
Mozilla Thunderbird 31.5.0 2933 Tuesday, February 24, 2015 Approved
Mozilla Thunderbird 31.4.0 2596 Tuesday, January 13, 2015 Approved
Mozilla Thunderbird 31.3.0 2468 Tuesday, December 2, 2014 Approved
Mozilla Thunderbird 31.2.0 2474 Tuesday, October 14, 2014 Approved
Mozilla Thunderbird 31.1.2 1507 Wednesday, September 24, 2014 Approved
Mozilla Thunderbird 31.1.1 1104 Wednesday, September 10, 2014 Approved
Mozilla Thunderbird 31.1.0 1026 Tuesday, September 2, 2014 Approved
Mozilla Thunderbird 31.0 1603 Tuesday, July 22, 2014 Approved
Mozilla Thunderbird 24.6.0 1546 Tuesday, June 10, 2014 Approved
Mozilla Thunderbird 24.5.0 1598 Tuesday, April 29, 2014 Approved
Mozilla Thunderbird 24.4.0 1549 Tuesday, March 18, 2014 Approved
Mozilla Thunderbird 24.3.0 1138 Tuesday, February 4, 2014 Approved
Mozilla Thunderbird 24.2.0.20140131 552 Friday, January 31, 2014 Approved
Mozilla Thunderbird 24.2.0 913 Tuesday, December 10, 2013 Approved
Mozilla Thunderbird 24.1.1 667 Tuesday, November 19, 2013 Approved
Mozilla Thunderbird 24.1.0 683 Tuesday, October 29, 2013 Approved
Mozilla Thunderbird 24.0.1 667 Friday, October 11, 2013 Approved
Mozilla Thunderbird 24.0 638 Tuesday, September 17, 2013 Approved
Mozilla Thunderbird 17.0.8 732 Tuesday, August 6, 2013 Approved
Mozilla Thunderbird 17.0.7 653 Wednesday, June 26, 2013 Approved
Mozilla Thunderbird 17.0.6 630 Wednesday, May 15, 2013 Approved
Mozilla Thunderbird 17.0.5 607 Wednesday, May 15, 2013 Approved
Mozilla Thunderbird 16.0.1.2 740 Monday, October 29, 2012 Approved
Mozilla Thunderbird 16.0.1.1 490 Monday, October 29, 2012 Approved
Mozilla Thunderbird 16.0.1 500 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