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,141,993

Downloads of v 139.0.1:

13,613

Last Update:

10 Jun 2025

Package Maintainer(s):

Software Author(s):

  • Mozilla

Tags:

Thunderbird (Release)

This is not the latest version of Thunderbird (Release) available.

  • 1
  • 2
  • 3

139.0.1 | Updated: 10 Jun 2025

Downloads:

4,141,993

Downloads of v 139.0.1:

13,613

Software Author(s):

  • Mozilla

Thunderbird (Release) 139.0.1

This is not the latest version of Thunderbird (Release) 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 Thunderbird (Release), run the following command from the command line or from PowerShell:

>

To upgrade Thunderbird (Release), run the following command from the command line or from PowerShell:

>

To uninstall Thunderbird (Release), 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="'139.0.1'" [other options]

See options you can pass to upgrade.

See best practices for scripting.

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

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


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

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

Exit $exitCode

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

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


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

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


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

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


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

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


4. If applicable - Chocolatey configuration/installation

See infrastructure management matrix for Chocolatey configuration elements and examples.

Package Approved

This package was approved as a trusted package on 10 Jun 2025.

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

  • Looking for Thunderbird Extended Support Release? Install the thunderbirdesr package.
  • 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.
  • If the package is out of date please check Version History for the latest submitted version. If you have a question, please ask it in Chocolatey Community Package Discussions or raise an issue on the Chocolatey Community Packages Repository if you have problems with the package. Disqus comments will generally not be responded to.

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

$tbProcess = Get-Process thunderbird -ea 0
if ($tbProcess) {
  if ($pp.NoStop) {
    Write-Warning "Not stopping running thunderbird process"  
  } else {
    Write-Host 'Stopping running thunderbird process'
    Stop-Process $tbProcess
    # We make an assumption that the first unique item found
    # will be have the path to the process we want to restart.
    $tbProcess = $tbProcess.Path | Select-Object -Unique -First 1
  }
}

$locale = 'en-US' #https://github.com/chocolatey/chocolatey-coreteampackages/issues/933
$locale = GetLocale -localeFile "$toolsPath\LanguageChecksums.csv" -product $softwareName
$checksums = GetChecksums -language $locale -checksumFile "$toolsPath\LanguageChecksums.csv"

$packageArgs = @{
  packageName = $packageName
  fileType = 'exe'
  softwareName = "$softwareName*"

  Checksum = $checksums.Win32
  ChecksumType = 'sha512'
  Url = "https://download.mozilla.org/?product=thunderbird-139.0.1&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-139.0.1&os=win64&lang=${locale}"
}

Install-ChocolateyPackage @packageArgs

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

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

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

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

if ($tbProcess -and !$pp.NoStop) {
  Write-Host "Restarting thunderbird process"
  Start-Process $tbProcess
}
tools\chocolateyUninstall.ps1
$ErrorActionPreference = 'Stop';

$packageName = 'thunderbird'

$uninstalled = $false
[array]$key = Get-UninstallRegistryKey -SoftwareName 'Mozilla Thunderbird*'

if ($key.Count -eq 1) {
  $key | ForEach-Object {
    $packageArgs = @{
      packageName = $packageName
      fileType    = 'exe'
      silentArgs  = '-ms'
      validExitCodes= @(0)
      file          = "$($_.UninstallString.Trim('"'))"
    }

    Uninstall-ChocolateyPackage @packageArgs

    Write-Warning "Auto Uninstaller may detect Mozilla Maintenance Service."
    Write-Warning "This should not be uninstalled if any other Mozilla product is installed."
  }
} elseif ($key.Count -eq 0) {
  Write-Warning "$packageName has already been uninstalled by other means."
} elseif ($key.Count -gt 1) {
  Write-Warning "$($key.Count) matches found!"
  Write-Warning "To prevent accidental data loss, no programs will be uninstalled."
  Write-Warning "Please alert package maintainer the following keys were matched:"
  $key | ForEach-Object {Write-Warning "- $($_.DisplayName)"}
}
tools\helpers.ps1
function GetUninstallPath() {
  param(
    [Parameter(Mandatory = $true)]
    [string]$product
  )
  $regUninstallDir = 'HKLM:\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\'
  $regUninstallDirWow64 = 'HKLM:\SOFTWARE\Wow6432Node\Microsoft\Windows\CurrentVersion\Uninstall\'

  $uninstallPaths = $(Get-ChildItem $regUninstallDir).Name

  if (Test-Path $regUninstallDirWow64) {
    $uninstallPaths += $(Get-ChildItem $regUninstallDirWow64).Name
  }

  $uninstallPath = $uninstallPaths -match "$product [\d\.]+ \([^\s]+ [a-zA-Z\-]+\)" | Select-Object -First 1
  return $uninstallPath
}

function GetLocale {
  param(
    [Parameter(Mandatory = $true)]
    [string]$localeFile,
    [Parameter(Mandatory = $true)]
    [string]$product
  )
  #$availableLocales = Get-WebContent $localeUrl 2>$null
  $availableLocales = Get-Content $localeFile | ForEach-Object { $_ -split '\|' | Select-Object -First 1 } | Select-Object -Unique
  Write-Debug "$($availableLocales.Count) locales are stored.`n$availableLocales"

  $PackageParameters = Get-PackageParameters

  if ($PackageParameters['l']) {
    $localeFromPackageParameters = $PackageParameters['l']
    Write-Verbose "User chooses '$localeFromPackageParameters' as a locale..."
    $localeFromPackageParametersTwoLetter = $localeFromPackageParameters -split '\-' | Select-Object -First 1
    Write-Verbose "With fallback to '$localeFromPackageParametersTwoLetter' as locale..."
  }

  $uninstallPath = GetUninstallPath -product $product

  $alreadyInstalledLocale = $uninstallPath -replace '.+\s([a-zA-Z\-]+)\)', '$1'
  Write-Verbose "Installed locale is: '$alreadyInstalledLocale'..."

  $systemLocalizeAndCountry = (Get-UICulture).Name
  $systemLocaleThreeLetter = (Get-UICulture).ThreeLetterWindowsLanguageName
  $systemLocaleTwoLetter = (Get-UICulture).TwoLetterISOLanguageName

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

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

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

  foreach ($locale in $locales) {
    Write-Debug "Testing locale $locale of whether we have the information or not"
    $localeMatch = $availableLocales | Where-Object { $_ -eq $locale } | Select-Object -First 1
    if ($localeMatch -and $locale -ne $null) {
      Write-Host "Using locale '$locale'..."
      break
    }
  }

  return $locale
}

function AlreadyInstalled() {
  param(
    [Parameter(Mandatory = $true)]
    [string]$product,
    [Parameter(Mandatory = $true)]
    [string]$version
  )
  $uninstallEntry = $(
    "HKLM:\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\$product $version*"
  )
  $uninstallEntryWow64 = $(
    "HKLM:\SOFTWARE\Wow6432Node\Microsoft\Windows\CurrentVersion\Uninstall\$product $version*"
  )

  if ((Test-Path $uninstallEntry) -or (Test-Path $uninstallEntryWow64)) {
    return $true
  }

  return $false
}

