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 102.2.2:

23,179

Last Update:

08 Sep 2022

Package Maintainer(s):

Software Author(s):

  • Mozilla

Tags:

mozilla thunderbird email admin foss cross-platform

Mozilla Thunderbird

This is not the latest version of Mozilla Thunderbird available.

  • 1
  • 2
  • 3

102.2.2 | Updated: 08 Sep 2022

Downloads:

3,518,189

Downloads of v 102.2.2:

23,179

Software Author(s):

  • Mozilla

Mozilla Thunderbird 102.2.2

This is not the latest version of Mozilla Thunderbird available.

  • 1
  • 2
  • 3

All Checks are Passing

3 Passing Tests


Validation Testing Passed


Verification Testing Passed

Details

Scan Testing Successful:

No detections found in any package files

Details
Learn More

Deployment Method: Individual Install, Upgrade, & Uninstall

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

>

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

>

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

>

Deployment Method:

NOTE

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

1. Enter Your Internal Repository Url

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


2. Setup Your Environment

1. Ensure you are set for organizational deployment

Please see the organizational deployment guide

2. Get the package into your environment

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

3. Copy Your Script

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

See options you can pass to upgrade.

See best practices for scripting.

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

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


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

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

Exit $exitCode

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

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


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

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


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

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


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

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


4. If applicable - Chocolatey configuration/installation

See infrastructure management matrix for Chocolatey configuration elements and examples.

Package Approved

This package was approved as a trusted package on 08 Sep 2022.

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.2.2')
if ($alreadyInstalled -and ($env:ChocolateyForce -ne $true)) {
  Write-Host "Thunderbird is already installed. No need to download and re-install."
  return
}

