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,914,816

Downloads of v 128.5.2:

29,524

Last Update:

11 Dec 2024

Package Maintainer(s):

Software Author(s):

  • Mozilla

Tags:

mozilla thunderbird email admin foss cross-platform

Mozilla Thunderbird

  • 1
  • 2
  • 3

128.5.2 | Updated: 11 Dec 2024

Downloads:

3,914,816

Downloads of v 128.5.2:

29,524

Software Author(s):

  • Mozilla

Mozilla Thunderbird 128.5.2

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

Some Checks Have Failed or Are Not Yet Complete

Not All Tests Have Passed


Validation Testing Passed


Verification Testing Passed

Details

Scan Testing Resulted in Flagged as a Note:

At least one file within this package has greater than 0 detections, but less than 5

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'" [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'" 
$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: '128.5.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  '128.5.2'
end

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


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

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


package { 'thunderbird':
  ensure   => '128.5.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 Dec 2024.

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 '128.5.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-128.5.2esr-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-128.5.2esr-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|278ba120bded2575bcc00a6b2fdea18b249475bf68c34e060e9060088623383e2c8f5312704c12bf267d058b568a36ffa2243873e7bc4d59bd290d4664e8c7bd
ar|32|81553331c9bdf6e7ec6aed94fc985744c8bfebdcd8bef500af468d0cf9e0923d3ca53bdabf0a13d2b5fdaab1302e1bf24fe14c13c1d43d1af77ec8ce92f48379
ast|32|39d2b3f548d43ecf848752816b300bbdfc326e9716ba356c66ad6604977ed456c426cd034177ecf09b59eee2a9a4d30da3585fb0347ee274e0888f1de29570a9
be|32|87acf9a35fbc3beb06c1aebf7dd8bc3a49a14715ccc439faad7789a127888323222168982bb452611ad6ed1c89e7e38259950e32b81f5b0029fb1024ccdd7f1c
bg|32|551130f3df49b2f569f9af9b37ac2f3b9677b975b545ffebb65e76221ed9c18184084acf0118c5e113ffe966c489d30dadc64c240e9763555356209730ca4aa7
br|32|4ba65b393c70f20f9dccad5bf708674ad197ad376386871385886e0de83cc0f53390c41863e9b4aaca273fde26b2381ac242ca883ac73cafdb3438f5130fe59a
ca|32|4ab3ef078152068398dcbdc89c02b6515fbc09b124dcffcbe4685c81bae03f6a5b340e5611af533d974f0b5e410b957931936e6cfb3664e70d3b33a8c7ed6156
cak|32|d79a0b4ac5e40a2792007270b0b0d16b1e3e19368020682da8556235a96e0e533807a5d2728abb21560499337b9c5fdeb3f7fc4718c9e3ce1e3d9c7e1049525b
cs|32|8c4ab36e87194d40e31ca7525fcae4fe08ee5ce49adbf486cdc636c59083d43f94b1aab8156850c3e6efa413dedc1c1b60ff0d47feced06314022b28a88ca329
cy|32|95e0876b55107fcbb2e20a1efff141e9d4761b8d94152c92bde2c258d929927faf6f6596da00ec689181145ac0023da80c398fde3cc39491ecaa0aef99ac9298
da|32|865ada5097f8a54f2874b3d66bf40326259e0f1ad6a1d1d855a6d94399b7a7a5d281730f4ae7135f66acf626a577c8a65ef5f8e68e70a13361a494eeabecb2fc
de|32|b6136f35b6ff5ce627e2c4622c10bce366723dbb769f3c9eef499ee2e309893894c306dd7e1b5b63e197e9dad336915e7eea3fba83ba0e0732900707d219c074
dsb|32|8f45d313cd5531687b26a4e1d1ebc44998f382dcbed94b4a2f8d109cc934cb2d37c103eb91a294c981a51e45ac95a7fa7fb3ba1ff49368729c88b984410278dd
el|32|c538e80fe17d4b934c9450161573baac0efb2e6d305726a2fd29a231bccf3731bee165ba6df6954c9b8dd9d5de451667a3f8296dd9f8ccf4523d8b4cd043b5eb
en-CA|32|afd1dc0a89168ef46020e197e9882dd2b8e58a4419af9f761c5f47f258f0d82f7e89675f54f76b61f90ddf77fd7d259c26126126c0959752f57dec46cef1370d
en-GB|32|dd9bfafe69e50fec0893f85e3fdb297ea2623ccba0f018d4fce76ea18fe73c841c7346ec337604b603a21216948adae72641c0b2dda054a46b6e402d49e5c1dc
en-US|32|11c8ec444f69e301efe11454382323e849a08a1e612f144477188278fbb45f9d3fc2740bd429b8030eb51bc25cdf58b4ba3c8277471a7e9063cb6902ad8d0480
es-AR|32|e1088c5f8d4b9d3fd65c28ad0e321828582d201c891a198a1b574fb7aecbc96eac32c89b2e3780d55ad57e34feaf389556c975c4d64538c2cc01d480548fa26b
es-ES|32|d7eeee2628ea968866a1b95fe88285db50508473bfc28e0371b5d558098a9bab966acc76b9da8987485a5b49318a5e89a9b713a42eb16a97f4f9a5b6cb51d89d
es-MX|32|e72b485098b35c7669fab2d8e8bd510b8782d1b22f4bd85862e305c17150909502360355a70c1b1e492b787788090c91a8713cd7b69a9ae1b011e35f04f4d887
et|32|774cd4db34a5af8dc5a219c91940ad0ba7a11fc070251e847a4f10f795bb7b27bde1aff0bd122dfc946671ccedb13bd66c91a93d6ef198d9b54b55ff03453bd3
eu|32|9117b8aad8d5ec3772d4512000130f7256069533f0e11c23ce95f11c6bbd515ef98f2ab39fa5f58fb951e2b9b7ffe1c868057677ae703345c4d41893afbc3f16
fi|32|b68719633b8cbef89a2d8c2cc3808d05ed8cee19ba89aabdd02a23dafa4631694b22a7119336ffa215669df6b9e6cbcfbf7f3e17efd3afec4b5ab6af9b2b8090
fr|32|e88319d7251a149f1db7411b3dd8e3f95f3bbfd59d8657c826e4f0097c2f32566442ccca993cf21516ab94e51dfb1be4537213c0e1cb25ada5072ef5ad47999a
fy-NL|32|be3dc167ab813c72748eeb4d2e3a378ca2c2c6424b0c6f3e4f4d4b5ba0d002816f65c28fc3a23edca898cf163e636a8defea136de63a30b3b1bc2483ea6072c7
ga-IE|32|b107e38aaac41613269182d7e42df5becd3a0f3b414a6139f9a1146ba9aa2675aaaeb662b1911f474f4e44222406c303360604951e8b7e4d2c4fba5cb18caf7c
gd|32|23cfa341415bc4d7252f617e197503e167bc5274e859db9a8705d7a00d3f8f704dd1a52b0f3d7a2ace44754a0b1598a3c7f4bcf853eb7abe361c54601596621f
gl|32|192020dd19c6d9e2bb2c3fc6fa98210107c36db49d0a05b61f284656c99981726359534ca8088d641fbe8703f4777d3ac93368c9b338bff59e77515dbfc3471d
he|32|78b0618f63d41bf10b7c9a8edc9ace008da241245aa3e3253d5409a3519604c2d83aa97cf5fa43a9b1e1f3cbfa710bbe496471e0b3d3e78e8b7d6b93a1e2a087
hr|32|b0f7aa62659c4e14c24de863fd1a7255ed7f4f47dc41ec9ba120a4a623c4985b15a6aed7f81c5ae40e8bd3612d22eceb364d5a35cc75d902d08e4780e06b5740
hsb|32|c7ec6e769c1c80876e211a367d7e95380cc9fae984517a4547fa38075d3151bae60119dc3794dd9fd34aabcff5fe38878a137751ef04f1493c9f284dd293c0b1
hu|32|466d4f66bfdb3c6fb1ccafba06e8aa920ae1c58b82a949e0ef59b1e3748acc3aaae7651ce5a20fba8a76ec9bc2cc8ca985f6e4bdf51d772741f99a7a9d13f79d
hy-AM|32|30d49bfae5805e31dfa38af3054954e61a42e8c192324b033d9ac88d4f9da2f536a51dd4fad0361ca052b832d975ba80c007747ec0cc254c943318b6e8a8a26f
id|32|1876ec8ddd18cedbc882e42d95d63d2c4e48256a1c151dcd8f21260c23f7cc86b2e59730ca5bb25dda676b701fdb96f33d8bc431107a565d28edac7d524458e9
is|32|ba00c479409a0411aed1e7837cc460645e4ffc812eb8c7baf3d1e4f9e79185c51c9d85bd823f66908915d8b7aeb6b55b6a53b7d32b8c96ef60357c05138ce69e
it|32|bd0e9a09e1bb1401629846a9ca92060e42973c9a8835fd3d6c3e13e23c6a01f78b3c39d0a1605c4c1b9ad8a8556cb4de5bc9dfdeda62d36fe51f9cde7a4eb078
ja|32|ab33097613d1f4f44c0745fe8d321e3bd81998bed07ed005f9fdf9d37900b04e74d2ae7d08f84fc31669c9f87f8e1729e6190b2bbccab6ae1f19ca793411575c
ka|32|102930da2dad2e0e49ca927fdbab84c009ab93e181e08658d6c3e58ac1d129a16365e777e8e3c5c1b8a574c3cd6f26f4e32581f2ae97777e72c31728817fa5af
kab|32|98dc62f87b3e5d4bb771d81759b250f38a1c8a69060385125802063f4d062959f92cf107256d16a720709bedc848b38a72d024fadce3f49a603c2d67aac81d17
kk|32|5b0a593a650488d3a608dc2a383772bc0ce78e537e34d1abd5d068313ba0f9c38fb2203247ba18e5bcc14204d606f16668b8a8c775b62188864d56d3080fbabc
ko|32|30cad4e56f68288b3a061e38b9ee4b11b8878f7ffa30356a88ad94c8a62564e90ca1185a564bd5c3188ba9e71cb9d528dd470370ff08f76c4a0810e0fd8556e0
lt|32|ec5fd24420ac546789e9f351c7af594d9c06bf42178a136930f417dead930c2a56323c9d4f863c03915f7c1da4c365dfabf7bf914811d662a2e8dad84719b623
lv|32|544669aa22a6b9a7ff51db86888fd3f5a36bd8b23e52c30b1f8fe9833a07964d71840cbf8ff4c228adc1546f72c2e62375d0c8b325ca5b012231f041e590d7d2
ms|32|78f3dc6abf1372d72eb562db949d0187a97ca551b31db794d7c32496f9484d1650d049581dc4b81eece11894b4451ce33fe128901a7c0f8c9cbb8e9ae92d7a1d
nb-NO|32|d4d3d3451065ae4697f2b23ec797622520d8a858221d7f9c18fe885974cb52c6a1e5b27e1a2b66b58120c630af6c2643d5db00893e49a0675ec808f5a3fda747
nl|32|c48bbbf49a46b912d7101e1e1900540fa50734fe4b4b545a84be82a07d7724c625216df7160984a4dafd4c4bda1566e63c41913f5eca04dd0f701278d087cac6
nn-NO|32|72b110c5f62429302ec43cd26cf7e3fd6fd9347e818cdcb2a387ed9c26b15d0b4faa3bb4a5f36bdecb8425ac1a795b393f0b8feb7ffff8bbf95f871f85f4b86d
pa-IN|32|5a95d511f80ce467745bf30ed42ebc07617c952839188349e1c69f4e3fbf4ad01feda58f034da6e13346d8dcce4861fb27d692261ee05d2b45409c80790d9b6e
pl|32|053539550eb3a01dff425cdff6077e05e06870ffbfe972ad25fdeebe2d409d484ce55150c1278ddf2472de6b1a76874ba49585a7842a248c47f7fa50e73c71dd
pt-BR|32|11227a503a8c5d3622aae46a4c30e9c7b75ecd33236f92cb2deb0b273b9d4152cc7001dc91c68376ebe23d115fd6cd5f04c301b4626167229ece3515ed823e5b
pt-PT|32|a63e3cdb22277d3c595ba945ab0f43557b6434a479fac2314e44cc76eefdebe9e3e52e750a156f13444e774e7f8ce6ad2e46d904c6441c837984756f086d403a
rm|32|f062d0bbf8c045f866d6aa707051346abc8d826e5ab6aaabdde23d82043d1ed795361e94b9543f2a1e73af45da519ae2acb811fc8c3cc34abad064bfbd4d59f1
ro|32|24d17367dde41aa99dd506044e3d5bea518d934809b5384fd698991d98fe951c479d4f4a7edaacfb444e93d8c79ab4782453d8ec57a1d014e8406fc9c55ae704
ru|32|6f9ede66d2351782d1adc5a36f0070484c293640f6c273083f6777e4a0d1c5e0ab19220fb874cbfbe84141a8b94e27c2c09b85b6448fda255cee2a140463fbd1
sk|32|ee80af531f9031964cd59a1764ed934c6988f5ecac10e7c45c45c5818b9ef0c931400995f8180519ab082a062608d816107e17ae3564d0c125183d53ad36ca1a
sl|32|4c91fe9c5f129ba796e5ce7946ecf2bc5350300c6230a443e86731c1edcf568bb70ba9d8dbeb564704dd3e1bc6849cfcc0d1b4ed6c6dcc405f54da346ceb7962
sq|32|76251cd6825ad03286ac0b2c5322258e309d26023eddc9e5efb66f59190e6addc6b11bef5452e3aac1b715f272a4dcdee4126a788601156139b9cbc29c1034c6
sr|32|3a13b0eda63548320b4e8e4ad77611291ff633c41480e0e34c5231918d537c849a4c17bb4fda2c32bdbe1f4221c27a9815193c5e8c4455422ce0a1ab6bba7d02
sv-SE|32|936e5e04806b773407ecc0c4671214db866e496ad6522c56ad422017b9372c8b5eaffe88fdd94c5805e64ccdb5bd4bf86cd7ba00c54dcc5940729f8ddc39de15
th|32|2e6b283b412f66e921e016f2e4b9d3518117950a8a455b67354b54954427aa7570032559831798ce291dd0ee63032e62d526536fb806d4c75e9ffc6c418a89c7
tr|32|60c9252171f47b9e3446ed1c3b797b5fdb1f766f54930b5537767bc0f01a5b1462aaea53b132b020afc2596cf3371db2783b737aea82afd0ab2ec62f49fe872f
uk|32|846c18235f970c82c1255b136d2e43111413003e66035e498985155e7da36097b36668c01cf0a8e22f0f634beb7fdcd9286dfdeba26475aede3442d2a2e6f4f1
uz|32|1d80bae584036d032eab64d672398105c9c5b9e60d6ef969860f4ba10001462c852e4ec6c9a3b300186152b282be67a759e0768cdb4806b14679649788463e46
vi|32|95f27e2604fcc7f306889ded408ed69a8bbb2eb1f9fce651d8213d7fb80e0d7b1d5581c295d7c94a1afaa188f3dcc52a581414daf2080fe873da6a7788731e62
zh-CN|32|32dd8cf305e7b24a7c9e6fd9250cca3b695759b2a89e02d3c89287fa35688262cfc9c9c5eb3f402c7fb2fe26e61a25eb3ef0b1d3a4a4e21020075cde3e89fd3d
zh-TW|32|cb261b2064ae81cb0bb45223baef999d734414ec6a4bd30909ef51211179bfde486f1e721883fa4f223fb3e12c55a54ebf964e265743d15f790c651fdf5092a3
af|64|7e308acbc68d282cc94ae8671a448e6423b5530475ce888173e5ce8339ca282f3b8325113de5c9fab449f30862ceddac813b2f089c8f609172caf6cb63c8945f
ar|64|1fc1fea20ddd04348ac2c98339d6e63e9434e5a9173abe9f61eb03d2cd4281e066ab85016d5a00e5a50351d1b92c96e0771d5d92a1b5810673dab504d3181b42
ast|64|23a32f72ae9f7e5718744f169b4fc18a3be7c0a26b60444a2b3bd190713389bced9ccbba739310761b053c40308f7a53be5242bab6ea2f3fa6bf5bc86a829302
be|64|4f540ba35a274ccf9d2f198cec9f764236b490f0af2ffc05f22fdd6cb4afa9d8c3e40a0ff132f82da8bed24ee8019dfc94187da37b3f0dd3c0d288bd6ab536e4
bg|64|fda766becdf49a0d5c3ae80eaf4d0d57d57d0a932526c1c5f7293ea75c1398ddbde27332da22f53e32e59d7621f6c2f9ccc4bcb37513b43a8d8015cd5a92eeb3
br|64|6ca603e2eb7be4571ed342f31dd556ec76423190d1c64bb55875b29d745eeaa354037168619d5dc7636d1b6e3ef4e5d68b1ef50de13f5fa0d62c8ca0ce6b8b6a
ca|64|6a4a713b006b6c7a2f6efcc04f6714c1132d0cdfe86fe709dd02164357cbe31c4a0fd07058b87e8ee49b30adb3aa3e37dc64059c1653cb4f7f71f9c47943f14e
cak|64|703c573ddbc1a80db229f5335c62bf13c5e7b2c6195f3db1b15369d14188cf31aa0e6860ff4a5bb2f373d9fc910b078cc89aaf9308af6789c00c8cb0798a5c4e
cs|64|a21ab0e651bb6461ed11d46f9b4a4df72c826939a3e2b4886829a66b0404b8919872833ffc38ac9c8d8301bd51ce039221d3b9c4998075aad93043e980a09543
cy|64|46b55bfd1b30bc720fe9cbb9b5d5b06c5b0f15d0364ff7bbc75aae55cca5407239d58ff2ca60cec7fd62ec8bd452cfcee93e901de6849b752b3fe9f87a0c0947
da|64|b5180905ee4b5a6a7efd1742f708b796cffce2224fed5cb613660513c9784a58428ea8f8847feb4b978f4cb09f10b4e48388c9f044ec82e722db81411b28bec6
de|64|f5c6ac8526cb09178ef1a12292b5becf9950c79ff06849a237d8066d193c86f433ff13b100affbafc7d79ed51ac83e65ed221d6db1e3bd34948814aeb7463f81
dsb|64|d61b2e7244cfaeaefdb60a53ae1202fd0e57be307e88943e3d5b84fb44b57ef14dcee5df722619c8299b4e7fdae8142ffbb0942a9a2ebc048bbb11c69dc077ec
el|64|b32d7d6f59440c1a80e4e8a2236a0abc99d7b4729d50ac440cf0d8ceb907ec85d91505022ea8889ee88828f7a4bdcc56bc72bcb3e308ad8635b7c3f808997a85
en-CA|64|d12740243d208f7696a27470bd92df3b134cccea9dcb48ae4d8204e4a81db54b753d3bc5219ac703c81755e49536baa8828f75bc3293946d2ef4e63c6f04f8f5
en-GB|64|e3c5a45025e35235f99ec94d960756381986a9cbe8f53d2801a0f86bf6eb267d72af02697c6d976b683145970d0c66f25b169a5ebe6ae19c1e372c0bee361145
en-US|64|beecc1d55d461c9dd7f603047a41c69c95eb965bb0977840d149f7adeea726214820d1c1d7bb4621c09323348b2e3af381eb15d5a6258949d8f41a087d706729
es-AR|64|8e27538ffecab30b2fedbc3637bc2db0cc0f1d9103854628f056c87c8be41542976594cf67119e7ef5f955b2e6e835cd0785698e673ec6ec745f323236c3fd3e
es-ES|64|9fd17b9c006b33cef045c81fc79dfc80992b129a6a2d8bc7195f6126a5bf419c5ef715b4bd8c0c0b06c68b94ba5c197b74c8bffd18c19df8c9f9f18fbca2bb7f
es-MX|64|a254702bfaf6f671e54f2beab3e1c38c2aed7c3f2072fe73d6a55383e1489d769526a721151386d14de9263014f3654147c5e68fbc366fa7b8808c6cdde1da2f
et|64|1afed9be296b548c68bffdb97eac806ebcbae05fcaee54b1dd967984b6fcdfc74f1ce006d04411862eb5f234b953fdaab1d2cdaff897559974fcdf78c864ae75
eu|64|90bead1cd2a4c072b5fa0b892f90b0016b8eda21f108ab513d21f4ab1414002b4f5bbb761e98f60f190b4ad5a86ad301b5a1371287752c99a2b2119a584e3110
fi|64|f15a2a378c334e0ce2fa4b5f7765fe499c00015a2709a4b0610d1b45cb265a179a00ed2334b9c98500f1a590094ca5b56ae6af5593710385ed5e3963201c4547
fr|64|93e164d735ac5f43e46a59ea91f028187b1744ec098fdc6fa90c8532f69920f39a2427d5680e6f688db927f394fda4d03095bc751ef2c46bc7c6aa30fab5a73b
fy-NL|64|23f9e7a957568e1b183c7a6aff6feafabae5aa8fd00eb87cc040cb5f61a9ecf8fb63e27103d2061952248f54e5fc9b618367da9d8853ea81387479ca61a66f13
ga-IE|64|054c92a9538ae3fd6db2d407eccc4ce619079a2d65a5e51ec81c186defab364b8057391e62ccb1606c4d3e89d08837a1954db8c4d98115471b32a9230da31690
gd|64|ce98bafb6e128a9de0c0b7b0e9212a357d648c403a100edc94153499057fa7e85e3fd2057d85e8534b1332d02a598223f487512b42ddb6832ab363921fce6a3c
gl|64|a03a3f6fc8ac8107c99c4b55efeaddbf3a1bb18bc30583695a0d77c2109934b2919300eb4a4e7732e0541cb740c91913d99000dcd07b54d27f0fc2c8a7142a7c
he|64|3adedb02095e2ad0a031d97b75eb8e95338026af5621862001c6ad9671669bd2d29f2753f51bc60a3c4889942306b9d136b3939b86b726572b57b535d2c1afcd
hr|64|f174a96eb926eee4a60ef322964605f330778133e5bc104de20c99d467adebe4a1e96bc49f2c26d36713cf8ac4e213234ed11459321b091c44c7fe5c80879571
hsb|64|df9572921dd3af84ee91d4a314f9f74ec1f60bfd8f37c065c34c79dc050a472a7c303050abb181d9ea29e31715e75877cb628f1cb34c2bd9acb1d3e75d2b6734
hu|64|a5a9acf6ec1c790115bf3d30d4ce8eee9be21ffe54da5286d9801746419df84293c6ec457156be4b2755a39059dbd38c2a4c5eeda5bbc99dd7250eb465e00822
hy-AM|64|055fa2af7067cb74d361ab1fbe93f074ad9a2348219cfee9caeaf4648ca15b68214cb75e7d7a90899ab13fecd7e914c4538e9cefd76c04926f5df1571a6dd818
id|64|c4ba5769352912baf6880a8685a219aca50766e10605448a5ba693fd6bdfd79b969576dc2b4603ddb4e857d3647acfb553cd1338740cf6282ee6ddbbe6f3481b
is|64|e69f0d8138b6a8fe6f8807ddedc141ae28e8f18b16642950476c599c5fe0ddbf62906b1ac165c5c4752a8826da1b0f0b7a2d4fb94087c704a52d4d7540a92cd1
it|64|bef60f3794e695b96918a7992da2069010aa7076971b93aeddbee41e5e4afa103f8cc4d2d543e4fabc7776699d0a953584f8e8ff79b27c0e36307e02a60e38a8
ja|64|74fbf0eda50362b0a67676c76beec29b88f5020574f136d15a652eac3ebad6d35d9c293b41c6aaf623b15e4764ad8597b994a2f16021b09a29da0e192e4ea659
ka|64|00b42fa7dad6094cc902ff388e050e185298e027da5622c407843bfac5a6a23dd41fa650de4a16dfe64235352323bec243cd96bb1852bf2ae3795574fec16426
kab|64|9117dc6780c4f8ce0632bec1dfbdd4faf7587c951a78d6cb392c51767b76d074930c4486adf35d1ed66afe9eb502dc988788443c8829a35dc2834120dba68882
kk|64|0390b0ad4357d5dbd5125bf619790192b0831f6fa3ff7d8936a5ec73d1de97ce4eca9b17573fa3b63683aacf79e78329624c6766ffc0f6df850bfb5ef3e7b90e
ko|64|03dd5f2f197a4aa070563fe04e32d4018b869b32ee0f13e0c525f001c1aea98a4d92ee5a8f6509022ff72183c57d11eaa9f603f656977f3f560d325d2e637e1d
lt|64|151163c9d2b06b6c1f12ddc379149154144436b30d4b80c09da02a8fad3bd45e0d76b6c1a13dcc936a881c87a5cde075a88210315e0c793eeff5202790398258
lv|64|24587c9da7e986becc46b559ef63f275ffe3ed678adb14f54d201f8377d00f648e706fd40313a267c5365ae14a1907d01334da1c82ebf584b3b19b0117c77c65
ms|64|eb53fb4f2b71a550738597f2386cc463a3ddfa26ad70a4758ac2a1706dfd9dafbb5bae84013fc85090062e2aef05477059151412dade531ee643edf17ee59ce2
nb-NO|64|06fa243af24030a06023eb2befd6ecb5366172125f3b63c1cda761c50d13319ff103cc0bbab9e8d41ed4b3c70f5b3eddac277e1ae86448db27cd21aa059a8dd2
nl|64|e98a9162745ae1375c0e68badfb1b681a68308d89c687db837ad67ef50481308d4d10c7b16ba942e6f37b70c510ef532e81cdd7c62ef3d80941cad45ede47659
nn-NO|64|37caaa7d6d8f569eda73a1de5d3f775aab215ff180327f46664887d28bf156aa1452d93d75187b27028e27db288304cc5a3a046daa4ccd80de7adf9c79e6a131
pa-IN|64|af8ef7f2d50fbffe876539982a969f459612b3d52277bc2fe84d956548e7140dc4c94fdc2f32108d9703bcf908643337335200671f2d0cb0f756d84662f3bd1b
pl|64|df70da5db86cb95b0614d0c7a819b4685a66a09948de186d365993f4b2d01f9b4fb0a8a26e3faedbda5970b9e512e88c0aeccc0e68d3dbedf2a6f591610a7fa4
pt-BR|64|82b445ff58ad26341319382689f10d25ac61de472cdd1b2d9e3f67741315d5360e297d8864b150eaefee9b768a0653da7f58c06c79b12bd7536c7b7665720ce7
pt-PT|64|c213e6b45cd07d3cd3d32369e8abecb0564a528aa6c804ab22e10ccd0f6473fb1f48cfcf8c164a2d06d271155f3bbaf1116e6dc5d52b134317442fca23174249
rm|64|5d2d345a52ea4720c115bfc06985e13b7a64ccaf87e2f42c0456753691be4db73e3540ddab9f1f8ce48edf93b1c8468ca16851e1fa7e033a290ec8c5ed50cc08
ro|64|d691d7a19f10d24e1bce4164338ff025c56ba3b9894927f1a05a06ca627147ec253acb4d15f008d62fa8bc0275ee2a0493456dfdb3abe0d5991157fc962ccfc6
ru|64|480c88cc9c96ef7780de6714f6efd6f65a502016e110ac50c268ac172b27903c2caf5baa127e1b7d00fa85fd2189dee3f542e01421da30bb947c5e2db98f51f9
sk|64|be9cca7b92c453f91f8634f912af170eef554bff1f7678860b4ac6f7dee7bac107b621320a4b283fc7e883eb9e1ee8e790af9f860c5087cf8692bfe9ef15f548
sl|64|bd95bd8f8de146160b68c48d932c07312c8c7e9e82d8e108adac0f3554f430c31a1c6a6e2bf76157335c9eaac7660efe95c5d3690c568441b7fa3d2e711a67df
sq|64|de83d389f17d6e377e74400e16be258585f128c92e41c1647ced517ab58cb28abba3555b5c62797e025f29a4300e0b96fe61c0c3e49a5b02d5a72716897d09cd
sr|64|a7780245a10630f9b2232d470a6acb009edaf1f6f741533b5625b7ddf56aedd9d1c55ae5a29bdddcdbafe7523351add581c37eeac2a0befb3c9ff18492bf17ac
sv-SE|64|11078941c5c88f04f1017a39b7e6a89682dd2833857b1174bc718e8336ae31c3baba6b3fa12582604612167688541f77db4f0cd241b6292bb40768fc25d234f6
th|64|029d1e31f5c0752b0ec7f0bc5fdc7e5566880034854a1b9a4069930c4ad2152a8da9a160524b39b22bfe0b6c7bd0a69ef19aaf7e7fb19c97e1bf5227b88f8958
tr|64|f29d35c4359f7aec955a248c6a45cae2c986682c49e41679e17287c8c0a41968c3515169cd883d337e53cf5d4e20b223680ba3ae2f688aa3e515bd0b38073602
uk|64|51c6a364b3a8453ee4dead7116332ed6ff2f9913240f0efcb56803acbbb8ecb838f4a6431aa13d00d725a209de032a82d6edb6e3ced7ed41cc66935d88e24287
uz|64|a901e3a38c5f3cf3991edf6e8f2774d66164efd65cd3922feee430cbc1fe8793c59455155a86b255146b4c5fcc9661594315a0c7ffd575e9fbf9321c8bf721be
vi|64|b6c004922039d89679ef69ecc20ea7a4c6ba1b697f5b294bbcab9162a2d02cc88148daf4dca0306819a8cc498568a14dfa29775ad8232a1cb0839626bfb4398b
zh-CN|64|155161910a9fde5418b8772b3b9920d805f53d0bd5a8ab933e9d3327bde86447a560ddb3d20bb8c2660bbe47449396bc8b6315cf94b0072362d4817f769434ae
zh-TW|64|aae96249736775892c3dfa2cc802106a5c7d003172063188447c2a98074f3c949eb70e09fc02f4f288749dbfae9ba847d0ee13a7771c325aa7b1f10e82b2e7be

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 128.5.1 23854 Tuesday, December 3, 2024 Approved
Mozilla Thunderbird 128.5.0 29560 Wednesday, November 27, 2024 Approved
Mozilla Thunderbird 128.4.4 26235 Wednesday, November 20, 2024 Approved
Mozilla Thunderbird 128.4.3 26482 Wednesday, November 13, 2024 Approved
Mozilla Thunderbird 128.4.2 25338 Thursday, November 7, 2024 Approved
Mozilla Thunderbird 128.4.1 16074 Tuesday, November 5, 2024 Approved
Mozilla Thunderbird 128.4.0 18696 Wednesday, October 30, 2024 Approved
Mozilla Thunderbird 128.3.3 24452 Friday, October 25, 2024 Approved
Mozilla Thunderbird 115.12.2 73816 Sunday, June 23, 2024 Approved
Mozilla Thunderbird 115.12.1 13979 Wednesday, June 19, 2024 Approved
Mozilla Thunderbird 115.11.1 30071 Wednesday, May 29, 2024 Approved
Mozilla Thunderbird 115.11.0 24312 Thursday, May 16, 2024 Approved
Mozilla Thunderbird 115.10.2 25279 Wednesday, May 1, 2024 Approved
Mozilla Thunderbird 115.10.1 23205 Friday, April 19, 2024 Approved
Mozilla Thunderbird 115.10.0 11911 Wednesday, April 17, 2024 Approved
Mozilla Thunderbird 115.9.0 34109 Tuesday, March 19, 2024 Approved
Mozilla Thunderbird 115.8.1 27838 Tuesday, March 5, 2024 Approved
Mozilla Thunderbird 115.8.0 27142 Wednesday, February 21, 2024 Approved
Mozilla Thunderbird 115.7.0 36245 Wednesday, January 24, 2024 Approved
Mozilla Thunderbird 115.6.1 27386 Tuesday, January 9, 2024 Approved
Mozilla Thunderbird 115.6.0 29859 Tuesday, December 19, 2023 Approved
Mozilla Thunderbird 115.5.2 22382 Tuesday, December 12, 2023 Approved
Mozilla Thunderbird 115.5.1 27055 Tuesday, November 28, 2023 Approved
Mozilla Thunderbird 115.5.0 18718 Wednesday, November 22, 2023 Approved
Mozilla Thunderbird 115.4.3 20203 Wednesday, November 15, 2023 Approved
Mozilla Thunderbird 115.4.2 22776 Wednesday, November 8, 2023 Approved
Mozilla Thunderbird 115.4.1 26036 Thursday, October 26, 2023 Approved
Mozilla Thunderbird 115.3.3 20821 Wednesday, October 18, 2023 Approved
Mozilla Thunderbird 115.3.2 22161 Wednesday, October 11, 2023 Approved
Mozilla Thunderbird 115.3.1 24352 Friday, September 29, 2023 Approved
Mozilla Thunderbird 115.3.0 12372 Wednesday, September 27, 2023 Approved
Mozilla Thunderbird 115.2.3 19559 Thursday, September 21, 2023 Approved
Mozilla Thunderbird 115.2.2 21714 Wednesday, September 13, 2023 Approved
Mozilla Thunderbird 115.2.1 6765 Tuesday, September 12, 2023 Approved
Mozilla Thunderbird 115.2.0 25433 Wednesday, August 30, 2023 Approved
Mozilla Thunderbird 115.1.1 25996 Wednesday, August 16, 2023 Approved
Mozilla Thunderbird 115.1.0 24933 Wednesday, August 2, 2023 Approved
Mozilla Thunderbird 115.0.1 27101 Thursday, July 20, 2023 Approved
Mozilla Thunderbird 115.0.0 23787 Wednesday, July 12, 2023 Approved
Mozilla Thunderbird 102.13.0 16015 Saturday, July 8, 2023 Approved
Mozilla Thunderbird 102.12.0 35820 Thursday, June 8, 2023 Approved
Mozilla Thunderbird 102.11.2 25003 Saturday, May 27, 2023 Approved
Mozilla Thunderbird 102.11.1 11248 Thursday, May 25, 2023 Approved
Mozilla Thunderbird 102.11.0 27772 Wednesday, May 10, 2023 Approved
Mozilla Thunderbird 102.10.1 29023 Tuesday, April 25, 2023 Approved
Mozilla Thunderbird 102.10.0 27123 Tuesday, April 11, 2023 Approved
Mozilla Thunderbird 102.9.1 26573 Wednesday, March 29, 2023 Approved
Mozilla Thunderbird 102.9.0 25501 Thursday, March 16, 2023 Approved
Mozilla Thunderbird 102.8.0 35710 Thursday, February 16, 2023 Approved
Mozilla Thunderbird 102.7.2 21436 Wednesday, February 8, 2023 Approved
Mozilla Thunderbird 102.7.1 19943 Wednesday, February 1, 2023 Approved
Mozilla Thunderbird 102.7.0 24109 Friday, January 20, 2023 Approved
Mozilla Thunderbird 102.6.1 36216 Wednesday, December 21, 2022 Approved
Mozilla Thunderbird 102.6.0 20254 Wednesday, December 14, 2022 Approved
Mozilla Thunderbird 102.5.1 25166 Thursday, December 1, 2022 Approved
Mozilla Thunderbird 102.5.0 26040 Wednesday, November 16, 2022 Approved
Mozilla Thunderbird 102.4.2 24275 Friday, November 4, 2022 Approved
Mozilla Thunderbird 102.4.1 20811 Thursday, October 27, 2022 Approved
Mozilla Thunderbird 102.4.0 16175 Thursday, October 20, 2022 Approved
Mozilla Thunderbird 102.3.3 20325 Wednesday, October 12, 2022 Approved
Mozilla Thunderbird 102.3.2 18400 Friday, October 7, 2022 Approved
Mozilla Thunderbird 102.3.1 18914 Thursday, September 29, 2022 Approved
Mozilla Thunderbird 102.3.0 19831 Wednesday, September 21, 2022 Approved
Mozilla Thunderbird 102.2.2 23203 Thursday, September 8, 2022 Approved
Mozilla Thunderbird 102.2.1 18003 Thursday, September 1, 2022 Approved
Mozilla Thunderbird 102.2.0 19376 Tuesday, August 23, 2022 Approved
Mozilla Thunderbird 102.1.2 22250 Tuesday, August 9, 2022 Approved
Mozilla Thunderbird 102.1.1 11491 Saturday, August 6, 2022 Approved
Mozilla Thunderbird 102.1.0 17259 Friday, July 29, 2022 Approved
Mozilla Thunderbird 102.0.3 18739 Wednesday, July 20, 2022 Approved
Mozilla Thunderbird 102.0.2 19793 Tuesday, July 12, 2022 Approved
Mozilla Thunderbird 102.0.1 14131 Thursday, July 7, 2022 Approved
Mozilla Thunderbird 102.0 20709 Wednesday, June 29, 2022 Approved
Mozilla Thunderbird 91.10.0 31610 Wednesday, June 1, 2022 Approved
Mozilla Thunderbird 91.9.1 21187 Friday, May 20, 2022 Approved
Mozilla Thunderbird 91.9.0 26221 Wednesday, May 4, 2022 Approved
Mozilla Thunderbird 91.8.1 24100 Tuesday, April 19, 2022 Approved
Mozilla Thunderbird 91.8.0 22331 Wednesday, April 6, 2022 Approved
Mozilla Thunderbird 91.7.0 30231 Thursday, March 10, 2022 Approved
Mozilla Thunderbird 91.6.2 14325 Sunday, March 6, 2022 Approved
Mozilla Thunderbird 91.6.1 23274 Friday, February 18, 2022 Approved
Mozilla Thunderbird 91.6.0 19944 Wednesday, February 9, 2022 Approved
Mozilla Thunderbird 91.5.1 23628 Tuesday, January 25, 2022 Approved
Mozilla Thunderbird 91.5.0 22106 Wednesday, January 12, 2022 Approved
Mozilla Thunderbird 91.4.1 25588 Monday, December 20, 2021 Approved
Mozilla Thunderbird 91.4.0.20211214 16811 Tuesday, December 14, 2021 Approved
Mozilla Thunderbird 91.4.0 18906 Tuesday, December 7, 2021 Approved
Mozilla Thunderbird 91.3.2 27029 Friday, November 19, 2021 Approved
Mozilla Thunderbird 91.3.1 14296 Tuesday, November 16, 2021 Approved
Mozilla Thunderbird 91.3.0 22547 Wednesday, November 3, 2021 Approved
Mozilla Thunderbird 91.2.1 22534 Friday, October 22, 2021 Approved
Mozilla Thunderbird 91.2.0.20211014 17836 Thursday, October 14, 2021 Approved
Mozilla Thunderbird 91.2.0 19178 Friday, October 8, 2021 Approved
Mozilla Thunderbird 91.1.2 22930 Tuesday, September 28, 2021 Approved
Mozilla Thunderbird 91.1.1 21705 Friday, September 17, 2021 Approved
Mozilla Thunderbird 91.1.0 20846 Tuesday, September 7, 2021 Approved
Mozilla Thunderbird 91.0.3 20682 Thursday, August 26, 2021 Approved
Mozilla Thunderbird 91.0.2 10493 Monday, August 23, 2021 Approved
Mozilla Thunderbird 91.0.1 14207 Tuesday, August 17, 2021 Approved
Mozilla Thunderbird 78.12.0 28797 Wednesday, July 14, 2021 Approved
Mozilla Thunderbird 78.11.0 31917 Thursday, June 3, 2021 Approved
Mozilla Thunderbird 78.10.2 21071 Tuesday, May 18, 2021 Approved
Mozilla Thunderbird 78.10.1 19271 Wednesday, May 5, 2021 Approved
Mozilla Thunderbird 78.10.0 21010 Monday, April 19, 2021 Approved
Mozilla Thunderbird 78.9.1 18537 Friday, April 9, 2021 Approved
Mozilla Thunderbird 78.9.0 19288 Wednesday, March 24, 2021 Approved
Mozilla Thunderbird 78.8.1 21164 Tuesday, March 9, 2021 Approved
Mozilla Thunderbird 78.8.0 18891 Wednesday, February 24, 2021 Approved
Mozilla Thunderbird 78.7.1 22977 Saturday, February 6, 2021 Approved
Mozilla Thunderbird 78.7.0 17643 Wednesday, January 27, 2021 Approved
Mozilla Thunderbird 78.6.1 20334 Tuesday, January 12, 2021 Approved
Mozilla Thunderbird 78.6.0 20536 Monday, December 21, 2020 Approved
Mozilla Thunderbird 78.5.1 20591 Friday, December 4, 2020 Approved
Mozilla Thunderbird 78.5.0 18728 Thursday, November 19, 2020 Approved
Mozilla Thunderbird 78.4.3 14913 Wednesday, November 11, 2020 Approved
Mozilla Thunderbird 78.4.2 10884 Tuesday, November 10, 2020 Approved
Mozilla Thunderbird 78.4.1 9282 Friday, November 6, 2020 Approved
Mozilla Thunderbird 78.4.0 20229 Thursday, October 22, 2020 Approved
Mozilla Thunderbird 78.3.3 11741 Saturday, October 17, 2020 Approved
Mozilla Thunderbird 78.3.2 17180 Wednesday, October 7, 2020 Approved
Mozilla Thunderbird 78.3.1 16211 Saturday, September 26, 2020 Approved
Mozilla Thunderbird 78.3.0 5312 Friday, September 25, 2020 Approved
Mozilla Thunderbird 78.2.2 18586 Friday, September 11, 2020 Approved
Mozilla Thunderbird 78.2.1 16616 Sunday, August 30, 2020 Approved
Mozilla Thunderbird 78.2.0 9592 Wednesday, August 26, 2020 Approved
Mozilla Thunderbird 78.1.1 18444 Saturday, August 8, 2020 Approved
Mozilla Thunderbird 78.1.0 10147 Monday, August 3, 2020 Approved
Mozilla Thunderbird 78.0.1 14072 Wednesday, July 22, 2020 Approved
Mozilla Thunderbird 78.0 10424 Friday, July 17, 2020 Approved
Mozilla Thunderbird 68.10.0 17224 Wednesday, July 1, 2020 Approved
Mozilla Thunderbird 68.9.0 22077 Thursday, June 4, 2020 Approved
Mozilla Thunderbird 68.8.1 14119 Monday, May 25, 2020 Approved
Mozilla Thunderbird 68.8.0 18443 Tuesday, May 5, 2020 Approved
Mozilla Thunderbird 68.7.0 21915 Thursday, April 9, 2020 Approved
Mozilla Thunderbird 68.6.0 19699 Friday, March 13, 2020 Approved
Mozilla Thunderbird 68.5.0 28047 Wednesday, February 12, 2020 Approved
Mozilla Thunderbird 68.4.2 21243 Saturday, January 25, 2020 Approved
Mozilla Thunderbird 68.4.1 18639 Friday, January 10, 2020 Approved
Mozilla Thunderbird 68.3.1 18192 Tuesday, December 24, 2019 Approved
Mozilla Thunderbird 68.3.0 13380 Wednesday, December 4, 2019 Approved
Mozilla Thunderbird 68.2.2 35002 Thursday, November 7, 2019 Approved
Mozilla Thunderbird 68.2.1 16926 Friday, November 1, 2019 Approved
Mozilla Thunderbird 68.2.0 12495 Wednesday, October 23, 2019 Approved
Mozilla Thunderbird 68.1.2 17543 Thursday, October 10, 2019 Approved
Mozilla Thunderbird 68.1.1 17724 Wednesday, September 25, 2019 Approved
Mozilla Thunderbird 68.1.0 17577 Wednesday, September 11, 2019 Approved
Mozilla Thunderbird 68.0 26007 Wednesday, August 28, 2019 Approved
Mozilla Thunderbird 60.8.0 34727 Wednesday, July 10, 2019 Approved
Mozilla Thunderbird 60.7.2 18427 Friday, June 21, 2019 Approved
Mozilla Thunderbird 60.7.1 11153 Thursday, June 13, 2019 Approved
Mozilla Thunderbird 60.7.0 20052 Wednesday, May 22, 2019 Approved
Mozilla Thunderbird 60.6.1 45052 Monday, March 25, 2019 Approved
Mozilla Thunderbird 60.6.0 8134 Wednesday, March 20, 2019 Approved
Mozilla Thunderbird 60.5.3 11778 Tuesday, March 5, 2019 Approved
Mozilla Thunderbird 60.5.2 8114 Tuesday, February 26, 2019 Approved
Mozilla Thunderbird 60.5.1.20190217 9144 Sunday, February 17, 2019 Approved
Mozilla Thunderbird 60.5.1 4688 Thursday, February 14, 2019 Approved
Mozilla Thunderbird 60.5.0 10684 Wednesday, January 30, 2019 Approved
Mozilla Thunderbird 60.4.0 15338 Friday, December 21, 2018 Approved
Mozilla Thunderbird 60.3.3 9182 Tuesday, December 11, 2018 Approved
Mozilla Thunderbird 60.3.2 9271 Friday, November 30, 2018 Approved
Mozilla Thunderbird 60.3.1 11079 Thursday, November 15, 2018 Approved
Mozilla Thunderbird 60.3.0 10577 Thursday, November 1, 2018 Approved
Mozilla Thunderbird 60.2.1 16940 Wednesday, October 3, 2018 Approved
Mozilla Thunderbird 60.0 24467 Monday, August 6, 2018 Approved
Mozilla Thunderbird 52.9.1 15870 Wednesday, July 11, 2018 Approved
Mozilla Thunderbird 52.9.0 7485 Wednesday, July 4, 2018 Approved
Mozilla Thunderbird 52.8.0 18819 Wednesday, May 23, 2018 Approved
Mozilla Thunderbird 52.7.0 20380 Saturday, March 24, 2018 Approved
Mozilla Thunderbird 52.6.0 23759 Friday, January 26, 2018 Approved
Mozilla Thunderbird 52.5.2 16349 Friday, December 22, 2017 Approved
Mozilla Thunderbird 52.5.0 14534 Friday, November 24, 2017 Approved
Mozilla Thunderbird 52.4.0 19526 Monday, October 9, 2017 Approved
Mozilla Thunderbird 52.3.0 17569 Thursday, August 17, 2017 Approved
Mozilla Thunderbird 52.2.1 12736 Saturday, June 24, 2017 Approved
Mozilla Thunderbird 52.2.0 6032 Thursday, June 15, 2017 Approved
Mozilla Thunderbird 52.1.1 9457 Tuesday, May 16, 2017 Approved
Mozilla Thunderbird 52.1.0 6409 Monday, May 1, 2017 Approved
Mozilla Thunderbird 52.0.1 7249 Saturday, April 15, 2017 Approved
Mozilla Thunderbird 52.0 4013 Monday, April 10, 2017 Approved
Mozilla Thunderbird 45.8.0 8837 Tuesday, March 7, 2017 Approved
Mozilla Thunderbird 45.7.1 8750 Wednesday, February 8, 2017 Approved
Mozilla Thunderbird 45.7.0 5643 Thursday, January 26, 2017 Approved
Mozilla Thunderbird 45.6.0 7070 Saturday, December 31, 2016 Approved
Mozilla Thunderbird 45.5.1 11814 Thursday, December 1, 2016 Approved
Mozilla Thunderbird 45.5.0.20161130 2164 Wednesday, November 30, 2016 Approved
Mozilla Thunderbird 45.5.0.20161128 2342 Monday, November 28, 2016 Approved
Mozilla Thunderbird 45.5.0 4849 Monday, November 21, 2016 Approved
Mozilla Thunderbird 45.4.0.20161024 8519 Monday, October 24, 2016 Approved
Mozilla Thunderbird 45.4.0.20161023 2245 Sunday, October 23, 2016 Approved
Mozilla Thunderbird 45.4.0 12334 Tuesday, October 4, 2016 Approved
Mozilla Thunderbird 45.3.0 34656 Wednesday, August 31, 2016 Approved
Mozilla Thunderbird 45.2.0 52880 Sunday, July 10, 2016 Approved
Mozilla Thunderbird 45.1.1 586 Monday, May 30, 2016 Approved
Mozilla Thunderbird 45.1.0 488 Wednesday, May 11, 2016 Approved
Mozilla Thunderbird 45.0 457 Sunday, May 8, 2016 Approved
Mozilla Thunderbird 38.7.0 7819 Wednesday, March 16, 2016 Approved
Mozilla Thunderbird 38.6.0 5891 Monday, February 15, 2016 Approved
Mozilla Thunderbird 38.5.1 6114 Thursday, January 7, 2016 Approved
Mozilla Thunderbird 38.5.0 2808 Wednesday, December 23, 2015 Approved
Mozilla Thunderbird 38.4.0 5568 Wednesday, November 25, 2015 Approved
Mozilla Thunderbird 38.3.0 5709 Wednesday, September 30, 2015 Approved
Mozilla Thunderbird 38.2.0 5565 Friday, August 14, 2015 Approved
Mozilla Thunderbird 38.1.0 4001 Friday, July 10, 2015 Approved
Mozilla Thunderbird 38.0.1 3321 Thursday, June 11, 2015 Approved
Mozilla Thunderbird 31.7.0 1904 Tuesday, June 2, 2015 Approved
Mozilla Thunderbird 31.6.0.20150405 3675 Sunday, April 5, 2015 Approved
Mozilla Thunderbird 31.6.0 813 Friday, April 3, 2015 Approved
Mozilla Thunderbird 31.5.0 2917 Tuesday, February 24, 2015 Approved
Mozilla Thunderbird 31.4.0 2580 Tuesday, January 13, 2015 Approved
Mozilla Thunderbird 31.3.0 2452 Tuesday, December 2, 2014 Approved
Mozilla Thunderbird 31.2.0 2458 Tuesday, October 14, 2014 Approved
Mozilla Thunderbird 31.1.2 1492 Wednesday, September 24, 2014 Approved
Mozilla Thunderbird 31.1.1 1088 Wednesday, September 10, 2014 Approved
Mozilla Thunderbird 31.1.0 1010 Tuesday, September 2, 2014 Approved
Mozilla Thunderbird 31.0 1578 Tuesday, July 22, 2014 Approved
Mozilla Thunderbird 24.6.0 1525 Tuesday, June 10, 2014 Approved
Mozilla Thunderbird 24.5.0 1567 Tuesday, April 29, 2014 Approved
Mozilla Thunderbird 24.4.0 1533 Tuesday, March 18, 2014 Approved
Mozilla Thunderbird 24.3.0 1118 Tuesday, February 4, 2014 Approved
Mozilla Thunderbird 24.2.0.20140131 536 Friday, January 31, 2014 Approved
Mozilla Thunderbird 24.2.0 892 Tuesday, December 10, 2013 Approved
Mozilla Thunderbird 24.1.1 647 Tuesday, November 19, 2013 Approved
Mozilla Thunderbird 24.1.0 666 Tuesday, October 29, 2013 Approved
Mozilla Thunderbird 24.0.1 648 Friday, October 11, 2013 Approved
Mozilla Thunderbird 24.0 622 Tuesday, September 17, 2013 Approved
Mozilla Thunderbird 17.0.8 702 Tuesday, August 6, 2013 Approved
Mozilla Thunderbird 17.0.7 630 Wednesday, June 26, 2013 Approved
Mozilla Thunderbird 17.0.6 611 Wednesday, May 15, 2013 Approved
Mozilla Thunderbird 17.0.5 584 Wednesday, May 15, 2013 Approved
Mozilla Thunderbird 16.0.1.2 722 Monday, October 29, 2012 Approved
Mozilla Thunderbird 16.0.1.1 469 Monday, October 29, 2012 Approved
Mozilla Thunderbird 16.0.1 485 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