function Get-32bitOnlyInstalled() {
  param(
    [Parameter(Mandatory = $true)]
    [string]$product
  )
  $systemIs64bit = Get-OSArchitectureWidth 64

  if (-Not $systemIs64bit) {
    return $false
  }

  $registryPaths = @(
    'HKLM:\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall'
    'HKLM:\SOFTWARE\WOW6432Node\Microsoft\Windows\CurrentVersion\Uninstall'
  )

  $installedVersions = Get-ChildItem $registryPaths | Where-Object { $_.Name -match "$product [\d\.]+ \(x(64|86)" }

  if (
    $installedVersions -match 'x86' `
      -and $installedVersions -notmatch 'x64' `
      -and $systemIs64bit
  ) {
    return $true
  }
}

function GetChecksums() {
  param(
    [Parameter(Mandatory = $true)]
    [string]$language,
    [Parameter(Mandatory = $true)]
    $checksumFile
  )
  Write-Debug "Loading checksums from: $checksumFile"
  $checksumContent = Get-Content $checksumFile
  $checksum32 = ($checksumContent -match "$language\|32") -split '\|' | Select-Object -Last 1
  $checksum64 = ($checksumContent -match "$language\|64") -split '\|' | Select-Object -Last 1

  return @{
    'Win32' = $checksum32
    'Win64' = $checksum64
  }
}
tools\LanguageChecksums.csv
af|32|7bafb98a775882fb80e326fd7591588563e9efb5938e4f6a14f3373b2ba3aa647981a4574ae39726d3b937dcdea6d4fae104fa53f24139296b763216b6f411fe
ar|32|466002836dcecd1b0debd95a44de94fc84aa1f4a9789ebd94b4533e104fbf51e95ad1ca27a0d4307ad1c089c1f8f5318df8b7e4ffc42fd3ca2a6b6a9807b454f
ast|32|9d9081af4217ac50d9488dca1fbb9e897db108415f712384180d8c2fc7d0028e289f2228652570cbb01784af6242452171ee90b668cea7042c935d4bf0a7f048
be|32|7d0ba98c89e66fa3fde799b8a0ee7e59f13f83d395dffc5852b9c91b0d389523639d006fc3d43f45ba36f30c0050ad8c5c76961e01ffc7d86f9920fa5f5433bc
bg|32|41e1a55a4c185747d1033d7b8a67f4a58c8aed0d2f30688bad72dbdc393fe88634008ecd73cc9ed6e18817cfdbf9ba74e2ac43d44e3270a06bf927dac4425307
br|32|30936729e9e28f2e1139ad3c5378e0ac1869547ed7960a7b030b7fc0755ff45846775bb42a68e5c3e3bb67f07be58e27347f10d44f5f18cb67d11d0a06f01690
ca|32|dc82bb56ef5ed793ea75c3ca03cdafc370e30da7a8268b39f5465a0d748b5c99bc2ea5071a0d59830506a7302bfa3e24531f74ee78f940b43dd4ee6daf47c189
cak|32|c0eaada36f47835480658644f6da3682b6112950b872048e2dec5bf4b90afeed4c7a539a115fa1412c056bc3064cf3b29b9ddea70c561596d27691b59f3919e6
cs|32|da9884e2f5534fa14903490925fb04572d6a37e0e87fb7a972785c17743e6113d65e888a797c751d0a52de32c43912598b0f533a6aeb3394998fded9158b9575
cy|32|78f974ed9aea4d18aab8e5844233aada4b51e7e663e7c343c2de361e5830f58ae100adcca6b485ed6733ef3e4649eb608ed9857b4cd018b15a5eb1507d7fbbbc
da|32|78f62c507c6ed7b6d4ba49ff7a789c1251fba9f986abc2016c2ca249b49a712f1d63c61282f399fb913074a72af8ed41f430e8309f95e298c76f59e15b32a8fc
de|32|f233c617ea9173b8fbe7d7ca83d64a39cc644e80c124479fa597c45fb7c69d9a06739006106b971f134780be03399b87b3db7e88225c389480c17f96aca1c607
dsb|32|125697938b893feb4b181019f9954c22d9c0060ee078f0f7f54646aaa4b791a1c767884f4474d1ec086832e51d438392d6cd7f388071acfa13c45d52edc26d0d
el|32|eacbbe9f2c3fcf47d585ef36400f15e2b5debdf81028a741038fbdab7ea4d14d7a1692eea6595376b2005807044cd0b812acee168a5f52110ed7f6b6abe216a1
en-CA|32|02a4ef87bac09a95a7339819d2140775047f5fb7775edb7254190c9e87f9548481f05e848a5a90cf5103386d8dcbf8a2c16a1b0199ab514a773a73558e697d17
en-GB|32|df6a535436a5ab8a57891eeee33289232c796b6cb76a38ed639210ee3f3ca88b851bb42695bf734c5de4ea338d0c7c8ecfba96a4b476ef8819f2e540ec8184d1
en-US|32|de2b6318c7c23d33a16b93de900c3ee8e242e4aa7f6b4ab71d3f29dbb51b532084bdab0be13ba944dc26bdda0f47080446be54bab56394a6b7f4d1a8bac4f8ad
es-AR|32|5f0ab751fa09310b47583308822f7dbb70fb93f10d38d5cc5fd24fa4f1c0805ab90e0c6274069cd7dd128641b27b8b1e5989608abbfe02474780e04f53ba1d31
es-ES|32|7f41ea42f7c3f84706775240dc18bd6a49daf39711b4912e9cb6ef38dec7e134fc3b3470150b9db559bae850de94334f64ad10e3c4e0ee1a8dbb325948804c28
es-MX|32|80205d334c4ef69c2721b63b4c83f09883885d87e04295db5078236bdf9a7227c8ba656f1fc983ec08517bc46bec71331a7b2058a679f4647c2329aa4e0b867d
et|32|928f06c24b9db165a2bcd74a68171bdc61b263d031089c99709b6cce80941eb47fc3b7587c76b41d1b33f26bc630192fde033c471037ff5a03397a590d174766
eu|32|f657fcdcb785451d0f3b89792b80ccddeee3aa0ade33ad4cf1bc21defcca78b764073668598bbe69f643f88d7ec91843b194d5fe6a10ea0fc3d777ba13d7f72d
fi|32|aa8dfe2951fd8dea3c7d98b6ef44a3f8d7e002e6fc3ff4f47ad240fcc9ed8dc4501d1e7da8a3727b8504dc6b76be21c0126f55f3831acb6f4058f822214c3d51
fr|32|b0d59897a0f7b93fff3a973d64670a186643afef50f0bcc1dd6380a955c76d9a327888e096b4c02666adceb31157128a5ba1e7a125d2001058cd2737bea36e51
fy-NL|32|57c849be084c81ae849a1ab65b10aa1f1bf5e21b31fe9c25bdc71a23a6e379985ad43160111de0c0fa986fc934888a7ac28223a1f1b6e23d2a4c9f45b478aa99
ga-IE|32|897b745e9893fd758caf6c89c0c5d38091b98049b0822b9e3b24aa35d9ab6300b98715c92fb74ea27a8e51eba1bf2078f6989f1be56e0df3ac0915281645f2d9
gd|32|e1626c09073fe5325ddb5ed41657b83f7681a6710c94f62e444090bb28326b34ac0bc8c71f3d076b873c0cdbdebb2648c7e332147270ebefbc677e30ed4eca6e
gl|32|2c467e6e29d83e1c5d2a35498a712cddb72d6ef8379f258a4217f307c39e1c55df8203b0cc733f5ebb973f80dfae690911d9267f520ce040b08bdba8e302460a
he|32|622477ca2911bc26f4922494d91df32515a3ce81301035fafeeb34bf5a445dd64af972bc0df5da952a6ca3bf15f24f5a6516a2a932df46fba2e89e7850492567
hr|32|0867cb7c3205385a116a7c602436d7624b062d50184470e1f8dea519c7be09f800f7130f1c9563898b7dce41548456828a193035be490976be70dc059d66cb76
hsb|32|131d46a40f38ef2d117ee9c23605dc38a12cb0dfb8719f145cbbd26a816cb25511697de3f1d3d7a12e0cb600a07b3f953042ae79161d9db26f4fa3aff51a9524
hu|32|eedbda22e5bc122656679c5c87f0e0ebd1ec8cc905b59a0f99742dde22fd95ca568bfed7bcc3e88e7b16c1df0f2098ffdaf4c499f99c3ca01b2d8ecc976f3336
hy-AM|32|48341a2027dde6a8bb9d5afdec7fd998cd41fa5b77dc6001ce7f3ba030b51062588cbb3aab97804a259c4380a3b18a3b5d9bafb0d1b26d626546174704ebb555
id|32|4beb537d72c4a10c16d454ebdf1e81ef7ce3f5e9c694a1b23130d4aeaa5aa88743b4a4f43a90848a9ccbedf6a8230ffbf8964f0c2d8d6699ad378f4a567c162e
is|32|6ed09777a2f039eace7699d698487ecde916865da23e802ad13f3e0df0814eb68b61b07b768e3b02075e21c1767182f891f8207e63a48f8cfacb2a0822f9ae7e
it|32|71d7f81ffcbbb5d9d4f5ac716916c7c237c104b1344b4dd4d92626956d88061888b04bafe9aaca38496d14ed7e2fb94abab4077304ceb92c0bbd2fdb7e060b26
ja|32|255ac22f0ac382feffb4deb677ab0c608de02fa553165a20f97920ea83ad2924f32e3c00c1ab34d60c8b32887feb64f5defb7c8171dbf8d596b35cf54cf8168a
ka|32|709acfbc0563b65cfdfa88c5a75e733d87dca3ce26f4984d6a1ebc355b58c009ee72eacbc2fa09e8b59de06f6f5c90b4a178d878f054c69bf3753c628f9cbf95
kab|32|d80723b3bdedd80910df84ab88018f0b46c81b3a391501d7c6e6dc5b040cdf7fd859686eea843554f7e46bc81966bcee54c9758520b120afa6579283d7ef7c89
kk|32|e83b9d91be215afee046f704f708983b355180a9524362e2414090b24cf3befaf45e5aef3e319208c75c962ac5cef611b68efe8092ad6a56825ab319b9004d0c
ko|32|f0491511f021888a98e5ce2396aeadda9fbd631a133197c655aa5929a9badfaaae486a6fb552d238bd7cb81992abcc961c900628c16c5b56c0f1018e126b4a73
lt|32|ad2212164d59e0e701b48af946057874785364dcaec7d842c7c399e97e7e52c6fd0d855b0dd1e5542fefc8e30bff763cb88e874076f81c2fe0cbe2781af089c3
lv|32|de7072e248da4c0872c746abe54045efb7a3704976ec6d5c16784653c9b4323e97bf5483ad2aa4ccf1bbfcd188caf72ea0944dde842f78a0c96fe127bc270d1d
ms|32|2a2242b9b7789f0b5d50d5f805cff06f66b663479edc6a6e16aabc2eb28d978681d7c412b98ba8240bafed750c8150c9ecb6480ae555f2311df162d1cdf6fbf3
nb-NO|32|3e866ee7a8a8b11b932b50c25f2f74d2c0c1117b85a09a5b5627befbadb19d23b9232365e929a2a075f2237acf84803bf5a23cf8d5ac8b1cf9434311bc94ecc7
nl|32|e891577e6f23eb91d36267fca0814e5a22db4437c6c57a7e5eb44eec371f2cc71057cabd5424ee0c085bd599490cd5a97cffaa84551db94865ab3144870465ea
nn-NO|32|533cf24ea6a45dee663921c43ba9105e790ec79a02cfa328c8c8baae9cda7292e48f0b5e914d2c409782152974c8cfe3d8ee8a6bf42976d3aa91fb70434cc0b2
pa-IN|32|bc32b60fedcfa4c5807dfc5e547669602a885afdea9f8bfcfd4a855030a73cffa94e0d3374ab44049aade6be95e4c08a0107a8a8d0c729d7919ca9caf0b9a1d4
pl|32|90f7a0559d389f125e62f85f0b8204461c09d33185f0b8be3d0d941a16fbd3950fc749aa90987f1009624e773da7a03a355c7d9808b0396a870ee225003d04cf
pt-BR|32|42cfd983384df574b1521ffedbcbf1186cb4a33f51b5f2b8c6e26be9f96fc475eb5f0c09fdeff7011df38a8d19fde46e92b81f44a653ad4709b3e2883d89d7e4
pt-PT|32|b06aa35869c0a020405976a02ee7a4040f3c753b0794c7d5bb7526ff05d3a58af5db708eb7bef560c8fed1664ff1aa3340d6570ad58d815f479e18873412118a
rm|32|600589e1ed8c7863472d6b87eaed0ec1a9459f57070c6f845d3e2da2a6d8c9bd151dee740bb9e2675a6c0dc54d0becb3c6911755667e6d71aa196502890c0be7
ro|32|76a314a9398ec0c758f4d56144d99261839d8a1206202de11a5a507afe7b4dbee99437eca9844670f3ccff7ab2695ef57a9e16be3eac20fbf92c788227e50b62
ru|32|c3fa05bceecc4edd564f2399b8c1e5c1d5cf3d7ae300af05e23f319a229ca5e1a46f0051e497820a31c128d10c503178978a17c67de03205aa96556601183800
sk|32|d82911e8d70ba29d252f5589fbb763bf1123dcac89325ba06d068a0360c28454ba6cd5d26c37282d9306c437e8c1880a4d44a3dd4eefd2ca0b42bdbf8f39a2d0
sl|32|0db4369cadcf1ca714ba3c278a8bbec0a1dd3a462a07b34acff759704e5732c582a1a1aa183cc1aee64b368074511b349367697ffbdcf533b1a75fe81ffc4941
sq|32|19139dd8eb06b6df17975f8b2c2dbea29738716413034bc774df93896f58cea84e59de616a176c94714dde79f1e56e9fe26c085a4033b3437f7bc080d6733a11
sr|32|682e2ff071b2083c2dd46ba26d5ec7c726c4937ecebe6e418197985d6c48b17626b9fd00d2d25d12c2dd128ccac28e20c240142edc2dc22239b321b2e552033f
sv-SE|32|721e4ba0c204ad20c151f18775767cd30a4d542a8e7656482ce06202034c1b51ec500707f3eb296f79d3ed4f4028746a73e676207578e41ff063bc6222956911
th|32|41af7ca8fa362817500a593f206f5a419da86beb9ff506c2b80dcfa13dc2cadef2a338138c6d51e42ec3c5591179186d59f362fa38e599b9d7e0e4e99ef715b6
tr|32|b346f09e4ccb045ec0a90d5cc3f8296688dcf586994ab132e059551df0db14681f28db49ad420d55b0ff3a5db7b9abeefb2c6aceaf23e868da1a0591a68cae78
uk|32|ac79b43ab3d5e50f042231650854b4b0fb2bc4a25b55ab7460fff82fe90124a366b8496b4bbb77fd111aff8683d23f0db9a5424c905a03846348fc0c0a9b22fb
uz|32|f7208f1e253ab5054583bec2bf983e9af7f00ad60ae67b1f62f976afc155d42332240dca18f7955520e5212c79cce58f55a3e95a6d838f504fc7e3f4c4c16c37
vi|32|79b9faae1ce25233e6c9546f3d07a10a1d643c0240b64fbcdb4ac203c2607bd012af1885d1ea748b7476febada3c00855892d01bfee163539364c96c8899a687
zh-CN|32|30875b5773c8d8e703000f24d67f4441d8a26ded6c140cd3371df603c449764c63ee7a89e501c3e6169ca5fa75848df0d86e4448e3090e990c37280c1432719d
zh-TW|32|0ab90ca084a678b7d6b34b594be45274e4e0d2746309677e76577fbd07c5c18c4ac0dac4334cc391f79aa3642dfcac5de728cdd6c64c5e5582a04b466833fba5
af|64|8445a0a0802f5293cdf0aa05003825af15b26dfcade21ee405fe94879ce9697c4c7855e60be90b01b66ea6717d069b6a151f9473d09fd7115411098588f26f1a
ar|64|6fea71af5610ddef23f56c11dbb6af76ad8b990be969d18f9d39b887e7627908bcb04e2c2bd4f0720f4b89a241969139c2883049fc62af812cde0bd938e8f899
ast|64|5888c6cd3e6c78b7871d2a52c3a3dbe08c64f1216d494db5b6c6bcdb683eba5ba8f8dfa91ab52968ec4280f6be51416e9ff337c7b780959ff11d481b60a32fd5
be|64|40bf8ff23caecc0d3f7ecdaadcf5f8058d4b8456a3c2c2c7b43e9b04b1bb430cb2728763ce06facabc880bd5f6f8937a542e0a31402b7a2391e2c6a3fedd82ac
bg|64|6a421bb985df0a0615fb01246ef612c3a3beb69c95c21f3823e400da67ab0eb8f0184ab529c7811558c7d49be754ea94ee9aef82eda1244245d3814889b93b18
br|64|b5f19cb3c038d40efbe4cb7a59584941b9e946962834ea3e60abbee087ae614004aff28b5b5427ba0bbd743a56f3975e5c4fd2dba0222dd58dc86a2479c18065
ca|64|9dd9bd745de32ca7da5405e99a87b48fe511a2639cdf6b9e39bf8f44fc3363244ba365797314f4a2e1b80dfb030611ac6509c98dd2245fb394e47f3ce0466fcf
cak|64|acc63db83752de66e270d5115f09bb318477aa85a02087ce010d4d478bd0bc541d73adf8f4710c60fb8de3b10491924ddb29ab200139476a162a857c12ac50b9
cs|64|753be5533d049b5717d85e356e8348c7eee5a40590a9da20f0cb1dc46573f4c1c614a979e2f01f44a2dfccb47dc793304308469ed01bd3032fce52e17c2c385a
cy|64|3a430a2603ab2c20a88e35d4b0ec9077ea21a3eec4a10de0001bd4b2c88591e2ea5156ff5b6efd4fdb9c74b55b99ae2eab6d80b910965e983ad357aa33bc160e
da|64|9081b3e9feb6cd5631908624de35559ed98dcfc319a3b9a2470d75d8c352081adf6c840a2d1a14ea2036ff972981470be71add6fd146b92417d36431f4be5ff3
de|64|ea0da9157b52836eb76221eee667395f8b60e148f22dcde58427820959fb3247db9606bc8df0975ea8757995d7c6858ba1aaf98cc732e67bd61cc6e20a8c99b8
dsb|64|9ea6c6970b9017ee08d40327fd7058b3c96d565604c66bd83c01167e6da55f590b2fc9086f065286666ef0e8032910f01d1b6d204f3863a49ea29b2f25f8dd20
el|64|8d9257723c900d89106d2f22e333d8a7960a1cc8d5a3ad903e9dafe593b6b838250bf65ce01fe6dbc2404412ddaa4055144515f71e392662cf58783be1bdbdf5
en-CA|64|9c670ef028bf1a24195897193969ef53d296ef9e6f49de1abb11ed3616fb3304f4265b9584bcacdd9b4d96a603c77ffbfee79c33d6beb429638d6a249aa871fa
en-GB|64|1f5f758223cdcc0e3b126e94762caca9f800f48221bfaeb1e19b52886fc2b81a3e771371911b35997a725613fa1329ef0c1fa1c734c8155fc1485dd113429709
en-US|64|d3018f5b4197ddeb6b3b93e69c0a5f2ae6f10e3b62003bfe2881c7208f95d67ac044bec6d0a2842c41d4182040e889e2122f70f9d70bf5e68bdd1131aaa28c42
es-AR|64|1587a9b3ec50dfd34ec48ec267b73c5373ca496a9b21a41b35ac4cb1203d3d2bda56a14c1999ff52360662317672e7bd8ed9f29cec0f4bfe8c2c1cae51734a8b
es-ES|64|8a64a33504fa024c29ec3709aed63f7cfb3f3cdeff6c9ea3d5385d5f1caaf74ac8e6467d98dd335269e7055d251ba278d20366acff35029d862f69c09c8ac928
es-MX|64|fe8b627c0b87a07140f2823d5451aed23c04fe99a27acb69a8b3b17804462fa75738f75e6b142edce5c29d7ecc92f12bf0041f035bea24ef0690d58d1ad9294f
et|64|e35ae69b970188369325afaf288dbe9ad61eecd4bb792ec24120f2fe8e69376fdc93dce3a33ee60b9650375de3a0e831ce8dc84af725dc4c6d8e15d9428840d9
eu|64|2ced38bc24b720403fd238cd9672ff75bce83f123027ca62deed5a2007b888faedaf95c22221f04e2e43a3bab9dcf41eda173091538afd74580d3030b6207c8c
fi|64|9983934beddb95b9c6864fcc79c52dd209b4144f3309a293bd799a05671c61f068356a93972ea1f7fa89e354e070724bbe2730e53581378f8d0eb2b5bace1f54
fr|64|1f614787d9de052e6769d18012a01bef09ff7fa0339410ad6166685df1ee48da02eecec06816c95c9a0951000803d797c6a9d0df606855f0ae5337ac1451b966
fy-NL|64|95acb90ee6c8cacedd9117dac1aecda4442de401ff89bfe7cfc026bf9c0e6867161a463d459dc1f8e1f2d0e7d13534aecc62f432b30e83808bb7c7621bef828a
ga-IE|64|a623e70b2831773bb6920d69982c4268b594da6ddc467c42b2b3abe75a77076dda0e5af1fc847bab5a2a0498a642cedfe742367874c38278351e3ce5145042e2
gd|64|923e1d327e01130107bf54704842b3f69cacb4d0ea0c18db798d17d8930c46b6a7133f6c2bbfd85240947194c68f42b7719a2623b18cd202f56b0b080b19d85b
gl|64|e6a1cb1a181ca23a1ecaad4998dcf3de0396957d8fe4872c1bf04d761b892e454e9816bc17ba352bbbd0d54004a2ec2465418f61cf1c8dd338454503de5532ea
he|64|122b7ce2a1a1f9aae334e9adccf87bb23a2c235764f85cf6017ed4db6348ae01472cf5265e836f60c9b93dc1b2a97b4843817c6773393096fbac0f9cfdabada9
hr|64|6f6399cb12e5e2726802c664f43042dcc40a71ba40b69316c3307a4e9a9cb875f427f6f6c0b638775e486521e5afff86c09e414843fb11d5fc8654215c494ff3
hsb|64|36388f73402dcc221461c6f53fd3309b7196d5d89c092da2b134323cdf7b8b77f71213f70909602e2eb79f657c21da4f2519cb606dda89d7743579b3463c909d
hu|64|8aca3ed6afe7a95f6d603128790214e1e3d29f3b445c0b741ed518e182700147b06554d153ca5e588011b7c1ce1b5005a5a430c204faaf10d2f72677ca49acea
hy-AM|64|732985f706a198fe588e49beb7853b568855b8485fbf2074767eb79503b4eb90e34c8e85354a65bb7b5902f509b6e062fba7f9396b0681b8876c026b56d0bcfd
id|64|c1c4e455dce4b37496b73dd7d4305cc09504a4623ec39a511d9e147a65a04e9b9e018abf5a7c06a6adf3802237a30671d0b2b1c84b46a20f523e8ec5dd1e26af
is|64|7ced45d8feb0597f7aec015d957fb4377b499a5104684aab8c3ed37534d0d1eb1bd074a825dc662b54c6977182fd811a159b41b40648691d80a87ac5aaecdca7
it|64|18a930abe624d2c0944e3875f8bb5086649b18dfc2c31f4bf4943f3393587b20747d75a6c6ee945b66396dff353600770092a70b880ddffd4f3ef5e06660559c
ja|64|6413d5a03649ae6b74950c86bc4155482a50fde5997a2e505cb71e98a92cd660335794316a31bf0909ccc3fa4e916d06ef320c87db34075cb043158d6a8d140b
ka|64|7695f4f2585852c83ae4b6c406da5658c40d4c7723da620a40f7a10aaa556b3de3f5a0d859a8f7f8d3feba7edaeb12ae8343669659c5163d1248b31c406fc81a
kab|64|a5d56be178cde70b86ad279120b33725996119dc30d34a5d0470dec5624eece11a6a0ffae6042abcaede46c144e93d5165716b4ca687210584bb0af1e4eeb050
kk|64|82eab89de45c20a0fa64a0e22e312867c627ac344d55ceee10ecc4c580b19dd00faa61b2d33396ae6f731ce9a973165edf641f2f8bd6cc5a33814be75d3bf380
ko|64|07780d6cd349a5c36ca8b7e013f9a1252e45a02cf57136f78a6713602bb23de4749f9295358c387bcf674ebf9c1545d3006f58e964d58b931564742d6798a3fb
lt|64|e04a5440cb2ca232117f5facdfb3e00ad32fdf00e82a75198123ef994ce08a10258c41e3d1ad240e1c297bb43f9e187df19d2faa8dcc20cd0687d3601c927fce
lv|64|97ecb37bef45f93ce431fe028f90f6209f242e70a6acf7c7115349ba0fb6b6288bc2ee00279e67a64fdd4569782133f8a92ed7f44b3abbde895ebeb74d40fe22
ms|64|c6ee6e88c71cbcc36adfda6018a3edc4976cb48a6da2a834df70a030ff097c594d99bdfd617f98514d25792957395cab03ada5891eafc303d4d5babea11b11f2
nb-NO|64|88bab7931f90f652862c1b2f20ed57789385c2d37b6f261b7d2ca279c83dd9b91c1545f2e8492e852aa27836cf7eb15c50e59da02df08e6a59556429f3757ee5
nl|64|4d5862794718d8bfff5f20cc7ce3850d0775c83510b1d080272320a34999451d5c21932f0a3bffb01d1eb8980f782f36873c438ba2ecb0d06cc670b497a9a100
nn-NO|64|c15d24d3336d03e0f4aa37ae3d2ea659b7d9f3ccd96474a506d399007aaf068d857efc7b6e42ce8de724f3dd7cf932a154d219b652cb16c8481807104fccdd3b
pa-IN|64|297f3f2c2c2ec45e532118778d4a8782ec5d103205e78f0d7d30eb9f6f1f0ec7b4d902558fe52d94c1e61ecda8d437fcf218aed1663e413c8045f1f283d680f8
pl|64|1422e9496100ea89058a1ca49ea297ec236f8c84084e22c9b4526e3b680a894b6758b787798559a82f4690e778b3ea4a86e91f77b103941aee4df47feb093428
pt-BR|64|4070c7a204c22fd4175f5f1e33633671eb5bf9c38e1ff81bb4f38e629dd57a0bb3e4a21c7f6de2a17ddf2027a33dbae4dbf6a5dd01343c264faad25cbdf6f6e4
pt-PT|64|688764b25859c2188d70b3a22a9f94d27112a4b3ca379acf53377c56810c7858b5c757c6703a98b8ef4d6854b3241c438f5d145c769cfaf39e3d360624dc3f86
rm|64|6c9bccefa45cd2285351b6ba7a6e5f07efeed1e4d7a80c9c3437985f4b3f985b5f5b6ced353e05fe839224e4523d467dfe1ccefa83bd0c0473bff0dec0275eb0
ro|64|8bd9aab65779d9193a19384bae4490bdb02166941a95531c9121ab882816b2a9af93f00957c9b30b9099e32d6874bdb0b2040cb5a93740419611e340c54257d9
ru|64|b05fc1239d8fff6d59e3b1bc0f23dea7b3796131a24320144d0a16eb9c74d1e50a6ebf5b21af5896cbc3f8d8b2e4048ec67df27feaa9d3548b98117715831693
sk|64|d4ed7daa5fb67a0bda5df68291e62f9b7040be680519ef510f6d7eefcb13bb81dd8de82e8cb75abd5938495f23ca85b42e3c701a3b78a207cf61f07fa6849267
sl|64|e9de4cfb421e28f607668e563f0cc97890928cbd5f2747e0fab854f93f87e7fdfec0f09e0855030d00c16a8acaba7cf2e7a80ec4de0713e3187445502b94072c
sq|64|5c463f117c558787354a2da34f8905c7d7847447ed2d09b18e69bc4381a34ebe8d4ff1fd033d153a71a6829db9074fbd3e56ff8c48e6b7d79d86ddfabf164e01
sr|64|4fe2f0041162fa10f8c941cae8e8d0aae7c527ea94581a379f6b853949476a91232573656057d822bee5b81fe0c1ef1b5a244d210cfbb81fe09d97e07f0afaaf
sv-SE|64|c778d2931acd354c1d919b53b070a449aca783831fdfdb0ed96fe07fd18573bc3d88485bec9c6331ddad6b1d2c973aa318e3ac2e617fafd77b6617108b32f94a
th|64|7740f09d7f9abca48c179e83c7f3e442ee796492e8b38cbfa1e70e2757da354e24608d60ab621a0d7c79f0771900d777bf0f9ba90bfc4102c638344b9b3597c7
tr|64|3ec445bb543659a6f8631d4a429c12dd8a911ce3d7f5902a38182b3f0618a2431ae8a62012472436fafe14ae1e120c9fc980024bc36cd531d21fba0f256bcc2c
uk|64|e4d67b8d7acd97fe3f20a515027d86f42a6e12649b394c27d659bcf6a5aa712a19482c6f73bec0073603a27ea1d7cec7387c1b5cb669c165e568b2b392fa0790
uz|64|43bc867ec3d14c22a0813f6bebc5f3c8c268afe7ea50b159449e0c5cca8389d8aa20aa1e0fdfd2e4d4ba0eae483a6f407f916ada01424b2cb33efe0cc68aa424
vi|64|cf4c7d5a65b07c24a16a276189071ac6fdcba6647b6da149b7efab62f957f65015e1025cb52dda7684c79727792d9802fc715abf1c047d091502a3d991405b0d
zh-CN|64|76f04c454c9c54a191baadd31884a1d31d2b6a2a7e1f31fd0da31f7215d81d53ff8bfbdea7b81d260f884b71186298f6ad12838d1313f1f2d21c290ee2cc767a
zh-TW|64|1794eccedb0ec6d1ad88584cfd3ae9bd684984c650112f420971b0618fefe8e9fc39d2ef1c46eba640f2b97117ff5ff8e37c40b1c3077f75f7a44c19df8b8d64

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) 139.0.1 13613 Tuesday, June 10, 2025 Approved
Mozilla Thunderbird 128.7.1 83748 Wednesday, February 19, 2025 Approved
Mozilla Thunderbird 128.7.0 34771 Wednesday, February 5, 2025 Approved
Mozilla Thunderbird 128.6.0 46257 Thursday, January 9, 2025 Approved
Mozilla Thunderbird 128.5.2 41757 Wednesday, December 11, 2024 Approved
Mozilla Thunderbird 128.5.1 23895 Tuesday, December 3, 2024 Approved
Mozilla Thunderbird 128.5.0 29578 Wednesday, November 27, 2024 Approved
Mozilla Thunderbird 128.4.4 26255 Wednesday, November 20, 2024 Approved
Mozilla Thunderbird 128.4.3 26559 Wednesday, November 13, 2024 Approved
Mozilla Thunderbird 128.4.2 25350 Thursday, November 7, 2024 Approved
Mozilla Thunderbird 128.4.1 16089 Tuesday, November 5, 2024 Approved
Mozilla Thunderbird 128.4.0 18707 Wednesday, October 30, 2024 Approved
Mozilla Thunderbird 128.3.3 24471 Friday, October 25, 2024 Approved
Mozilla Thunderbird 115.12.2 74344 Sunday, June 23, 2024 Approved
Mozilla Thunderbird 115.12.1 13996 Wednesday, June 19, 2024 Approved
Mozilla Thunderbird 115.11.1 30088 Wednesday, May 29, 2024 Approved
Mozilla Thunderbird 115.11.0 24326 Thursday, May 16, 2024 Approved
Mozilla Thunderbird 115.10.2 25293 Wednesday, May 1, 2024 Approved
Mozilla Thunderbird 115.10.1 23234 Friday, April 19, 2024 Approved
Mozilla Thunderbird 115.10.0 11926 Wednesday, April 17, 2024 Approved
Mozilla Thunderbird 115.9.0 34122 Tuesday, March 19, 2024 Approved
Mozilla Thunderbird 115.8.1 27855 Tuesday, March 5, 2024 Approved
Mozilla Thunderbird 115.8.0 27157 Wednesday, February 21, 2024 Approved
Mozilla Thunderbird 115.7.0 36261 Wednesday, January 24, 2024 Approved
Mozilla Thunderbird 115.6.1 27412 Tuesday, January 9, 2024 Approved
Mozilla Thunderbird 115.6.0 29878 Tuesday, December 19, 2023 Approved
Mozilla Thunderbird 115.5.2 22401 Tuesday, December 12, 2023 Approved
Mozilla Thunderbird 115.5.1 27070 Tuesday, November 28, 2023 Approved
Mozilla Thunderbird 115.5.0 18743 Wednesday, November 22, 2023 Approved
Mozilla Thunderbird 115.4.3 20216 Wednesday, November 15, 2023 Approved
Mozilla Thunderbird 115.4.2 22791 Wednesday, November 8, 2023 Approved
Mozilla Thunderbird 115.4.1 26054 Thursday, October 26, 2023 Approved
Mozilla Thunderbird 115.3.3 20837 Wednesday, October 18, 2023 Approved
Mozilla Thunderbird 115.3.2 22172 Wednesday, October 11, 2023 Approved
Mozilla Thunderbird 115.3.1 24368 Friday, September 29, 2023 Approved
Mozilla Thunderbird 115.3.0 12387 Wednesday, September 27, 2023 Approved
Mozilla Thunderbird 115.2.3 19574 Thursday, September 21, 2023 Approved
Mozilla Thunderbird 115.2.2 21744 Wednesday, September 13, 2023 Approved
Mozilla Thunderbird 115.2.1 6776 Tuesday, September 12, 2023 Approved
Mozilla Thunderbird 115.2.0 25457 Wednesday, August 30, 2023 Approved
Mozilla Thunderbird 115.1.1 26011 Wednesday, August 16, 2023 Approved
Mozilla Thunderbird 115.1.0 24945 Wednesday, August 2, 2023 Approved
Mozilla Thunderbird 115.0.1 27170 Thursday, July 20, 2023 Approved
Mozilla Thunderbird 115.0.0 23803 Wednesday, July 12, 2023 Approved
Mozilla Thunderbird 102.13.0 16040 Saturday, July 8, 2023 Approved
Mozilla Thunderbird 102.12.0 35831 Thursday, June 8, 2023 Approved
Mozilla Thunderbird 102.11.2 25022 Saturday, May 27, 2023 Approved
Mozilla Thunderbird 102.11.1 11259 Thursday, May 25, 2023 Approved
Mozilla Thunderbird 102.11.0 27789 Wednesday, May 10, 2023 Approved
Mozilla Thunderbird 102.10.1 29032 Tuesday, April 25, 2023 Approved
Mozilla Thunderbird 102.10.0 27134 Tuesday, April 11, 2023 Approved
Mozilla Thunderbird 102.9.1 26582 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 21452 Wednesday, February 8, 2023 Approved
Mozilla Thunderbird 102.7.1 19953 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 20269 Wednesday, December 14, 2022 Approved
Mozilla Thunderbird 102.5.1 25185 Thursday, December 1, 2022 Approved
Mozilla Thunderbird 102.5.0 26052 Wednesday, November 16, 2022 Approved
Mozilla Thunderbird 102.4.2 24297 Friday, November 4, 2022 Approved
Mozilla Thunderbird 102.4.1 20822 Thursday, October 27, 2022 Approved
Mozilla Thunderbird 102.4.0 16187 Thursday, October 20, 2022 Approved
Mozilla Thunderbird 102.3.3 20337 Wednesday, October 12, 2022 Approved
Mozilla Thunderbird 102.3.2 18412 Friday, October 7, 2022 Approved
Mozilla Thunderbird 102.3.1 18925 Thursday, September 29, 2022 Approved
Mozilla Thunderbird 102.3.0 19839 Wednesday, September 21, 2022 Approved
Mozilla Thunderbird 102.2.2 23216 Thursday, September 8, 2022 Approved
Mozilla Thunderbird 102.2.1 18022 Thursday, September 1, 2022 Approved
Mozilla Thunderbird 102.2.0 19397 Tuesday, August 23, 2022 Approved
Mozilla Thunderbird 102.1.2 22262 Tuesday, August 9, 2022 Approved
Mozilla Thunderbird 102.1.1 11502 Saturday, August 6, 2022 Approved
Mozilla Thunderbird 102.1.0 17270 Friday, July 29, 2022 Approved
Mozilla Thunderbird 102.0.3 18750 Wednesday, July 20, 2022 Approved
Mozilla Thunderbird 102.0.2 19810 Tuesday, July 12, 2022 Approved
Mozilla Thunderbird 102.0.1 14146 Thursday, July 7, 2022 Approved
Mozilla Thunderbird 102.0 20737 Wednesday, June 29, 2022 Approved
Mozilla Thunderbird 91.10.0 31624 Wednesday, June 1, 2022 Approved
Mozilla Thunderbird 91.9.1 21204 Friday, May 20, 2022 Approved
Mozilla Thunderbird 91.9.0 26235 Wednesday, May 4, 2022 Approved
Mozilla Thunderbird 91.8.1 24125 Tuesday, April 19, 2022 Approved
Mozilla Thunderbird 91.8.0 22343 Wednesday, April 6, 2022 Approved
Mozilla Thunderbird 91.7.0 30246 Thursday, March 10, 2022 Approved
Mozilla Thunderbird 91.6.2 14335 Sunday, March 6, 2022 Approved
Mozilla Thunderbird 91.6.1 23287 Friday, February 18, 2022 Approved
Mozilla Thunderbird 91.6.0 19955 Wednesday, February 9, 2022 Approved
Mozilla Thunderbird 91.5.1 23639 Tuesday, January 25, 2022 Approved
Mozilla Thunderbird 91.5.0 22128 Wednesday, January 12, 2022 Approved
Mozilla Thunderbird 91.4.1 25609 Monday, December 20, 2021 Approved
Mozilla Thunderbird 91.4.0.20211214 16828 Tuesday, December 14, 2021 Approved
Mozilla Thunderbird 91.4.0 18924 Tuesday, December 7, 2021 Approved
Mozilla Thunderbird 91.3.2 27049 Friday, November 19, 2021 Approved
Mozilla Thunderbird 91.3.1 14307 Tuesday, November 16, 2021 Approved
Mozilla Thunderbird 91.3.0 22559 Wednesday, November 3, 2021 Approved
Mozilla Thunderbird 91.2.1 22546 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 22943 Tuesday, September 28, 2021 Approved
Mozilla Thunderbird 91.1.1 21723 Friday, September 17, 2021 Approved
Mozilla Thunderbird 91.1.0 20864 Tuesday, September 7, 2021 Approved
Mozilla Thunderbird 91.0.3 20706 Thursday, August 26, 2021 Approved
Mozilla Thunderbird 91.0.2 10505 Monday, August 23, 2021 Approved
Mozilla Thunderbird 91.0.1 14219 Tuesday, August 17, 2021 Approved
Mozilla Thunderbird 78.12.0 28815 Wednesday, July 14, 2021 Approved
Mozilla Thunderbird 78.11.0 31939 Thursday, June 3, 2021 Approved
Mozilla Thunderbird 78.10.2 21099 Tuesday, May 18, 2021 Approved
Mozilla Thunderbird 78.10.1 19286 Wednesday, May 5, 2021 Approved
Mozilla Thunderbird 78.10.0 21024 Monday, April 19, 2021 Approved
Mozilla Thunderbird 78.9.1 18550 Friday, April 9, 2021 Approved
Mozilla Thunderbird 78.9.0 19300 Wednesday, March 24, 2021 Approved
Mozilla Thunderbird 78.8.1 21177 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 20545 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 10904 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 11758 Saturday, October 17, 2020 Approved
Mozilla Thunderbird 78.3.2 17196 Wednesday, October 7, 2020 Approved
Mozilla Thunderbird 78.3.1 16225 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 9603 Wednesday, August 26, 2020 Approved
Mozilla Thunderbird 78.1.1 18453 Saturday, August 8, 2020 Approved
Mozilla Thunderbird 78.1.0 10160 Monday, August 3, 2020 Approved
Mozilla Thunderbird 78.0.1 14087 Wednesday, July 22, 2020 Approved
Mozilla Thunderbird 78.0 10454 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 18459 Tuesday, May 5, 2020 Approved
Mozilla Thunderbird 68.7.0 21936 Thursday, April 9, 2020 Approved
Mozilla Thunderbird 68.6.0 19715 Friday, March 13, 2020 Approved
Mozilla Thunderbird 68.5.0 28063 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 35024 Thursday, November 7, 2019 Approved
Mozilla Thunderbird 68.2.1 16948 Friday, November 1, 2019 Approved
Mozilla Thunderbird 68.2.0 12507 Wednesday, October 23, 2019 Approved
Mozilla Thunderbird 68.1.2 17571 Thursday, October 10, 2019 Approved
Mozilla Thunderbird 68.1.1 17739 Wednesday, September 25, 2019 Approved
Mozilla Thunderbird 68.1.0 17597 Wednesday, September 11, 2019 Approved
Mozilla Thunderbird 68.0 26024 Wednesday, August 28, 2019 Approved
Mozilla Thunderbird 60.8.0 34740 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 20067 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 11793 Tuesday, March 5, 2019 Approved
Mozilla Thunderbird 60.5.2 8123 Tuesday, February 26, 2019 Approved
Mozilla Thunderbird 60.5.1.20190217 9171 Sunday, February 17, 2019 Approved
Mozilla Thunderbird 60.5.1 4699 Thursday, February 14, 2019 Approved
Mozilla Thunderbird 60.5.0 10697 Wednesday, January 30, 2019 Approved
Mozilla Thunderbird 60.4.0 15351 Friday, December 21, 2018 Approved
Mozilla Thunderbird 60.3.3 9199 Tuesday, December 11, 2018 Approved
Mozilla Thunderbird 60.3.2 9296 Friday, November 30, 2018 Approved
Mozilla Thunderbird 60.3.1 11099 Thursday, November 15, 2018 Approved
Mozilla Thunderbird 60.3.0 10595 Thursday, November 1, 2018 Approved
Mozilla Thunderbird 60.2.1 16949 Wednesday, October 3, 2018 Approved
Mozilla Thunderbird 60.0 24484 Monday, August 6, 2018 Approved
Mozilla Thunderbird 52.9.1 15888 Wednesday, July 11, 2018 Approved
Mozilla Thunderbird 52.9.0 7498 Wednesday, July 4, 2018 Approved
Mozilla Thunderbird 52.8.0 18847 Wednesday, May 23, 2018 Approved
Mozilla Thunderbird 52.7.0 20394 Saturday, March 24, 2018 Approved
Mozilla Thunderbird 52.6.0 23774 Friday, January 26, 2018 Approved
Mozilla Thunderbird 52.5.2 16359 Friday, December 22, 2017 Approved
Mozilla Thunderbird 52.5.0 14549 Friday, November 24, 2017 Approved
Mozilla Thunderbird 52.4.0 19541 Monday, October 9, 2017 Approved
Mozilla Thunderbird 52.3.0 17586 Thursday, August 17, 2017 Approved
Mozilla Thunderbird 52.2.1 12746 Saturday, June 24, 2017 Approved
Mozilla Thunderbird 52.2.0 6049 Thursday, June 15, 2017 Approved
Mozilla Thunderbird 52.1.1 9469 Tuesday, May 16, 2017 Approved
Mozilla Thunderbird 52.1.0 6428 Monday, May 1, 2017 Approved
Mozilla Thunderbird 52.0.1 7270 Saturday, April 15, 2017 Approved
Mozilla Thunderbird 52.0 4028 Monday, April 10, 2017 Approved
Mozilla Thunderbird 45.8.0 8858 Tuesday, March 7, 2017 Approved
Mozilla Thunderbird 45.7.1 8775 Wednesday, February 8, 2017 Approved
Mozilla Thunderbird 45.7.0 5666 Thursday, January 26, 2017 Approved
Mozilla Thunderbird 45.6.0 7083 Saturday, December 31, 2016 Approved
Mozilla Thunderbird 45.5.1 11832 Thursday, December 1, 2016 Approved
Mozilla Thunderbird 45.5.0.20161130 2179 Wednesday, November 30, 2016 Approved
Mozilla Thunderbird 45.5.0.20161128 2367 Monday, November 28, 2016 Approved
Mozilla Thunderbird 45.5.0 4863 Monday, November 21, 2016 Approved
Mozilla Thunderbird 45.4.0.20161024 8539 Monday, October 24, 2016 Approved
Mozilla Thunderbird 45.4.0.20161023 2267 Sunday, October 23, 2016 Approved
Mozilla Thunderbird 45.4.0 12353 Tuesday, October 4, 2016 Approved
Mozilla Thunderbird 45.3.0 34679 Wednesday, August 31, 2016 Approved
Mozilla Thunderbird 45.2.0 52897 Sunday, July 10, 2016 Approved
Mozilla Thunderbird 45.1.1 612 Monday, May 30, 2016 Approved
Mozilla Thunderbird 45.1.0 504 Wednesday, May 11, 2016 Approved
Mozilla Thunderbird 45.0 471 Sunday, May 8, 2016 Approved
Mozilla Thunderbird 38.7.0 7831 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 2826 Wednesday, December 23, 2015 Approved
Mozilla Thunderbird 38.4.0 5579 Wednesday, November 25, 2015 Approved
Mozilla Thunderbird 38.3.0 5726 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 1921 Tuesday, June 2, 2015 Approved
Mozilla Thunderbird 31.6.0.20150405 3694 Sunday, April 5, 2015 Approved
Mozilla Thunderbird 31.6.0 835 Friday, April 3, 2015 Approved
Mozilla Thunderbird 31.5.0 2932 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 2473 Tuesday, October 14, 2014 Approved
Mozilla Thunderbird 31.1.2 1500 Wednesday, September 24, 2014 Approved
Mozilla Thunderbird 31.1.1 1103 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 1547 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 911 Tuesday, December 10, 2013 Approved
Mozilla Thunderbird 24.1.1 665 Tuesday, November 19, 2013 Approved
Mozilla Thunderbird 24.1.0 683 Tuesday, October 29, 2013 Approved
Mozilla Thunderbird 24.0.1 666 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 739 Monday, October 29, 2012 Approved
Mozilla Thunderbird 16.0.1.1 490 Monday, October 29, 2012 Approved
Mozilla Thunderbird 16.0.1 499 Monday, October 29, 2012 Approved
Discussion for the Thunderbird (Release) Package

Ground Rules:

  • This discussion is only about Thunderbird (Release) and the Thunderbird (Release) 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 Thunderbird (Release), 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