$tbProcess = Get-Process thunderbird -ea 0
if ($tbProcess) {
  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.2.2-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.2.2-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|977f996a9fde9701a471db8318eee1f01581274f7be4a99c7629df5ea62a9359455016d629209521169e364cfe8752eb514b46da4e659f61a4c2ca1fec67e829
ar|32|05767ee694be8954c1f814c268ce35ce9cb1c14f9cabc68dfca5e5b65d8319e831f71595107f5abbb98454530a91d852cb8fb943175c2d0e846505be8c6f13fb
ast|32|da88b2a5c84c74b1edd3cf274e1798e4bf2159b3d388ead7726be277b7ba23c785cddd839683eef016c135447f62c8f81bb4ad59d588c8abd078e1e4c9186574
be|32|58f939b4383b7cdd03822ef06ef8110c506059708870dfb55e94edb5484663e3cfac7272656149828b8420e5ee78bb96159f558b44caa9ec53e0675cb79c14c9
bg|32|1fd10a32037588896c07642ea29c4fe7921dbe8f8b4484317f73f07058aa680f5edd8dea95fe5a1f1297230d557602f025c6f5cf3d0021ad3f67a943ee67b00b
br|32|c927d06abbc7934056f3d67edf627376080cc2bd0c8c814805d5942cfb7821920c1bc5b7fc7c8e180e7e6c564291fad6db76b9332e2c5b208ce5ef1299e1cc24
ca|32|5f5889715c63365b25ef42218d1c5d08add005f14e1ee500b222f72ff7f85b68ef756bb4ce23756d8368ab4e1ac179f9965c6464e246051b4a0aa8b1b965ee9e
cak|32|845ca3a21c04a3ab3e82214e46d0dfe948b93e6a21a8dd48a4b8d6792e05dce9c9d7ad9f81342a754eccdc1194fe28254b498f0c6714858e7f8f5ebda4f72086
cs|32|fb13b3957a3bf677927e1ee0534efc9a99bc78cc2ec2ffaaf3b0296a6fb1c86bd718bdecc21999daf7545b22bf16ecdd89322e4064cd2879765aacc109af10e3
cy|32|19115778be6bb5222847c4cd5ac8f6653b47cdb31f068660b87d79322538a708b695159070e885f64a0eaf7698c21e54d14e537bb0a0f8cae4b625fd7e80904b
da|32|41c0086f70caa91416e2560267ae768181c9f65212be3f9b851d7fa951cdd463e4bb04c3321d3def5e4626ca79d69ef7544c8800313e6edef4e1541127abe9f0
de|32|3714f84213f3a0fdbea2264c7ff7e4e877fc2349c831586dc36012a40d3a0b451e0e8da6af2caf5cca83fff64f34f2c64acfc04b0cee3eb2f23c4f4f9035271b
dsb|32|2d003aa03d5475faa15483681df060d4284aba1f1b783fb814f2d9224b9a1d510a9abb85bead5f23c69ca302425c01a32819c8b6e93104a0a3969bc6dc62f9a3
el|32|3a9bd64a5a7c8dfdef7951c379591aa5ae2c4e0e89ca49588cb2415c1d4b5810ca4aab1b6234a3c2983c7fbb5a9fdcffbcad156211dba47e61a98718ab089ca6
en-CA|32|8f9069d50d0dd6f6ef8e21e69226decf83f64716534ce950e6a3eee763b5bf4c4c8015aeee1df3b836a8d5b422fdc467d37e126e3663122374f039ec1718ce1b
en-GB|32|38edf18c3d54df672991a7560d188de64cd0c87cee5248a0cc6bb72c7aa2cc038ccf7e0d33b163903072ebe16e6ad2c5781fa99aad00c3a5bc428190d3b7b291
en-US|32|a85243398de01265f771810545c3d31e33f4ccbd3dfa7782043ead1390e5c40607cd41fda79de0bc51326eef0049d8e744875a9c9ebe2e13028b7d136483c5ca
es-AR|32|16fd40d3d399916b4044627490364fd08d1959b54f5a576ace9b1fc3e96fb36c069594b2f13afc972e37ab910cbf2f98b6855d76c96000742cdb3f2cb1521253
es-ES|32|885dbcaee8340312f769b849802c4180135e4da039c4969fdad98bcd411a1ce4c0f46ddc47a496f18b7b78ebdeb5d25ae599366a7335c2d2c09b309bf51790bf
es-MX|32|c0574fbfcf05f84be96eadcec93783e632afd1c878879e77839db8e46773fa557568d06b07f0d660240cc8e6f4226a89e254efe4698ef8a8278a349d06dccb0c
et|32|7bd1e78f7384b12f5be19348c8fe236c80c77b01dc409fb1c55bd28483ebdb8f274af2efc80e10e8ec46797e2152c37deccc0b2f6f9e063d7496ca8f7bb21a5b
eu|32|0ac0b6f857a185dfd0a3e314ee4f5939c80627be11aa5e882cf1168a3d6daf16f051e85eec49a80f99a22d350810147d78df14bedfcaf489674d268d6a10951a
fi|32|2f950c57aadee959035b0bf22cdd98b592f3d90cd0bcd5a38151623e195132a4f9ff5836b42519e9d2718b6ff540b9bab8b60a115750ebd9f5a7f6bbfd1d91d0
fr|32|7434dc8284201aa5e87e1e9da9cd4fb97f1b22475626d8568622de3c0ce38e5a462c4d89dc6022b9ae67ca68336b24792880ff87091f8a2bac03fffb936f360c
fy-NL|32|b581afe4ddfe1a8c229ac3af4063d93ba548889791e3b33cb131acde3312cdb95742749af06e620437deed8710b43cbe74df3a074d7bdefebb1c03c7789ede86
ga-IE|32|3c5c3229481f8194f91899b9fae2c5546dab099306b6bc34e7c04eaa22b248fb4007f77d3c4af6175823a844f3884f4a634eed68977b05d5e1241df3b24ce6d9
gd|32|54d1a8e8cbc0052c398c17fe5da65be921a1407fd3bd149e02b6a1c5e889158ddad7d4fce0db30693a23276d7e6d17e9a4a8a1e1d2cfd6b101a76d9efe1b93dc
gl|32|8d6f316e9971af043864d9f9187bc10bddf3674578369623681a3e37a4dbc12d9134e8eb85c5625175456cdf961b5b4ea1f7a1aa35e396be3375c40518c11186
he|32|3e3f70879fb6970ed0bb7e8bfa387e11360d4edc288331800fa310d30a28f3f33f435e74858c155157e885b279357bb3f9d2807aebc1c2fb766edefd72a2baf4
hr|32|e149e70d473339c935d010e3226b2b53d050e135f0cc5c8fb9cbb3ba13d77bed14769205504377802b23de1a77edaca4324e94089fa8f5c7c2de842b780d864b
hsb|32|bc17f4684ef6f8f3ac41b5e819a236b68c8598eed7eafc5ba76f787a7b65e4e95d12d3a069a708e511931adb8719d4727dcc4657ed956ebe4188bf03697a9670
hu|32|15d4f7f3f42222a6cf10099f97907ebd84a6eae80e65b2b50975a3fe886f6a175b5576fd77ccb797c3309ec4d082e2b2900c3856b2eea21d0400c9ca38453fc2
hy-AM|32|f5e4d702ba0087e392c30078348724978e4116a2850599b2b81f1df7a4f88e923fca2f625f5a1f313fb52cb501b2cbe6e094be68ea812667c0cc5a983fbcc3d5
id|32|3ed7b700d346fd18492647409b91d8b793a884bc03f062eff3daf21962a7a2bf2b754d1568a85d9fb8b73b98098fd65070ac47650a675c0c4343a4cb70aa9bcb
is|32|2f1ea3aeb7a7c47a00c2c4c820cc95cc2ca20818c1b377f90cabd5e7e8382fd0892c3d6c4f496495afdf19f7c4c056ab482894281a9dee1f9d00e7a80f472d9a
it|32|af1678d37ba3ce0ac098db7d5a27a9cebea9fe9c77de3a993c54de2a2b59d2f6241a75e2894273d0a5503a3dd7619e8e8d5235a526104a58ce2398cf125e477e
ja|32|94393fe9e45656d552956f3cf330fa870371578ebadbe3664cd7b4a17bd576633944729799d077d417e771f80bcf6522c511d47c3542fc6347923eee09e6a254
ka|32|cc78e14a801cd0241f05114e1f0494f75a27b100d73c0ecefabfe4ce3eff0cadbdaa9ad59364bba747aa8c2efd5ca584169fa3b863b8e308e3275add75099f73
kab|32|6ec435f7771d41efc36f9d8fd6bfb3433a6d91920716e5bad5c058e7c031cf8dba47c170c76c82bd828e1e1f4ccc9aa3a4564e961bfb546513d1013abf581682
kk|32|fd3dfd025380cc18d78734ee470d6ecdd2049076dc667996c77ccf2ed21eee5f1f64eb46266414f6c82f31aca10d4c24328d104cad4c6cdad579cec82a80ce43
ko|32|8c15af3c0a5f421004f6ff559597b2dde20ca49e806b1b0e1a9ad7a9cb8e84235fc3fb2bf9e860775aeec6b34ef04aebca1cd9e51b76c98b51b07fed0cf1360d
lt|32|a3e3bc67ab92a57875c2d1c7efad256b362606341573158ade91cb1ee0b1be8ca887d6d2d07a1d29b04aa7e698be966f0de846208d523cb09394c9651a13a8a3
lv|32|6ae52c830a654bd44c764aaa99bdcd289d4a0440e11d3af1c409a70eea38758752e3cc03bd343bb80bb52c52b8cf7c514110a23000ebf0e0c00d9147c54add3a
ms|32|c8e33c4114edaa4b6653ba52fbbc4a30b4d1ba2f8f05d28feb0c67191e08bb3147270a06ff648b3ba5935ab952afc331b1cecc50031ebfa5bee1afaf93869537
nb-NO|32|6a4f8e8f15c951eb498d8c5d03068a053b8a82b26a73d89a6ca97b10381bef4cbc81de4573c74afb9a03c2899e733f22f2086db64d2eb284692ce38b848c60ce
nl|32|e9c06fd6b6db33803396c963dc4ca8c3b7ec17920f3c6d605098926698db9adba775d5a63724ee4f88904ac76ffc2207883a3760e9b6644f57634c5ba30089c0
nn-NO|32|cef8cdf52bdc8296974b42d105d1986a4db98f4a2a8637a3e25f69a81506bac83f6f4a44527244c8a0d5190a5fe5cc4e6deb05a79d437abe7add47822beacb51
pa-IN|32|fcc05eeaa262c4d0bb69d0a1579f5a7d8b1d707b03c0aad95f4fb4770f6deb882986e29a90565a9b6eaf2516e6c29f38591bbf803d4300c04109c3627dee839c
pl|32|e944dc3f0c756bc1161938230f89f7a6fac54e6691d9a2a56a6ec305e97ba99c4693a70faed7fbb5e8e851f8b5ec57800a989a4818a5ce5f783a870f1fcfe01a
pt-BR|32|b45acd8a7f284f1cd6ffff81614a6556fa9101b461d449b350a13fcf1074ac928dd1456eef0aeb658043b8990c553a25648694bea00027240e16bf820fb274b1
pt-PT|32|f0ffab17cee2d872ada9afc7f29846b86b5df7731d8b1179a8c1bae2096197e620fa16c72aaeda33f457d418f7e35bd4dd2b6822883cba8091226cae03a6e5a4
rm|32|0ec448b861b15b3982ff7f4dc433226c10cb91e273d1263d9f535ee14e22868e52b9b83e668f435d4f067804fa2165a6a439b911b20aa9ad15a5512fbdc6c016
ro|32|a10b6580470c8982544a4a7b202d199e1ef1d280a3db3ea705e82379d19ac4e455ea60a6a1f85f7f25f7b0291ddc7553334bc9e374a0ae99a8e6f7dc5bf8d129
ru|32|e0cabc57c605a997a17a44d61ac75459d6d61e47fa94f5a139a53bb00f1430cc9049741dc206c97e63487b9c469a8c4f944c637b35787ae8cc39a78bcabd5b52
sk|32|493ea8ba9be65dcfc396fd3075af70a16934f51458861b20416ce020a56215b1f9ff1ed174e4879f3804f89374785af2c7827391905eec38475638c02d86dd9f
sl|32|07ad3c8e5e4310897ec734f4ef75648325043743c2f67966020ffa2ff7def8c008fe53a9becc54621cff85f8993dd0f215befccafcb90111975c250afbaec2ca
sq|32|209b4acb50ba04fcb9ce503daee234586bc2bf953ebb5c476871e66bdb3489014e636bfeea45bb1405962abaa0cb988c601f55b5ac56a6088869730b330fadbb
sr|32|417f559ffc75a0b7cd27710b9d632d554fd045818ee64de94ce706681e2db13044edf4826efcf87a1be1cb4be58b5c77dabf63f7662921c0c2a8e9b9b769dfc5
sv-SE|32|7cd233ac82d351ff3635ae4af3e47cd40d510bf35c56905db11675a59f3d1dd780ab53f0bc1ff145e7887e5df2c2379bad100900d2754262e5585aed8397471d
th|32|8df250a264b0712847086f40fffa3aecac7eb88dc0107588c73afa3b66fe72a9c0cc4a7c270b50bd878e82e33ef7259bb2e055af7d00bf515ed9bb53f1dfd344
tr|32|ae504fdf64878e73f06d3a6e200f0b20ddba39bb9e9eb2abb7e27473bafca31f38914ca278301e1621d767e24e89bd5253d3099c58b0ab453e0601b2805df894
uk|32|8853a2c2df49851a52264967d4e597d8a38cefdd521ea0c6f5614743f46a94da1996dd52cb02b43f4f7e7c40039fcad3216ed11276113db33237cec21d3c9292
uz|32|5c7f5a131753aae795cb9470525da669c00699451fe2f2ae5de26579092e1096e48b3b332f9cfaf54bc56b7b6b4483f7cf335e4f7d65e4c6cdd95158557312bd
vi|32|58f200b50c8ab80e11ff74c2356c6542395284776981bb7e40ee9d5e6f72ae423bebd17284bf5edb9c7761fb5b17a96b2f9df8af8b1956569403f611695403c9
zh-CN|32|cecbc50cc4fd9ebd3c6e3b48fa2c8e3279d5ccfb67893dd8a6473a0d178d02c02eb972713a5c10ff887304db5bababbb97c643c34de58072a8f0c0cb5a91b6e7
zh-TW|32|fc4ddf4866d30e84373e1880fe6e09e3699f7c6912f99159d1cb24da3ca36d1e7836cf433d87128d6e1df5dbbf47fb7a46de9fc383fcdca215320b93814802cb
af|64|8ecb7338d24c1d010d50315220bca386ab5a3ec7f0da366de3eda4421b77fcf63bf1ae9b29aff72c07f367c23ad93303111d1850e65b93678a9b52056bfb79a6
ar|64|91ce687b0badc8f89300d235d3772d85cda5650b25801d3c5bef23a9ec2c871d723f3dee60d1ad586f420ad581b8d8a12750b73820ed73bcf8ef5084d3d433a2
ast|64|f54e5f9c74faf7ffe5f58871ad24c542f2fe567b65bba1a18c6e83618b0f1614f846ea3c01459d2664480c90ae108e0cd71a786d0c0ca454cd600833ef542a54
be|64|c7cf6e3f7ea56112671e28b4ecc5caa8ece2ce46ddf42d0696fb9dddda8321ac516f158e0dc1d4d91119b6df9727b37c4ddd8ee9555dfdd11762472ad2d8cb89
bg|64|0dc1984ea83922d6d9afdf5909ca8ef51a0dc4f833c18b0a152533fdebc56d485e68ecfbb121caea34ad933448fa88d4212efa9b35712dbe327cccf81f6094a1
br|64|950d904c02628a35e592ca7f04707b6a67cf9dae9184306ab1cb611c5d060840456c3799cf86d045946741a09b47a1199d8b3dd9fc60b615cbf0098253ff6f49
ca|64|65b84ae6b867cd46fc672217c27b3aec6f863c86dcd0a4850bc809c77bbc972395f9fa6466dd49f8307f8ed4c3627eb0c6a95a1bed5c3a8bcbcaa5ed14878395
cak|64|cc4d48d451a66b767f9c56a9095d064791833a9dc996efc5f19048555d38be915a241e1508a7006240a3833e57ba85451eac43b9917c153e32792c021d26187c
cs|64|8e79019733782629655ee44dbfc7605d1e9a5f741149a88478ed332b3e66e0612f0170fd7b37551e2bb8d8d769cb6ed9dd5f5171446c9b7248be8de274f216d7
cy|64|2b631ce53221216bbdbe1a38cbb12d0094f106fbead7696628e959f72308ff02eb459da38109ec710a62d88bfc65b2949e25fc694e88075317bbcb7b514ad68b
da|64|bf690783b4a67b1464850cd90e5c34acd1b0071001517397f2c7d6b05c36558df342a49a07914c69ab3145ceac8d14eb6c4245f4bf35e52bccd59967434b3622
de|64|8959afbafb9864d06400c03be986337d447acadd3953228491c2c784f9ee0b61052d60c278712b26f54e951fc1275694faec1da45737037f05cba8575283a4e4
dsb|64|556fccdfa9e244d28ded723ab01e6b0e4e3c484265573a58a083e8fee541dcad7873bb41727e7d1d7f2364576e35ce1b422db53bbc37568ff7e3e6229a8c4eb3
el|64|a313a0136743b974805d63055a63da9e41c88168827c70c217453c45187f5137c4f8f4e97e91642af7c47e4b69da931a57e8afeb378eb7e523a37f0fd509e7e5
en-CA|64|e648824460321dd87d7f9f59ace7c06f5a9adb19d809003179f231381e37bdc686370856a8d3542dfa3d0134c782e2c2dadc6cab42e4156749f6010938346bd0
en-GB|64|9d3cb247522ad97b0299636edd104e3a7145e7b4547024b7b4da72312f05174ff9d746e5dd2795d661e68e649ca6d58d146e6cb8d4d5ca8e2c673bdc0541f2f4
en-US|64|369c60ac5b76ff043262fe38502f3b34155f6c094975ad11bb7b4e50b2b77b8850602463fce8dd7d296527f74c344293471419207b385cd65b06e850eb10234f
es-AR|64|8b65c0dc805ec31e2ee2c6e3f3775c776e666fa37fc90b8c55010df66de12e24a92af7fb447a3c2b4f6aa46a89b0d535f0f69646b7ca0813e4ccac99b54b4054
es-ES|64|02e9a540ee62d28a58fb122450ce25a376c2bcfc4fbece8a585e5784e81527f43d8b381624dabd18b6bf3be35663ddde913e2c488c5b28d4f20221220e07964c
es-MX|64|3c6a116862c6cc32e61f03e2794f3d17d37625d5a8c0206cbb584103f4cfc96408933f3c5fe89f2819035df8fc4bf65efb5128cb05c48a859bd15ea112c04cd0
et|64|3556d49800a4c5ff7d1bb15c1ac93071ed5b73d2ff100c7a7d692f672644dd9115ba42643e4d7a5daa834a225be28aa2733050261262738d052e45d0cc59f0aa
eu|64|0cad66de4109273567b48f9e92855af4df95d2a8f630e108e2ec8a58a9425d5fe43656d01132a2d26a3a9302cb3c2caa2d4c2deab401ee5aaec2ee01e7480c4b
fi|64|9359094e6844ef382827572ba1b2a085d3428f41d317ebe8c193b9116156d32a189c0be28bd9978bf096e8e21c8de5e4dbc214da3186cde252edd73161db0a93
fr|64|6a3ffcf252655e52325f3543c1db867e1dc12871efbccee85c8760fc8e90603ad785974586500e812d95afc3e0d427453ea60ee34f6f7252185f22da899d38b3
fy-NL|64|28dbcabc7281c893bfd9316894872c20ddfc943f279f7238cd40161d1e127f1ef34852da04b793eaa757973bc50190925aaaba75f55c00fcae44311836c87ba2
ga-IE|64|385b8350f0306414203c0b9d999695ba603304bb9faa7cc97b53499c73e0ac46730bfdfd00a553ab1a82c1e558cc233feb2a85c2248d0b3821166783be11fa2a
gd|64|a24ec1956c2223e169e24a26d7b70700af9cc5758d3c0dac41f054c9c64e00bfbf215ea32f43e494191343c9fc895457e316f56ebe0a89e9bc67e0cfcf57fe4c
gl|64|8152a4a680cebdfa9ede29cf2a031689caa78b768db465f861ce89b3c71ac30239019e154dc4bd51eb885dbbf27b941c94b12d5ddabd389e73299a5f6bcd8add
he|64|7a07063101a58c2a81160a79b42dbe151df651399eea16f01dd876c096b25a3bd2be708ea3c8a39180bcb1d814a0bdab2c3273204862d7d1f1121c66324e17a3
hr|64|885372ecb8ca862ca9da59982795a872f8dfe84e9a6ef848afc5b320c36f55bca1bd19648cb379bedf53bbe2ecda8c6a2a0535f2180b565b4798f80938ae7563
hsb|64|7af7415f3055c8e7bbb23f09bd413f0d964d2bb29de062fa3d010d7cf7b05d0df360437e4e0bb3d33932949c9507ace4f5db65418891a9504af8bb1914d2e486
hu|64|f440e63661883462e36dae6ca6987bbb3bbf0eae5995e2dd254123936589ae1cef548bf2cb4c619fff03ad1808915ee224344bd84bb6b1ef4753758241702c8f
hy-AM|64|952853ffe4a8095290055bfdaa57e82351a05a73095246791a539feb72de485d2fbec1d5795655bfa8ce09224fc5743206defc77554dc2b576c35672297b85a7
id|64|c121c089e1e8dc624108e099f4c2cb06fa7006de74fdbea2379eb1757cccbc67ccab297e06b642527ae5ab8ef9b92adc765859d9d4ac566c2f9fe1948e8639e3
is|64|8867f77e0de4d8c1c53520a61620970fbc493a2463f806d516f0300f833fa1055a4ac3c6c8c639e4c05f1106d20362f6f967e64a9391e4a8b696a5cb5d4e0bd5
it|64|37de0567ff4103872f5fa1af270b5f20cfee6155a2e0eb0873cf563604162cfd0b2a1758da84ced53854b1e6439a740ff8ba723c4b99c278cd7632e47f2496cd
ja|64|6d35ba96dfba7bd396ccfd6bbf740897ec9c729fa721b87cffc02f6cc7ebb402dfae56346a1e9042fcdc1987b266fcea85255919b738088dd690fdf2a0244892
ka|64|67e1ee06472255d74fcb37aa754be21629772d626c6cadaf0cfa9db639b9da6a830cd27e2fd12e197d25638e786c47b5cc1d4676b12f1c3913693a1a90d070b1
kab|64|7c5da18fff90c1f3b385cda5f71a8290899fdc80bbcc96ece9367b2532ced6991e736e27c1f97a1b3cf3794fbb3830806bb76c77418ef8325e17a6ca2ed18f50
kk|64|19dc04ae8f77382d453b884c295304860bacb0bf54df5caace5cab3be8e9b48821757b76dda701fd2e1dd8b7db23a692a846597c3d727e575ab29bcf9f3ef514
ko|64|8d8b7dbe6954d080fac998a869941ecae1df837585237579f43d03088bdf33ff102a8a2b250aac3e975ac1ebaac056029519475e2cd1f1e4aef8288819806b62
lt|64|04ca597b3ce30fed93fcc392cf7de74aba4a8b17e7bad061df6784ff7ca0efb06725496de704c8fb0e499e9d2591a62a0a5f293865f24e56306d2b70c6c17e99
lv|64|1a40feb4fa4e64bcce974bba2b0d57684c6201c834ad883fe01611d7117f0ce3a708c34babb76435df189446b97357792e96ea37f873c9db7434f59c8a4be47d
ms|64|fdb4c13b0821d79a4b00018ced9c3d3bfcab32605617fc63c07c67bde6c8d04f02abb2a5cf101bb614fdeedfea2dd35839972f7251a816ee8c9a1f8f36a73f15
nb-NO|64|274b6a7b5eee4380158e8f6a44632504f5df4bc76ab532fb6c06f6c3fcfeb10d126a17532d59efef785ebb8d9cd30ff8c536b5116e374b3c533a4b984ee92822
nl|64|32c63a3af1313e0d458e910b2a8b181c93e0c5c29792f78bd2ffe95e2dcb965e40b68f22351808e5f45a3f9baede311ca3d192a00a5115da71d328e2019103b3
nn-NO|64|b2840acb34e434308f166c35f9952a9818178c848553ecf0321051ab045b4088693e05bf3fb8cfe0df1184ef7a5be8447ecdcd3e89c9a8436be49128f465c1d9
pa-IN|64|368eda56bea98fcafb32cbafb3f2cd154baf8ddb25fc6bc716f733bdc9b77485e885beff2b72ee322ef082e5114a621280271bcdea9d17f902fd06589fb040ea
pl|64|7013c618ce7b5c4343968f75df5075b1b817e008c194957604ab0371f88e349619b22e60651ba1697e2f9007ee9dd01a5a1e0e4dd04e86ab38f8cd8aa295c4a0
pt-BR|64|74bbe0bbc721b3b8a2b82cf3fe2193da2f526b109d5df36e836f0740830fabafb52c781fbb9574007598a95a1067729589fff2b85e90468c49ea3d6b46b66ec2
pt-PT|64|5e1918e4af576f903bccf514f652f006023ff1ac27e9a3c63cced7c21b5642a2054c396b709d49a86c3dd8339598427da086adef998970975fc08040f96ca54e
rm|64|2be468afff72eba22d1e35090408f516f211965ca6f589ef4762a60e95f974cb21d440c9fe4858dda68ba529ba614dc4af930842a507163c045f78948194fc52
ro|64|1dd7c7f4b5fa3bbf5f326edd08bbb5d6f1b8aceb01250a7657665026fd0683781754cc376356e41fd8655bd720fbc3d3e43a22a2ee1d35f2bd1123dcd1b6d3ef
ru|64|29fd0864e3deaad2baaa7eb7195d7e9e4c05fb49b6017e6af7dbc282d99e155e4cce3efac582313086fa1f98201e930156895a48d2342ecd1bbb00d6068432f7
sk|64|bf83a4bea3a3b7d51da229e1fafc3060a7494fd35b5e6364fb57b8f0ac82fdfd83068e2e8d13d842cfbb5248cd599f2d9a80f52acfffc269d30ad21976ac8103
sl|64|130838a05ee1ad006b7e42ff034523ba372ad80ca08927417965438c593058de894b926769b2e90a752c9d5d960c8163cefe399d4779dcdd78f597df291d870a
sq|64|3f1e98b813731331b3f8b36be2ebc41c191b1cd33ae1272d96a7775ace5d8a726858ce638132533a85a793a3364e6c8c5693767ffb043c4146b9d1bcf1f4d037
sr|64|d25b92b984c466de136a579939e5ff61b9276103e1e4bfeb041a759c310d0ea90a92c7bc5ca6973160104cf4a9e4498f48ab067308439673f2b59b41f7e9a9a6
sv-SE|64|72cd1ca69f365df52e7933ca28a0c82f4cf28b1f38fd8b62bc2a666afe1727ba3478adb325e20d9bd892300c3e1660c007fc3eceb35a2a500173d2dcc58a129d
th|64|bd754cfc8fbc933f50b2d329c2ae98d9cd14ce16c07e6fc3e359cbd3b46af2cc98af12b453fd1ee932cbd79305b4ab4422c6e28e0e4ffee846985485c843c7e0
tr|64|2a4e043895bd725bc4348b9ecfd4e1ccf9948d9920d5b4bf59ada520df18c10997b26b1909da8e80385ff7236ca9460118a138a9ce0ccbf2af22391d8fa3ec1d
uk|64|207f909f73754cdb0875116b0b7aee45a895d5176afad4c1f9ec9a96de6ae55e4b4139ed0866ffc98a3981bde062ad4cd40efa5c9b5bdc0335089f0920d2863f
uz|64|030167a193273bec24e77ff5832a7bb7776bdf92ea56a64d48c1efcdbe03319f4704d9fa8bd11d61551b2c6abd0c7a7a1aa67c1c33e9e0a244595a2b3feaab97
vi|64|e9b167ba5fdc2fbecb3dba80ea013020ae427456b2aeedbda549060c4839f00cd83b56d7b2a0b12f4804b8d0b495006326d4f9849cb4866a9a1c68d7dc23d814
zh-CN|64|a2a5c7003a7a0feebd31719329df0093693f5d6b4ea0df0242afe6b1fd28ab75936312d32835d6ec1a05bc60ca42d048fe5fb1a32373dece3d847c6e047386c6
zh-TW|64|6785466f3bfdfd3f7d8ada7878ba70e891279964fc0bb2068908a3115c6fbf28da4cdb7e75a55362fb4cd149956a8cea329b0bb63d66eb299c8bc6273a5e3db9
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