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,473,665

Downloads of v 102.0.2:

19,772

Last Update:

12 Jul 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.0.2 | Updated: 12 Jul 2022

Downloads:

3,473,665

Downloads of v 102.0.2:

19,772

Software Author(s):

  • Mozilla

Mozilla Thunderbird 102.0.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.0.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.0.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.0.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.0.2'
end

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


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

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


package { 'thunderbird':
  ensure   => '102.0.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 12 Jul 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.0.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.0.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.0.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\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|b7bed2f8a510a48060f33285f0b87c0b04fe5b86eae046f7a5bb7f5d4850c6a14cec776fddd82e5d266ee0c3bb8471d55f748862d038ecc0bddffb4fd63f42a1
ar|32|c9cbf3fa351e857c92b7ee12d2333285f2e60e02442ba20304f489ad6c6239049d0bf340c5870f9217c7a6cfd83e7bb0f370b924b16b0c73f75c6cbf5ac56bda
ast|32|6a1d77e242ca981a806d6306e449558d5fcc81480c62fb1763a83c7a4ed47d588164c8f3f8b34828a54f17a14c691c04fd32ced5226375d566ab6e64276c0bbc
be|32|5853d2b3b07746d02de47261dd343caa1f3c4015a072a738968f1a5e95d000d4b9ec0b0255e9569fba14719e279a487dae0efa5df1028fcdcba5c8f3b9044253
bg|32|0ab774a1370d556914795cf93e99484ad89ac6d1983da7a15a8dc06c49c5563856f0f82d78582d3a2b139c5590cc9ebfa4eab1df0d5a7c8eef29842481033ded
br|32|400aa003407db4048e973db63b6bdba2ba1f3a6314851cf057724753c023d4a4fd8e90a24bb44c0df537fcd837a0157ba0ee7883870c767e7237e08c02e56b48
ca|32|f5eeda7197f60502b0725498ebf7c996cd7663d5d5ef69b91ccb301c59eabc9e51af08295afe5c11ce0fdcfee326ad6d86af2c0927a7622d7f38a61093ea2fc6
cak|32|f5dac7cd79dda80fee27ec1e6c38777c8019ae9756b0543addb68e6a510319d1f28ed82e8c5e9ecf047b2889f32b4944336e85143909b1b56a4d6c0e10392cae
cs|32|b1b0a9ee7a27d51ac486a25ddd51cdbab2025479e4b3e68ab203c5908b9f5344fd1c2ae93e6fc8863b9f7835d67420a959a386b1d3b74b171d9afc8aef24dcc9
cy|32|5f8abd46550feb7c5898b956980ff39d15e6cfb6a0e51f217458d254f565359502c8938241e17b6a144797778a09476a031636b989feb8519aa6e38752e913ac
da|32|7f81adcdb265836934eec02c8b30ed2c0bd285421a0d20c216639726195d290554d96b35cfbd20bdae2d3cb19643e0d46900765be306b6d70953ae24b2c3cca7
de|32|046988fa399c610821ec90bbaf3290f403b7f125bcb89b3652e8ba14546e64983d205fd5c392ad10dc11253f9eac06df2ad5fbb0b1e6c69f3d9d96a665f82feb
dsb|32|dca7880174024ca18d33022f36dae26906e31316ac4944a6db7f80c8f8a9ca25a320d5b8fa9893155649ae9913c79a3e2a44a0ee0fb4d8f68392066f965481f4
el|32|7830be5751af4ab6c8768d99ce9a2f7c69cad00cc7cc951d642267931c61553eac1436ad4e0e1b60a41f4a627136728ec0d9ecad614b4cdd9cae32fc9de53610
en-CA|32|42513193c881a9c54fa30114d62ba0d4f11bcee6ad48e9d2c9f99595c9a3d12652d48ed2911f80b48800e1d08d46359b1de2077089681155e9419bc988052694
en-GB|32|eb4898a06900c47081cdecaac909e3b640186416cb4f70e7791f7e6f97fdc9c0571129c17f976d8a9bf018e485535f0873b58d02e7c050d32c663e8f5f20f118
en-US|32|0f35737d7a7f060ebe49c97c0ffc9abe301c26219bce5c9110d7a6af206b716ad12ce678b44dab9e8978334a60fd109861cd59536e72a34197765d803f5fca0d
es-AR|32|b82355714d14919f378d2cb3added2421ff04ffc47a5b5b03ad18f13822519a2b8b86bd42af8906aa82f5ad30586be8597257c551415330194c0d52a8e275ac6
es-ES|32|3ec6e6bf70078aa7bb82e9ef1689f73be2d1332a9c31632dc82ccb9450fea943d1414a7a4c6240a4a510e024c5a33daa7c47ff651a57b68ac4e6a5842825357e
es-MX|32|8d981127142b4c2d22992b104a5358947b4fddb6d1024dc76558558a4133463d8cd4c38c460dd376dfd6565d8b1b365cef13349530605555eefdbcc315272bcc
et|32|54ac8ee3f5b8f7bf12bf449c3f59a38942194100872331822380161aa214d8448cb6174e7d9613ff1b0f78e426fe4493a1c899387e35b59f76b54c6f622523f7
eu|32|8888dbc9442ee00dad995cb8ff0319872d39d70ddbec2ed97fab0e7b8285079e81fe19c212e1d16fdb64267b2faa41568fe06f202788daa18eba66fc80265275
fi|32|268fea80564eed1e82e027be95a7b780cc7d445f9d2fb3ae86c8fb18f3f4aa0b0abad60f3adce3f166143d8f7e1607cfab5fe7ce5abdfc8d7702fe5ddfbcc9fc
fr|32|7cd4837906ba8773e5b2bc07059afe325d905cb2f4a2dcb0fb8d72596bda026fc4979ff51e61ce7f7b273bf4356830a5fe747e56c0ae781cf3662c36c1a8d711
fy-NL|32|95a12b6bace00f78802328cf94b056ff96044566bb539a0c2bd5c7ec8827a6e55521905956f784d894dd0862c8dbd533e0f3fad4f6d930baaa30746c6b2a0eaf
ga-IE|32|fdbf9997ed51ecc34d7e45efebac7c14cbf5c8d7ba4ce6c2a8e002af384e7f2ff681bdbe77e5f4ed6236a95005df530367a7707c67458cc7844f05a888d216a0
gd|32|9493b5e7aa2df8991610125939c20e96484977aa4db132527e372286edac78c1878894cce841dab56254c4b9e10a45ca558282f9646e6fb5951a051f15e43642
gl|32|54d646cf0f9bb3c1172a9568889ccdc7da635d18ae1721125d4a92594c1c8f91ef8142cf627789f8ebe8dbc147c1b742e494b8fb7102df2196155afef85ccc4b
he|32|d80632903da5a2f9d5b0ef706e8055f9db123708293b45b0c439c9553e739db77ff0333a810d734069caf0f1fc46221f7117274953b64c2a2c72facd3504b7c5
hr|32|9e8a77761ae158544ce0e53c2ff07cb40d91e33caa84d1aa588efacbf794d882d8a471f68c3cd7a55146c56cd2e2b500e737155e8e685abb023c74e93cc649ce
hsb|32|a9eb8eec7ad6693e5fe5a203e3a3792e479e0b7fcb944efc4aa42d381ec80968c8e61ab7951f874af3828a111a7f341d25d63e8c1eaa11809d842ecdecfc2c1d
hu|32|1207be9dad0b9358fa05f86130b13c9b36e8e9af52600b622b7573bd0ca06ac5d27b15d47acd9b039802c65bdacb6c9cc56c1e89c7369fd760a478a9e218f83f
hy-AM|32|d0ca61db0350c4842a6f0530bbe74d3d19244a86d983090c2891b27a9412e9d4e51f33468465e0d444fca096ed547d5eca1d30544890de7d902687a3e4d46fa2
id|32|d3f57c56e26e6782c65752c37331b52c69a8c57f0f112bdc18d1d322722727441b3d48f895f3d73b6f9c958d5d689c4505541e66100f47495abb3a88df651409
is|32|01bc45da47cba26a4118a6ccbd1d7e1a7fe0209d8a19b3166753b1e667d717bfc983c6f4e3b8ff57072ddf8dd80766bf3c58d22eda179d68cb5da88ff2df482a
it|32|b83e864bdeabac6495580f1077c4e7bbb95e207516621727e3addee25694bb38eaf4e1ec2d6d8e2d99efe51baee7f92f376077d7cadb2c2d0f840151394a71b2
ja|32|0a3d1c5b3ea8df148675879b50b0f6b80d228c1a8c4225af49252d37816912c2f806f6a4726000ccfbdcc332cde87838bb73586881918aacaa5614d3955252a0
ka|32|f1aa824d7fc24f137975f1bdc0ba9782f3d705fd56caf37fff20dd6989c43bb8b28b46111b1e936baccd3bf35a9153e74a8f9e4b45ec5b83a00b7e6faa6166c8
kab|32|4aea0b1d7995be66178c284ab02ff7a33319acc26c738409a36dd81ff849d9007da561b2135f408df8b455da3fefa470b81ba8ce18b032ff97df1991f73438e3
kk|32|d78c626e1cf86a6314bf668ff3c42fceb0b445fde453d2777c92d09ac9a18990923c26d3c15ebdc5129edc1531d0d7f1bb7d0b127be0035997f36c57a7a7a05b
ko|32|3af1794311ce6456933f47f37d681c30552e3ae092582727df9a0b9ddd4760a3519af4e7b12bba37b4b18547cecb1fda1b40e8ec91f48232aaa72de5708cc58d
lt|32|a4b1728396f88b6847930d287b4ee921f31752b624cad0c0a3059e87047abd869ccc3e5213b115908572bbe581a773afaee83c3ec17d1a483bf530fe90ea56ea
lv|32|d0a9018f317cebc9f5982fc8f09c2b1ccb8205afeee86609994a009730a5754b23015aba5b81cdf7ac82dca1cea1e899d37ab5923a73ee79678959e03c26c3ca
ms|32|37a5cffb1c390572ab3cd2b7e5b419b8d5f3a7991ca1380b3f46bc3fa46950276d336284393167dd9082b618628420b4b8331699ffa64d0a3f4587f58258eba0
nb-NO|32|5a08d4ddc37c25cb77fb9effe9534771c223a0705896872abbcc548fe9550fc2616e1b9e843f1ec896e2eefe8484dda7af2d728f8da8334138ff35c33b288455
nl|32|e6405f2f5bab5cfc5253074c5456ad4fe799ca298e2283e79a841cde875140fe3f1f2776534dded4e18f0eb0e32f329b702845910971d1b1a5123a565e3d59c0
nn-NO|32|acc8062aba429a8fd50469aefa32e41de5afa1f6432d1522c62807b5d4d6bdfec6e72604e82d7b3b7983aa59706c3af7ad2d403b275d2baf4e2c14d6c4f92d73
pa-IN|32|1e913d6855bfba920b6433d63f39b8b64aa0f39a2507fadb5297b8b5413bb580f62ba4e32889330077a307b90e5b015e40d8c77e38367232d6531fd5c589716e
pl|32|e073257871d35a3b894f3340defb72bcce3a7e4a74acdcd48ba284b689d76799164b06bcad3957ca9cb11f12ed48fc359ff5d4203ded5a315e08a835510d05c1
pt-BR|32|dd246c2154f1974604ed75b02538c00e8760eb78eaa50b6f4ded3d18aae26935a19df152a7bad4532350b204d91a876ec6b2e051ed039cea7c5c7287531019b3
pt-PT|32|70a0658cf5cb87559ba3cc6bafd7ede86dff05ec9ea2ef21e812044f29c54f460fb9fa5a3d2403ef4663fe760a42765611a348c1bb8da94186328f4fb7271de9
rm|32|367e34ba3dfa72512983791801b4c1d5596c7dbf45526d0b83e620768f53131895232a1bfc37cc3d5ce93dd2fae900943aa28b4f9b0b5adcfb32dda663d7b57c
ro|32|ffce664dd2f519b4bf99c83296cb4fdbc3d47a153f8178356cb94ffb6eb27841c9e77b7184473bd06bcc8279b36d52c6367afedb52fa929971fd7cf7fb4d816d
ru|32|3b5a7cafa8d0aa8892c4be903db4de5a7cd90a27de5f97598608c290bbf611499f964e9a1ffbf506179ca686beb4e2000465b3160bee0da02ed2a7c43c800980
sk|32|588d829044ab857dc4d7efa0cbafa0694fab184efd3647bac40fb9bf30c4f927454d81563e4259bdcdec691ca1d50f14f326dcad8224b53925afc5e6e5a887a8
sl|32|14762bc1869e8947c1f63259a62439ba4197e90083523262d2dceb9ee6d961319382830a708b3496017de589d38976893982c193085f9268c1b1cbaf9a908b8f
sq|32|b873812d50e9b9c2fd232fc23ec51f4572f69f36e8d4b9d05010e716e7419c4ff30415cbde110ba6a8b907cfffdabd5a58ff130322d250ac0b8803ec465cbc57
sr|32|1476acf8bb411a271ad2d727985bab42db9f6f965b3246c83f5417a144b8e73a06dcdcbed70acebb1724c98a923cebbbb9e288c54ca182a4753847762a8f56ae
sv-SE|32|dcbcea16e20034b0270e6bcf00bcd545b5ca841d5befc4769722892c2b750cf4bea2116dd58c547c72eada1921d8e8f0e05444f3fdf0c6e074bcd2e49650fe49
th|32|239515fcf1343334444c1402c63d0bc8c2c358e87cd297dabd495bfdf0cc77b89d6b8bf40c5454b35ae1922712dc90490547b4bf7e506c45d40ea7ab32676259
tr|32|1a8c9768565e47af3b95b87e59f717884a248b679187b81c68526e00c6de65d1e7c9876be2c1a77b67fef8a35382082456e38ea2fac2eee7db5adb26ba5a37f8
uk|32|7d3a57ee491175494bf0786816be6fd911addaed9ad09b2f7cd086a4f6f9c5cd39ec0552f0841a4970a63b702d562fda295875519467238497d3b5401df6fea6
uz|32|a425f3ba936783aa0227257ca1782b60b2f3ec1f9c01d13aa04c9dcdf2640d24dcecad0b988c2055c6395e102113f12545f0b71c6bca2989359253cca4a5f844
vi|32|9e54898320f0992c7a12dcad8a37ca65596ab51373690fcbed4e7131607cac498ca4bb46760e1086b64781ac770b9f86adc9c36e599a1325322aa7df160a1101
zh-CN|32|37d3919d03d7577d2a1313b2355fee9bda7020762ef4a404bfb975f6d9ba4d6834912d0d31fb0aec2a0e0b7daccca56b40e64044b4f47bd139a32f6b57180eb2
zh-TW|32|77d4cb473caa2425c22e237cf81555fde518983443c415f7d94c8d8bad525b8ab0690f5b257783b66715dd5f050e4f32f354c62ae80c340bf444fd7e92f724e1
af|64|5a8d317732e44d906849fcf0e7e240d6f37b06a1866ff9e22c3870d434cfedad39d712d9625672b7acdeea57d749d015ec3ca8bde1c67878293a607dcf738ab4
ar|64|59013c577f1de04e4fed7e570077405a365ca478022f7fdfff721085ce229b23bd429970fa9a91d3c31c097255fd8d136dce676bd21e12b0bfd5a78a7e837980
ast|64|61e29d493ebf876931302fc3ec0b3240b8f571f2a1e166289704db28791b387e958b60a7c709f6fd9b56141c563830350e7a4f6b8ed4bf481be8a4fbf28704bb
be|64|4039f57dd0ec02df0e422282e849bbe837da10c83ef7f93909b8d5a68d5be8cae3ae90ce2771a5b2af75fafd467c63da44055d76d8e1e1a6124b0f6c22c2c23b
bg|64|f2c9996ab28fe66fcb919186746749182066b6fc5e758f4ea5dc0f1c61f82b14104db997eadb0dfd5a11987b7c1c57054e3411794d69767c768b438703ceeee4
br|64|2ce9393f19e786ade3e2dd887c33d1d8bdf9ecd67a60504d4c5c0b85347096dd650efe9e369d45e7070de79b58902623493911a3357c0582a06d23c9eeab36b7
ca|64|6725f82799d9b84ddcc1ad9dedf1393e7c7b32b7ebc64f8d3943189804de89107a27efa75eba767bcd016359223dab6e92c16a39a0f58cf84830235d22e1001a
cak|64|909d369c40ac78e2cd2381db04ad028289613cf20a93d0c9b7cac0d1fa76a8955cacdf6e45b0d0c7e13bc341ec871f0ef04efea34c97e3a0e56eb95546093e92
cs|64|7e57d90813829f3a5bde9515294e4df4de067d852586c17892372af179309f4dfdc283b5cd9593ebc8cfb31c9156651480361f5846d52b76c356235219e7fd5d
cy|64|3f45ba2f8ac1089080dc4997a7fe755d98e88c31dc659cbad88b1d7ae9a0d325e793a7d196760f65d291f5b3c62bd6b532e7f77cddd067d8ce8f331b8cbb0988
da|64|28980277952b6df2bd26b99db6f48d787ae7322b456e32c8baf4916719891a66ff1a85171559207307914fe04d80c261512fb1e6d07daa7e8a56d4891e855e91
de|64|dbc4526149acb8cec7dd1571fc2196a574cf03b4c66958ad431ff44b6524fc8d499fc1f511a1a70622f5912f0eb35f3d75415a322f8653c14e10cb8070ec337b
dsb|64|a524151d584892a507724019124fe49caa7fa07ab2c8c46097f4eea41c8da5ebf54b59f30bec75963ed75d5c8efd9f7402d33d8b3e8c3e2e73cc8126d04e3cc9
el|64|4b5f36e48843fad835d7574bfa26a450cd6384d38e5b94b47e6d6a6f095c3cc3ba87670028c557b424b6e82330f40b2de36cbe802700284b2b4474b1f060df58
en-CA|64|2ece51b89c700e6c14199c531fd0c283153709f38134f488f8364dbcff0b618fee45de57c3ca0f8084f381b73d36a75d8cfd42cf2d59ae71acf55cec9c3a8734
en-GB|64|58f40c58871feab21dfd7e7b2fc88986e4cc21c84e34942b44dd16f13c1206f394513c9662ae39cdfee3845bed10d71c65326878bd2e203b88dba65c35c38eab
en-US|64|035f40c497fe95da1c383bb1fd9c28b37f0cea300957550927f847017cf8b99e61b6d704ec11507d4a7b1f9b0d6918499ab1b8e493db47d984bd6781f165a333
es-AR|64|fcf08c99c1ca35492d2dc4897847b3258d5c8607f4d8b90b731280a7273034fc48289caf9f6d17cc399632096f9569a1c79f9c254af4ab9ab7b0146177993e85
es-ES|64|0217513f2ad2b1bd0d679ab480069834cc982d93150acbc0ee63b8ca208bc9319835e930dbd6ba956d36886ab7f890e676141269cb4d99f07e7c82798a95dd18
es-MX|64|a71bc2ca3219441da707281e0d46f5ce6d5b408e3102021c1ac2254ad44d9091b196aa0933cc00b263207d9e0b900d397a35c6e0f23a38a20a2714e538076d6a
et|64|a539188814967e0e9e22506bc54849efba4516ac340f64c7cdec1362ad0efd3fb8bbf6f759e9a417f66fc96b4fcd42776d049a3fad482b5d869a085745e6e400
eu|64|730d54d07f4b7f023ea8e2ec9ccc002431f8fb5df716c54f78742d29a3cad971508b409ad394fedc89bb9fbbde09c4b9e11b54920b7a88f08f5bc5121cd70874
fi|64|a19340a859a24a11e3d019ab4e9bbb3251249d51c1962da6b5747c6ef0291b9ec3e859cc0ed8acb1000287a52265e569fc1552391e8981cde56744de911e4f3e
fr|64|9ff20796aeef54d35c5206a607ad6b86aec9cb6981f88bd068815d74bb422e4cfb131019f6d8ee7f1f755c91a6827e140b7da921b32ae7cfc16ad55a2d969376
fy-NL|64|df14dcbc731fca01f930ac52a3a9a575e3b9cf99ba0a146a9d6352f551afff02031dd664e55ff6b6f32ec2b8e6ca2643cb1fc15d10ab3ad3dad20d5c4a3e7bd2
ga-IE|64|3daedd34f7ba6fb3e8bd317aca476b6c530dbf75a2d1ce530bbe6b90a35e804dd52110ccb901004a1ab706e9e9abf10e8a92c93e2b3b64853729d5020d517a18
gd|64|ac518706ebdf6c00f0eac97bf67ffb5226b0d96e3596c5c48fa9ea63675011daee31836dfcbcf6ce94da45787b65d6aa29f5ec2960aab55619a4c88795c244a8
gl|64|e20da69fef450d3a21e92b0e32f0835e21d064339a6afc0ba5c29b3acee0aae316a33b2b2c90584ecdf64d3b6bdd084ead665cbad9eabee40f75b5e2149f67de
he|64|a657a55e896291051ee05c1f2aa65ef2829d6b3e68daa1094fefdda647f62c2fdf49f91b11bff231d69ab67b94f71ac2df1cdf9ccdb3dd26b26353502554a345
hr|64|5cbbcf575c67612c144866dbefbedf7b65e37a10d2e86d1d13479558f8af344e0014575509f2ccf44bf00077fcf545aa2bee948a4b5cef9957fe633bb197420c
hsb|64|a151f80bfc67b067c4e93bca61e71afee2a7657a41f30b7f71565b0cb5aa97356b20cf90258dbe5d01750940017689c1004c37a63d79f34d453346391495827d
hu|64|ca6c8cfb96ab5b33b3cacf4bec0d8a65c74b5a3cbe9f66f16ef37bad860eeba7a8bb1d48a953d926dc6f3beb4fd7b77efdb7bc9b3c023fccaf1d460d5b247f15
hy-AM|64|510276293846359a837b920c83cbc64968925f7ba0c95de466e6149d212918d73ec8ed11464b305c384c6238f430497f41908dc0e7d4ad3570b1364d20b67b12
id|64|26001714434e729c089b78f9bceae9e1c58fe3ed0393d6f45ec4b4bab420712c37869f8d89bd83471118a9643de9bafbd8e467712ab6ad10ee2b99abf1bb7749
is|64|901dd55bf73f922b2c400b8405f950dd191c28483816fc515a65ef1ac9d7c5bddaaa473e9e695203e5b5c5e5eef18eba2e655bad5c9a73ba90d7a28d7e2eebae
it|64|e687263908ec7fdefe26020a93e244d24408cefdcd07965fe42386a6fa048bb3f4b152f87e01738f580f11e115fcd47f6474d7f78ea088c466431253e08f5e44
ja|64|02713d09af31ca3180a17cc675ea4a980cf94cbbad48eb4b17b604ab121a3f75fe23fae3ed4869e251ed38267e3e7c03955646134a217fe6065d3b43399f7506
ka|64|175d3d56c3f31322d3b811c344dd35741edcae8841cf2761572af7d0ec55e3166ba8c7b3d290995a2accbb8e3259d45f4d11958ce37008e0ce6d821471c0a480
kab|64|68f0c48d73c6584357704bdbacc2f37d84ebc000be35912f7e4f232cedfd4edd8e39ab9642e4bf2ccc0b81dcdaad8833561b8a15f1d0e5e7ec6d06fbe53a2747
kk|64|e311e3548d9d3c4292703a18b7cc61e747cc257bee2c44e2f73b57f63cf13d2bee0ecb81f88333fea3cd3ba7cb52246b020e7f87aab649a23a15df501e709c18
ko|64|a5f0dee18a45791ace5332453a3d84890d0f75fec079d632136fb65aa13b8db911c0cb6e9be86d4896b859a69372674ea36bd2ecaba0e50523fc99b048464189
lt|64|2048e15454d54038b1286fcc497fc1a590655b86cdbac85e6797619a610fb7271a61fbe9d074a6c74cf9d725d9555eabc16c1e0653211926e2c51c5405a3a2a5
lv|64|489e9b81a91f482eabd196f6eb716e1c426be8f8e70894c1544163c6e2b2d9b23df5393e6c91144de252cf1424d13f172df2c3e1dbff9df3c1ed87c2bf135c60
ms|64|5810504de07a5302fdb3fb7804818de536e30652e8c2b743b518a4920499ac32e5165535aebb0a7d8f3120ba36fe2aa0b2c1e5c1f83d6f6f9c01591ce29188b6
nb-NO|64|5aaef71fb9ef87fbf10d7cf2df2ea716928e495c65fe57aaca467a3cf3b19852bbf1619c0ec532d7fcfbb01087c7b220289334da888d0108866fc57cfc2fdc39
nl|64|45b20f441b42789ea70d2d1f23caea63e4868fb9643964b340e381501e8543eca9e2c9376d522e8f50321df30856add4876ec4beb5af0d1427466b0cc312c6b0
nn-NO|64|44140ecfe0d14566547d58aa42b30fab94923eb8bec537ca93224c079d44320ba129e100e74a8fb52ab75ccae24c818e3c37247e8c036340ddebd57862f536d0
pa-IN|64|b66e03a9283ca6a27944aeb759300f290d60baa4919436356447f981fa801bbe9689efd3a5c02db3d78eba29dc4998d3222557b98128f28cae1ab1dc51f3e91a
pl|64|8325bc21a43af6c29e2ef8b7b7833ac9a14113de41c2d9c5979acbf7d08beae06596d252056c785376a4759b745d4e2e157359f1facc7ae7a1716ed54e175976
pt-BR|64|4ed64924a75fdbab64716a73d6e3a1c466aaaa39a38172045ff2e5301ab2c762498574829bc7044a819a9c9add972d1c3d2e16127196437e9d49764e00d5d1dd
pt-PT|64|b5dbf9f598a060b13c7d70567444cf65bffa01bc8fc1e2b7a83ce81a5c169f4313bdef93158c69739eb3b481716e6eceba104ef730ccc1ac174fee8774531e46
rm|64|f0e395471c21cbf3874e341e7aec4beb218b454cb4e6fd263c07d17278c3d7cc925c075a60d13567049c2cb43d094c76bc9aa48259820e82c4a17f6dfe828f92
ro|64|f4db4634375d6524966167e76ddaba7fab3c004824538bc0734a6ca31af884bddd2f531f970c8cac4989ed14c63f19c08eddeccc3a4d5481f0c8666b5e3797ce
ru|64|52f64b691e1ebba200d12feb1587e62e5c5fe913f29e409e7cd45b6188ced1119a179612499051d011f926a696a6efe9e35e4eade1d8a60116ebb83f7ee902d1
sk|64|bbef71e494fdc728d6a0fdf9da2a96f1fb57f465d162b2ff5b3f453dfe292a609fc580f6c5ab6c0f8427d6aa908623a04bc8f7bff04601f338743d00837febd5
sl|64|de0959499770e10bd12eca5b0a1784f9b262d19cb8797645d0192e6211bebed15427fc22e5cb1b537452b0f49911e080b0023b1ff6359adfe01fcda162eec981
sq|64|e0490213dd994b2175432f16b2fd8583b5981971e2e113a78e214e68813dd53fd1b2aa21d1c68cfafedf20b438a101c919af0ac1b50268e8c340dfd666ea3b8f
sr|64|d575a8fdd68074d18208587d4b1d590cb3be759bc266c9dbbcb1cdecb12017d06e01792dd6d3abaed9e76b5d3f9b1d8a31a35cda55edf246d92dcf6110843030
sv-SE|64|1ac51700cc7bfe2a30968b40c2452a13602d97353f713cc8e3efd55c6880dd8c0626492c9d8b5ce946993c036aca1db00184cb7d0bab3aca3448711a277e7b69
th|64|db8666bb1f13cfca673881e68bbdc7f6578cc49bca026640e199816f7099c19833490a55328e93deab729610fb331e48fa247007c5f5af27e41799fe92886ea8
tr|64|32c91da5a38f0bd26f139dcf560a15fab2b702b740e5c0da42d8a8336e6c5147451074517b6f883799b9be13a00d063b4ad3149d070222b09366c9316b430e17
uk|64|a304c2c5494720f6e23564b14649b3dcd33bbb7b1f4a5c3fe6e99057992db95579682a75daefc8a0ebd39d1359495fe57c23f5a2379ac3ec746aaf718cd7487a
uz|64|509614ef621f16aeaf03d7301bd7c029057f50fc42a54e850dff58a28724450213796e4e76b2127e900bf7f9ab12357dd33f7af74a5c02a5ee83c26c6a5a0f77
vi|64|a9ca0836adf23508d849d38ba30839399277842e8f1b7482bcffeb09a93206f68f3fff3369be8620edaca96c0737cf23b519768b01a210850bc5a066e0fc7293
zh-CN|64|be4a499fb0697754de75dbe17684d7e749ded0efbc47f5673ba05673a78e236a120ccc74b3868a2f99f99898178abaf3828ecb86ad016dedd6bd59193876116e
zh-TW|64|a5f8d79ef88df14af392eaab1bab8179a2d5a3eca1c57b585964e922fdb3c937a609d2eb6cfa28fbf6ccfe159ec370c958eeb2216a401e6811e2b36b65c44ab6

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.8.1 27782 Tuesday, March 5, 2024 Approved
Mozilla Thunderbird 115.8.0 27108 Wednesday, February 21, 2024 Approved
Mozilla Thunderbird 115.7.0 36204 Wednesday, January 24, 2024 Approved
Mozilla Thunderbird 115.6.1 27358 Tuesday, January 9, 2024 Approved
Mozilla Thunderbird 115.6.0 29831 Tuesday, December 19, 2023 Approved
Mozilla Thunderbird 115.5.2 22364 Tuesday, December 12, 2023 Approved
Mozilla Thunderbird 115.5.1 27031 Tuesday, November 28, 2023 Approved
Mozilla Thunderbird 115.5.0 18695 Wednesday, November 22, 2023 Approved
Mozilla Thunderbird 115.4.3 20175 Wednesday, November 15, 2023 Approved
Mozilla Thunderbird 115.4.2 22742 Wednesday, November 8, 2023 Approved
Mozilla Thunderbird 115.4.1 25973 Thursday, October 26, 2023 Approved
Mozilla Thunderbird 115.3.3 20804 Wednesday, October 18, 2023 Approved
Mozilla Thunderbird 115.3.2 22129 Wednesday, October 11, 2023 Approved
Mozilla Thunderbird 115.3.1 24330 Friday, September 29, 2023 Approved
Mozilla Thunderbird 115.3.0 12345 Wednesday, September 27, 2023 Approved
Mozilla Thunderbird 115.2.3 19519 Thursday, September 21, 2023 Approved
Mozilla Thunderbird 115.2.2 21630 Wednesday, September 13, 2023 Approved
Mozilla Thunderbird 115.2.1 6743 Tuesday, September 12, 2023 Approved
Mozilla Thunderbird 115.2.0 25409 Wednesday, August 30, 2023 Approved
Mozilla Thunderbird 115.1.1 25975 Wednesday, August 16, 2023 Approved
Mozilla Thunderbird 115.1.0 24911 Wednesday, August 2, 2023 Approved
Mozilla Thunderbird 115.0.1 26986 Thursday, July 20, 2023 Approved
Mozilla Thunderbird 115.0.0 23753 Wednesday, July 12, 2023 Approved
Mozilla Thunderbird 102.13.0 15988 Saturday, July 8, 2023 Approved
Mozilla Thunderbird 102.12.0 35795 Thursday, June 8, 2023 Approved
Mozilla Thunderbird 102.11.2 24972 Saturday, May 27, 2023 Approved
Mozilla Thunderbird 102.11.1 11219 Thursday, May 25, 2023 Approved
Mozilla Thunderbird 102.11.0 27747 Wednesday, May 10, 2023 Approved
Mozilla Thunderbird 102.10.1 28999 Tuesday, April 25, 2023 Approved
Mozilla Thunderbird 102.10.0 27103 Tuesday, April 11, 2023 Approved
Mozilla Thunderbird 102.9.1 26546 Wednesday, March 29, 2023 Approved
Mozilla Thunderbird 102.9.0 25477 Thursday, March 16, 2023 Approved
Mozilla Thunderbird 102.8.0 35688 Thursday, February 16, 2023 Approved
Mozilla Thunderbird 102.7.2 21414 Wednesday, February 8, 2023 Approved
Mozilla Thunderbird 102.7.1 19912 Wednesday, February 1, 2023 Approved
Mozilla Thunderbird 102.7.0 24091 Friday, January 20, 2023 Approved
Mozilla Thunderbird 102.6.1 36185 Wednesday, December 21, 2022 Approved
Mozilla Thunderbird 102.6.0 20234 Wednesday, December 14, 2022 Approved
Mozilla Thunderbird 102.5.1 25080 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 16157 Thursday, October 20, 2022 Approved
Mozilla Thunderbird 102.3.3 20296 Wednesday, October 12, 2022 Approved
Mozilla Thunderbird 102.3.2 18373 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 23178 Thursday, September 8, 2022 Approved
Mozilla Thunderbird 102.2.1 17979 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 11471 Saturday, August 6, 2022 Approved
Mozilla Thunderbird 102.1.0 17232 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 14109 Thursday, July 7, 2022 Approved
Mozilla Thunderbird 102.0 20681 Wednesday, June 29, 2022 Approved
Mozilla Thunderbird 91.10.0 31580 Wednesday, June 1, 2022 Approved
Mozilla Thunderbird 91.9.1 21170 Friday, May 20, 2022 Approved
Mozilla Thunderbird 91.9.0 26197 Wednesday, May 4, 2022 Approved
Mozilla Thunderbird 91.8.1 24073 Tuesday, April 19, 2022 Approved
Mozilla Thunderbird 91.8.0 22308 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 19925 Wednesday, February 9, 2022 Approved
Mozilla Thunderbird 91.5.1 23605 Tuesday, January 25, 2022 Approved
Mozilla Thunderbird 91.5.0 22085 Wednesday, January 12, 2022 Approved
Mozilla Thunderbird 91.4.1 25558 Monday, December 20, 2021 Approved
Mozilla Thunderbird 91.4.0.20211214 16781 Tuesday, December 14, 2021 Approved
Mozilla Thunderbird 91.4.0 18883 Tuesday, December 7, 2021 Approved
Mozilla Thunderbird 91.3.2 27010 Friday, November 19, 2021 Approved
Mozilla Thunderbird 91.3.1 14270 Tuesday, November 16, 2021 Approved
Mozilla Thunderbird 91.3.0 22529 Wednesday, November 3, 2021 Approved
Mozilla Thunderbird 91.2.1 22514 Friday, October 22, 2021 Approved
Mozilla Thunderbird 91.2.0.20211014 17811 Thursday, October 14, 2021 Approved
Mozilla Thunderbird 91.2.0 19157 Friday, October 8, 2021 Approved
Mozilla Thunderbird 91.1.2 22911 Tuesday, September 28, 2021 Approved
Mozilla Thunderbird 91.1.1 21684 Friday, September 17, 2021 Approved
Mozilla Thunderbird 91.1.0 20823 Tuesday, September 7, 2021 Approved
Mozilla Thunderbird 91.0.3 20662 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 28781 Wednesday, July 14, 2021 Approved
Mozilla Thunderbird 78.11.0 31887 Thursday, June 3, 2021 Approved
Mozilla Thunderbird 78.10.2 21024 Tuesday, May 18, 2021 Approved
Mozilla Thunderbird 78.10.1 19257 Wednesday, May 5, 2021 Approved
Mozilla Thunderbird 78.10.0 20990 Monday, April 19, 2021 Approved
Mozilla Thunderbird 78.9.1 18521 Friday, April 9, 2021 Approved
Mozilla Thunderbird 78.9.0 19264 Wednesday, March 24, 2021 Approved
Mozilla Thunderbird 78.8.1 21141 Tuesday, March 9, 2021 Approved
Mozilla Thunderbird 78.8.0 18870 Wednesday, February 24, 2021 Approved
Mozilla Thunderbird 78.7.1 22957 Saturday, February 6, 2021 Approved
Mozilla Thunderbird 78.7.0 17625 Wednesday, January 27, 2021 Approved
Mozilla Thunderbird 78.6.1 20301 Tuesday, January 12, 2021 Approved
Mozilla Thunderbird 78.6.0 20518 Monday, December 21, 2020 Approved
Mozilla Thunderbird 78.5.1 20562 Friday, December 4, 2020 Approved
Mozilla Thunderbird 78.5.0 18709 Thursday, November 19, 2020 Approved
Mozilla Thunderbird 78.4.3 14890 Wednesday, November 11, 2020 Approved
Mozilla Thunderbird 78.4.2 10858 Tuesday, November 10, 2020 Approved
Mozilla Thunderbird 78.4.1 9261 Friday, November 6, 2020 Approved
Mozilla Thunderbird 78.4.0 20199 Thursday, October 22, 2020 Approved
Mozilla Thunderbird 78.3.3 11714 Saturday, October 17, 2020 Approved
Mozilla Thunderbird 78.3.2 17160 Wednesday, October 7, 2020 Approved
Mozilla Thunderbird 78.3.1 16189 Saturday, September 26, 2020 Approved
Mozilla Thunderbird 78.3.0 5290 Friday, September 25, 2020 Approved
Mozilla Thunderbird 78.2.2 18564 Friday, September 11, 2020 Approved
Mozilla Thunderbird 78.2.1 16591 Sunday, August 30, 2020 Approved
Mozilla Thunderbird 78.2.0 9561 Wednesday, August 26, 2020 Approved
Mozilla Thunderbird 78.1.1 18422 Saturday, August 8, 2020 Approved
Mozilla Thunderbird 78.1.0 10122 Monday, August 3, 2020 Approved
Mozilla Thunderbird 78.0.1 14034 Wednesday, July 22, 2020 Approved
Mozilla Thunderbird 78.0 10389 Friday, July 17, 2020 Approved
Mozilla Thunderbird 68.10.0 17188 Wednesday, July 1, 2020 Approved
Mozilla Thunderbird 68.9.0 22044 Thursday, June 4, 2020 Approved
Mozilla Thunderbird 68.8.1 14084 Monday, May 25, 2020 Approved
Mozilla Thunderbird 68.8.0 18411 Tuesday, May 5, 2020 Approved
Mozilla Thunderbird 68.7.0 21865 Thursday, April 9, 2020 Approved
Mozilla Thunderbird 68.6.0 19679 Friday, March 13, 2020 Approved
Mozilla Thunderbird 68.5.0 28023 Wednesday, February 12, 2020 Approved
Mozilla Thunderbird 68.4.2 21217 Saturday, January 25, 2020 Approved
Mozilla Thunderbird 68.4.1 18623 Friday, January 10, 2020 Approved
Mozilla Thunderbird 68.3.1 18168 Tuesday, December 24, 2019 Approved
Mozilla Thunderbird 68.3.0 13336 Wednesday, December 4, 2019 Approved
Mozilla Thunderbird 68.2.2 34972 Thursday, November 7, 2019 Approved
Mozilla Thunderbird 68.2.1 16904 Friday, November 1, 2019 Approved
Mozilla Thunderbird 68.2.0 12465 Wednesday, October 23, 2019 Approved
Mozilla Thunderbird 68.1.2 17501 Thursday, October 10, 2019 Approved
Mozilla Thunderbird 68.1.1 17703 Wednesday, September 25, 2019 Approved
Mozilla Thunderbird 68.1.0 17544 Wednesday, September 11, 2019 Approved
Mozilla Thunderbird 68.0 25983 Wednesday, August 28, 2019 Approved
Mozilla Thunderbird 60.8.0 34698 Wednesday, July 10, 2019 Approved
Mozilla Thunderbird 60.7.2 18392 Friday, June 21, 2019 Approved
Mozilla Thunderbird 60.7.1 11124 Thursday, June 13, 2019 Approved
Mozilla Thunderbird 60.7.0 20019 Wednesday, May 22, 2019 Approved
Mozilla Thunderbird 60.6.1 45017 Monday, March 25, 2019 Approved
Mozilla Thunderbird 60.6.0 8110 Wednesday, March 20, 2019 Approved
Mozilla Thunderbird 60.5.3 11747 Tuesday, March 5, 2019 Approved
Mozilla Thunderbird 60.5.2 8082 Tuesday, February 26, 2019 Approved
Mozilla Thunderbird 60.5.1.20190217 9101 Sunday, February 17, 2019 Approved
Mozilla Thunderbird 60.5.1 4661 Thursday, February 14, 2019 Approved
Mozilla Thunderbird 60.5.0 10663 Wednesday, January 30, 2019 Approved
Mozilla Thunderbird 60.4.0 15302 Friday, December 21, 2018 Approved
Mozilla Thunderbird 60.3.3 9156 Tuesday, December 11, 2018 Approved
Mozilla Thunderbird 60.3.2 9231 Friday, November 30, 2018 Approved
Mozilla Thunderbird 60.3.1 11038 Thursday, November 15, 2018 Approved
Mozilla Thunderbird 60.3.0 10552 Thursday, November 1, 2018 Approved
Mozilla Thunderbird 60.2.1 16914 Wednesday, October 3, 2018 Approved
Mozilla Thunderbird 60.0 24432 Monday, August 6, 2018 Approved
Mozilla Thunderbird 52.9.1 15819 Wednesday, July 11, 2018 Approved
Mozilla Thunderbird 52.9.0 7455 Wednesday, July 4, 2018 Approved
Mozilla Thunderbird 52.8.0 18796 Wednesday, May 23, 2018 Approved
Mozilla Thunderbird 52.7.0 20341 Saturday, March 24, 2018 Approved
Mozilla Thunderbird 52.6.0 23725 Friday, January 26, 2018 Approved
Mozilla Thunderbird 52.5.2 16325 Friday, December 22, 2017 Approved
Mozilla Thunderbird 52.5.0 14508 Friday, November 24, 2017 Approved
Mozilla Thunderbird 52.4.0 19506 Monday, October 9, 2017 Approved
Mozilla Thunderbird 52.3.0 17549 Thursday, August 17, 2017 Approved
Mozilla Thunderbird 52.2.1 12708 Saturday, June 24, 2017 Approved
Mozilla Thunderbird 52.2.0 5999 Thursday, June 15, 2017 Approved
Mozilla Thunderbird 52.1.1 9436 Tuesday, May 16, 2017 Approved
Mozilla Thunderbird 52.1.0 6386 Monday, May 1, 2017 Approved
Mozilla Thunderbird 52.0.1 7222 Saturday, April 15, 2017 Approved
Mozilla Thunderbird 52.0 3989 Monday, April 10, 2017 Approved
Mozilla Thunderbird 45.8.0 8808 Tuesday, March 7, 2017 Approved
Mozilla Thunderbird 45.7.1 8728 Wednesday, February 8, 2017 Approved
Mozilla Thunderbird 45.7.0 5620 Thursday, January 26, 2017 Approved
Mozilla Thunderbird 45.6.0 7039 Saturday, December 31, 2016 Approved
Mozilla Thunderbird 45.5.1 11789 Thursday, December 1, 2016 Approved
Mozilla Thunderbird 45.5.0.20161130 2132 Wednesday, November 30, 2016 Approved
Mozilla Thunderbird 45.5.0.20161128 2311 Monday, November 28, 2016 Approved
Mozilla Thunderbird 45.5.0 4822 Monday, November 21, 2016 Approved
Mozilla Thunderbird 45.4.0.20161024 8491 Monday, October 24, 2016 Approved
Mozilla Thunderbird 45.4.0.20161023 2218 Sunday, October 23, 2016 Approved
Mozilla Thunderbird 45.4.0 12295 Tuesday, October 4, 2016 Approved
Mozilla Thunderbird 45.3.0 34632 Wednesday, August 31, 2016 Approved
Mozilla Thunderbird 45.2.0 52854 Sunday, July 10, 2016 Approved
Mozilla Thunderbird 45.1.1 549 Monday, May 30, 2016 Approved
Mozilla Thunderbird 45.1.0 457 Wednesday, May 11, 2016 Approved
Mozilla Thunderbird 45.0 435 Sunday, May 8, 2016 Approved
Mozilla Thunderbird 38.7.0 7791 Wednesday, March 16, 2016 Approved
Mozilla Thunderbird 38.6.0 5829 Monday, February 15, 2016 Approved
Mozilla Thunderbird 38.5.1 6091 Thursday, January 7, 2016 Approved
Mozilla Thunderbird 38.5.0 2778 Wednesday, December 23, 2015 Approved
Mozilla Thunderbird 38.4.0 5536 Wednesday, November 25, 2015 Approved
Mozilla Thunderbird 38.3.0 5676 Wednesday, September 30, 2015 Approved
Mozilla Thunderbird 38.2.0 5535 Friday, August 14, 2015 Approved
Mozilla Thunderbird 38.1.0 3972 Friday, July 10, 2015 Approved
Mozilla Thunderbird 38.0.1 3298 Thursday, June 11, 2015 Approved
Mozilla Thunderbird 31.7.0 1878 Tuesday, June 2, 2015 Approved
Mozilla Thunderbird 31.6.0.20150405 3652 Sunday, April 5, 2015 Approved
Mozilla Thunderbird 31.6.0 785 Friday, April 3, 2015 Approved
Mozilla Thunderbird 31.5.0 2892 Tuesday, February 24, 2015 Approved
Mozilla Thunderbird 31.4.0 2553 Tuesday, January 13, 2015 Approved
Mozilla Thunderbird 31.3.0 2426 Tuesday, December 2, 2014 Approved
Mozilla Thunderbird 31.2.0 2432 Tuesday, October 14, 2014 Approved
Mozilla Thunderbird 31.1.2 1461 Wednesday, September 24, 2014 Approved
Mozilla Thunderbird 31.1.1 1068 Wednesday, September 10, 2014 Approved
Mozilla Thunderbird 31.1.0 983 Tuesday, September 2, 2014 Approved
Mozilla Thunderbird 31.0 1536 Tuesday, July 22, 2014 Approved
Mozilla Thunderbird 24.6.0 1504 Tuesday, June 10, 2014 Approved
Mozilla Thunderbird 24.5.0 1545 Tuesday, April 29, 2014 Approved
Mozilla Thunderbird 24.4.0 1505 Tuesday, March 18, 2014 Approved
Mozilla Thunderbird 24.3.0 1092 Tuesday, February 4, 2014 Approved
Mozilla Thunderbird 24.2.0.20140131 509 Friday, January 31, 2014 Approved
Mozilla Thunderbird 24.2.0 872 Tuesday, December 10, 2013 Approved
Mozilla Thunderbird 24.1.1 619 Tuesday, November 19, 2013 Approved
Mozilla Thunderbird 24.1.0 627 Tuesday, October 29, 2013 Approved
Mozilla Thunderbird 24.0.1 624 Friday, October 11, 2013 Approved
Mozilla Thunderbird 24.0 597 Tuesday, September 17, 2013 Approved
Mozilla Thunderbird 17.0.8 662 Tuesday, August 6, 2013 Approved
Mozilla Thunderbird 17.0.7 595 Wednesday, June 26, 2013 Approved
Mozilla Thunderbird 17.0.6 580 Wednesday, May 15, 2013 Approved
Mozilla Thunderbird 17.0.5 552 Wednesday, May 15, 2013 Approved
Mozilla Thunderbird 16.0.1.2 686 Monday, October 29, 2012 Approved
Mozilla Thunderbird 16.0.1.1 443 Monday, October 29, 2012 Approved
Mozilla Thunderbird 16.0.1 458 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