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,552,295

Downloads of v 115.10.2:

25,187

Last Update:

01 May 2024

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

115.10.2 | Updated: 01 May 2024

Downloads:

3,552,295

Downloads of v 115.10.2:

25,187

Software Author(s):

  • Mozilla

Mozilla Thunderbird 115.10.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="'115.10.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="'115.10.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: '115.10.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  '115.10.2'
end

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


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

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


package { 'thunderbird':
  ensure   => '115.10.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 01 May 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 '115.10.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-115.10.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-115.10.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|8bc81304ec127d6b605c5766f1dc52bb3eed7dd56f36899407a67f828e6942138c1b1a5056d25765580572ab7f79808f5eacd70c76a28750814e789af605e7fd
ar|32|116697f2e75003cab19e4078de91a490e96d2c2077084a70b1e180f9b3b0526a51539ccfa8af58ca63a7e9132cc8a4591e40daff7be6c0b6b0f583fc0c55d95e
ast|32|dba976a4dbf367a226a01fdbb90213a9a0f95ee3792e464fd1b9e622382ead9fb2a25ebc21825fd3b85b297d9d171631ee32c37915e6b1584ad7af8e686b3c31
be|32|6f15d09e1caf47f9601a2cf16547b54137e68e8df0827a9121de55e290f1ccaf1bd6946d71c6f66b03d3929b0bb59b7d1ad65f41e2ea5c5ce89612296f244d07
bg|32|1d541af44cc6e83740d5c33fb2d7ed94ec0353cb7ce7838cab1725424ce60d178e01071f9eb139b428c952c0aa6f97be860900b028daa9b80ff0e11a376745d2
br|32|de493d1c52c6c32c54adb4f85e85c375d4526405fb4cea756134a1df0ebdbf71d8b6f0327d784b46fc22f59e9a8fb23871cf5c610c088b3ea37ccdbb6f9baf02
ca|32|83bb43a3f9c3612b6fc037b7cbfd2da152b079a3566c035bfcea52fd10733cd270dfeeb5d3888c70ac529a70deb6e7ba20369f2eb8b54c91b27981b98e1e9e0d
cak|32|9733b2f0e1058ba5b9649009eb5a251f2b23965a972d8373f7bcc872a0e73d368d42fa60a0b3db568872b4ee001c244173fdcc2b7c4048bfe7b41abb97f6b9e8
cs|32|1d3b41a046577afc2715bf8b68c79e2962d628862bda9018079a16c86ead8f8f5c85a676f1968da8855436565333d2a0dc6cff3c8f4bbeedfda23ec29cbf012e
cy|32|17bdacdaff73ae7bba5637723d082b725beedb716624a4e112c539ac144fab7bd60873f38156433075178304796afc95e5e7de34feffe47d1cba68ef8f42fe14
da|32|00898afbe89ba5ebd10ec4733cc599c9b1425ff729bc1f3740f233306a948f285917db0aa8fb5d7bd4d11f1989a01ed5172f9aa08f939cc9875803df38e4c696
de|32|b6046d2eef0ff99acfc16a691ad44e9dbdf513b370a56653e089c74026496c28b713c2bce530c975594beddd98261a32a29175e03f109bf16dbc5156e0370eeb
dsb|32|10222d63c611d8caa9e17f68eb64346444bb196c3469e82ab4c4eb719cd091bbec069999633cc386478a1b211e4d2cdc2c9a7aba43928f310f79ac67ff646cd7
el|32|d3f19a2759a41c27a9fc050132b304b206149b2ee17c994dfc47581271195510e9d2580648570a38589cb12a04d9e1662e21bb6ae63f37991d42a0104495de1a
en-CA|32|9ceba910e4ec2ea540d328e7a7b7dd730b75b8ba6c8f7f0038ef1f6bef2319b2890fefa9aebccb43f542fa1968c6211e444bb764598d03a39c529feb4a20ade4
en-GB|32|d9def8b5438a8690c43b642d4af26ba0daa193e7a2dffac3a8879ad81358845339fbd438650904f422432303d3532b6471ff8419b204fc1b8f900551efea111c
en-US|32|c24448e1afe42748ce6ed47770713821ad0e90d5051a4eb8b872811c57dff6718627d28ee663fb231270b675b025acc0df8406e53cd0d8ac55ac5ffd1353a33f
es-AR|32|713fa0daf0c53e9b5d05717e601781721343f8697d9962cfe75323a3f7072ce64d2d7cfa45bdd7777f6ab8d6bec49342a801a3dc07c016a38cd9ca0ab4233ace
es-ES|32|c3b11789c19285e9ffb95bc024560aae446f25fdec0305608245da6fdcb65ae1b2b54819619c9b9637ceb25bdb2e0d60aeda35c2c06849fd6c6ca3ebb988abd0
es-MX|32|87157902d4e2b1050d865a2a1f39351e4d66c43c190fceab2fafd873691eae45ceb5d53f0842c657619bd59b50d0c04ff32e88cfed05a4d6f2343b50a314323d
et|32|021340cdde15bd6e37b3e859962160eed7584c728d163c0912c61442d982e3f404ad39aeb6361391ec111e704b593230ad24e0378a132b788cd7962b3b0831db
eu|32|2e6b09bcd3d147e7d7756318f1b9127512b7d39f6225de2591a3549e578a895b9c6941ac0c72eb870ed00e7d2932dd05abea2b6965d35017111143b1b4559abd
fi|32|fbcb85c9410492ce8947a880a1d372cecbf95cb24e807b8b2a80a63d30d114115ba0a4d2f4ef9f0bf64b4c2389e1b9cfd53a1bfd33917479f0c50d81f491da6c
fr|32|7ac0d83612d6b4844e952432ef2ba8f796154410e5e2fcc376f5d464369b5f9b22dae9429e3be44d1d8f9aeac25050785f0ddd70f7cb0db38f958b1baa4190f9
fy-NL|32|cb0c14d13bbcbea83a5c90255c1f2b80e726f949f3b9769131ccf1c023cb06a5505a9f1185ad1d038c44de15aafdeb5a3d8fc80713595d6c8b1d8422c0ad0a2b
ga-IE|32|bbf05f6ab54d4dabe1e9563b2f545ccc4ccb38f566a1a13061cac723243a77ab566ad67d55236a18f3c7fe010844ba31845d002136414da3a81f4767da255ddf
gd|32|72ff77b99218a3a8b9a86add28fe85d793aebeee12e9253095055055b05935fdf7dcf451da25df9a56520bc1b50815c6a21f13990b1bee510cee982ae4782b80
gl|32|f79ab0da2c0e176520621fa6f246ebf0c3296d84488fd7fe07cbc3e975f2f6b58d2b7a9dc382c1a211c5994616fe0d268c592d33d7052889e1aea851029e61dc
he|32|37fee5f586fb2807f53274b180bf203c4f41a1d94087c543cff95688cf85eac04882f3238e82f3c3bdcc709665fa32f46d039a57ba70846bec36a80fa0972703
hr|32|78fa94e423b5fb6a355d01d6d9f60332885bc134a1a572f772a461dfca0ab56fae1fa5948b42a13e3c56ff234ca22bea48ee5f8bce070c8eaca4ad9cb1c30599
hsb|32|e15023ee6886b98c4a38819958092813b64d19c2d5faded44ca8ab55ca2614a351ebbdb687bd73d1381bcc2c64593c9026a3ba4f35c946c6103f8cfbf2538ad2
hu|32|743612819a1783003bcedc2f05ddd4987be063a12c26ac97a7b6cfb3d3381016ed7e63c60ee10335b5ba69f35af0830301a3db0ed16ae87ed15fbd44018aa678
hy-AM|32|746f344bb9eb6fc268c92c93a71106aaa19339d44a65cb775f1fce4c5cdf54281380368fcefd49c77afb9721ad316b9d1cbbb47afc6a989a83bdebcd7b312fca
id|32|3e5964ad24efe8ad3d0086b8b6742cc37f9c819825c39aebf59a8fb22554a81cd0fe188ca941da5926a04e2152dad56c17a38d6d9dd6e120a13f3430ab803f5f
is|32|55020e79fe47370eed5be8ed9ed25020a789db04affcedbc63b8a80fddb7cc78cf01fad043b0c7096f7e513b1440634d381d9ddf4dad7be772c29229a4db64a1
it|32|912cf5315584347ac7a69a391852610973d0c19974fab57dc297e40c6194520d74470307b95f4a376c907501961723d8a946c8120b13e646e444d0afc46cf499
ja|32|2112778f8a95fc87137044aa61cd489df23d923a18b3e3d15f0be6cef77eefa34ce622fbd03fecf6a22289fef43be9ac563582d870430f375bdeadfb705daacb
ka|32|dc6372e11464447bb77082bed5bbbfdd00445acd85eadcda009ec0b098f435e11decf5ea05c755220cdd1e3f97f41711599149cfc3d818bcb8dd2b16bc33022b
kab|32|2612e89ab853f76e6c139164b2e29ae7901a17df3f75fbcd2cbfc93f76afc67f0d21d86f3381fb90d568ff002f8feb6491209277321366277eecd19714cbde5b
kk|32|64688afc23b3cde776d70feec236bdcf5a5da8a6d5ba20f25921b80f815b41754c210bb1982cd24353cc929dd9479b6c1f8292ae0a0f1147a218a363c0f6b857
ko|32|9f4b5ae601c3e28e52be16b694d38d680e86b54f6c31c9a0696e8e9d057ae528817bdfc133db35bd7e2e60c72ec1069a47a1c71923481b1e6d542dfc6c51bda4
lt|32|62707fd1eac2bb3e9d40d9e1f97f346b37c01eb4c7cf543559d73c56670ddedcd3d9e76c546fc63382a5526e3b65f3ac7600da71212ae110a878127069d5e68b
lv|32|9ddc06ab8801d11c4e18c7166e0d86a4413fc7218e061f9e68666058a5d4e2492139a6aa1fedf6ea8dacc552a2dc04fe991b576a0daf5764035caa8411da9e38
ms|32|eb38038c8f05fc76961098d8a537250cc09764d6faba20bef63b69e031f2d799fb0cb86c92a112173136f6da07f385ee23fd0bb5748614e1df5a65c89a83a11a
nb-NO|32|9bc466a5f7bf3d77e2ec5bf3607f360b85b0a96e8a9006398e948d3db48b5e441f0eee966e7eed9d4a08bea686864d689621528308bcc8b0851a1c70725de55f
nl|32|dfd307c3626cef95f02421c6244501ca263a9e1a87be49528dafa8a0c517a3ba6c1ec34c80015e336968f1d089d83f6d5f00600c2bdd26bedfcd3627b29186fb
nn-NO|32|c15bc1dfe7afd2c5189bba866325e576a3ca7d36b0c12b53ca25fff5227b9e3a2d704f795a9bb1ef6c34ebc95135a342a77709e51542688dcfba75dcfc171600
pa-IN|32|e4712997ecf062faf83217bdb506a6c44f8a946eedb0685aa24cc1e9b2fabcb06245a1b2d632096bcc71e98c22f949bc0eddee861b7fbd6c2ca7204119e76626
pl|32|c66fba91e32cad0e7e6acc540c49f9627af54f1b9845a3c7c553c985995aea5e3c118d35e1b083e452af441a13b6bd89975aa451aa614dab2291cc0822b8d83a
pt-BR|32|665a4d5010e72497db4b0f9b0250892330056b573a35eb4c220de948263a6362a5a8e3421406f447bf18e7edd1402563c5c2ce4689e12084237afca7376d48c6
pt-PT|32|78c0777b1e4f660894e89e9c96f8c0cded9bb7e2f7254c79cb75fd20da271a07d54283bab1b122d0107ff79a2cbcc18fc051fee64517db06e81be412da5b1baf
rm|32|c6712ffb59e08242f395bf50455dc0dd9c6d6318cd0731236b2a25c3b3ae3932fd8ffd50d7762d6b038a4784702dfbb581f8fc713a6de09ee0981341be09836f
ro|32|18fa8b4d214309f8efd79f3448acbf7b076dacf97c9b71bae755deb336536e2db9072e8cac9a0de64d2120bb9a744c85f70438fd4cb3a41a6ddfc98e49e841cc
ru|32|b0540233e6d7bbcf62f9637f89eb2d551ff32ea508b538e39384bee02a0833b3ed9a6eb8ed04fb0f7186f5810ebb8f735c9f787b153c1529b2dc68ba44cf0af4
sk|32|a94ace6c1bb46c777e0d7ddc1002952be9733a73092e0a61aa0a91f80510efa3e6aab01312c79e8fe559918aae01f9a092d20bdecb90a6f8ff27ffaa8a0535d2
sl|32|ddbc81408a06349f2055cd5ff67933610765b3d0aae82c8bc96cf8c421f9280dc5b374782ead1708dfda0034c9764a05148fe25b136c5c116ce689436fc32e82
sq|32|0ea82a72b35fc27f4b2361cfb552cb41bb227f97df1d5e5c50f9fab58b533e17fc79991a73ab1006f0a438cf767c18a6e8de701c4b54b7d48b02bd0db3ae773d
sr|32|538650ce6e4aa9a462a54c8c819e6fdb4d3ebce9c8eb97430f374c59b4264312485917f30cb517151ac37bfdad8e0f33653f1d09d6695465e39fe2ebb3dc77c8
sv-SE|32|9d56123f69e717bc27a15211ff5d0b9c79e565ca9de773bbafdebbd174b28cc83eba8366a7e3e12e2d226064528afc5b02a6bc6647bfe3e616d1d055fe71a84b
th|32|11b4a0443dc8752796b0471cc0388c66fbd3044ee900faf4d6d5f017450d18610c0e6d1d3f1cdff1f4a640586ccb6c65ed5abbad1a5f2bd23f1ea7e04f3b3936
tr|32|2e0ba45668308e30cbdd8cb2fddb33635a8da553c0013b60d388938b64cf7b34f231c0434f7fbca573c903f9c2a1fd1f7ea55123752389a2ab0d73e71b12ed9c
uk|32|be020886e4c6cfcee0bbefabdbfe40e6a51a14605563e98f60744f782e49bd28da23f70251778eae1b5815ed2b93b7a6a8ea205a15eb824f5236575c47da08b3
uz|32|e985cd3c849f2f58dcd2bdc7fc4a76b300376a771474e496f2c26089cba06c3ddfe16236a76c360ab302e4bc7b196fce165d2cb333ef810ef5d75094a35a1e56
vi|32|e12f225eb9fa244c7b860203ef2868af7af7b56afb4ebbccfab927d22ec128c323f65bddf7693997c0e77fc2a89b7ecb0b5c2d6de21c3647dc702e4d7ad52a7c
zh-CN|32|93717304caa81140737e69b7021a571dcaa5cf93366c9b11a7b67b58340a3cf54e2e3a5379f3546581eaf0130b927d62a1afb20cf4a96374087c40dbddd3a52a
zh-TW|32|b7073bd069d663928b1eaf0eff045323be231cb29d095f1cd5e9ac0ac5992ef34673eaa24b6e37b748183bb2f4269856d2b57cccc464a6df5f775ee20384f5d2
af|64|27fcbd69be92a95a6388c66dd9b9436f6be4f96a6bfda133f14600255936ea369405a2a49ac589c88d72bbc5d1a27db626e200d6089f84a6d416fb4ff61071d9
ar|64|054e34d57bfb57700ba1cc671171b9876388ea5156b8bba394a59b3718738e48078a666d71127a351745eff9de290bf627725d00ba23a0663d1bc9b0222b7314
ast|64|470584f30752a5697d4b730ffb1146b6827a4b8039c28ca0e426948e5100c7c5e53604da7661073fc21c23a3cf8f18dea4d36b900ccef41c97ce5c6b2053c285
be|64|25ccf0539ff6ae1012668f148e7bda47738aaf6e525b61464f9562f102a3e7abc9e3aa6d9e48813a0a5a36483c8ea0853d76c56d26ed12e4c2ac45d322880de9
bg|64|c1180bbf5489511c9cfd499f2506b1d670e49896b471c1aa1eff71ceae5f5d72663f0816d1338077b737ebc2656e6b53689f0b31abb513f23612d7e78c37d0ae
br|64|063cd16ce582ae657d69ea5d494e71bdfb338a2d0013a49a32a81f1e66c12387c7abc88930a3e9b39cb9f9d46eacc3549a4d407122688f551545b324d7fe15fa
ca|64|d769e700d490a463b4adbe15ea8bc6c271aee8f2a126fb473b6787ae63223183254dac15977fe4af5ffdebbb140b55255ce29b5a2def3dda2fc2479a47351d50
cak|64|e6ce14f4eb8ac7f4f377b80151279e0d46f7425e737b8b9edbd39b3717fda9c6f4b0eae18a8b8215d0072fa89fc777ce77769247090cf3053b0b1cdd16c340a0
cs|64|43b3fcab113fc6c0c4951c162e13d3db2f12ca131e550c370039118ace82e1fff3ad5ed84bb02db4dc380d6a4d8935770427d83a3af643a2ab5dad1d2fa99ea1
cy|64|c9ac0f07991e7440374ff63d1fac149b12b0ab7aedc54f107730430b249c93d0736ff511825e9b535fb6ded5c97e8ea345da38e3b0fc4fbf500b4ee21c78edb4
da|64|aac364c5e67a96b3d1bd336083739efb0093cfcab343c50f47be65ff1a0c59a9c932e76cb8c09f8678dbdba5bc82a438b3215c53fb753fc8ebf558d9f48ccc0f
de|64|a3eda0a8d38aa4d7a7121ceb1e71ce9c68c254fe015ea06c1f4de955d115b9cf9dc6650396fce06e3142f5ef6121294cb0801f3f9b89206e80c9159a32c9fc7a
dsb|64|0fb8a7f2f8900c7d2f04d0645f1a09d1e0973ca98def15f5e7d1a8c652f2aa9f6aba9eeb751f8c56af5affcf78c9ad1bf1711bb40e637235ee7881c180484d69
el|64|668c9e6a31c7fe53800d3a15712e9a4a04fce660b492d5656d67a05bb2521d6bd61a5112a1542bcf8e84f8e8527950d64069e585463f337715e4b3181a8bd3ff
en-CA|64|c87e320767de53bce38d9147ef405061b16e9fcf5b455d54f4cc21addf2fb579f4dbd8ab9d6b991ba7d0cc181f8fcda9b74b8e9d61d0b2c56b351b8abca6c416
en-GB|64|f8209182bbfed9ecf0f9d507a07dc6376413077159e5449b69692d1fafbb22391a6c41a83439c56cbe39792f3d3794bcd6783d4eab268c560e8d94b07e39d769
en-US|64|b2778e5d913f62f795541051fa70c2450e3e6951b00382f95a8ea74a04a3862fa73522e278118a281cc87cfa3b182e8b613b71060e4bd45540ebf828d6c5e80a
es-AR|64|d06f1f93004cc54e1751e38d3f4bff3574eb3a8140ee872db79021fceb0caf0de88363c5a0c1fc6af7696ce7a67d88336de0aaf5e0e73f2de728e27168dc7322
es-ES|64|c67dc15f6b91320eb75c4e60300820fdab33215a486413ddcf521a36b0cbda0557af77013e4e3b02053f36e2cc0b9bea069ee0c6d78e88b1578a7c1e2f4b13de
es-MX|64|ef0c77b1a55036a0ab09543f96dacca6e5c40b8df2790af712e7b5c05022bb374c78efc1f68a3d6b19b4775da43ebb81399158d0236e45c6ea21fc77891ab6ae
et|64|6a38d5a1bbd561a5dff429e4a8a7099922eec2a89e05839da549d41539678ca91cc07d8e4f8561a01809c535746663ca022190693be3405923fa83c34c2ae13c
eu|64|ef4fd5b90c573d795baeeab3009b0e87dc8ed0190a3efcf83b0b4886de40dd15be74ccbcc2b600e1efab6dfe53b4cb198a06e0d4376e9065b1fd967abf764d4b
fi|64|202851afa3eb8de7be93bbc12708282896af0741d667f00ac59e9882ce07df13c370cea5a2cc266ac4bbcc7ef6511eefd495bf56db23c8d81715118ddc7abd41
fr|64|cf41c6ab4d5334f9d466e412345551876b9963218fc22460f4dd2d885e68c28769518463c62a56fdd9c42abc96805e09e01714c5424f63982509458454aa600f
fy-NL|64|b17345aef86b672437a6cb9fdf8f44455425136d0e601c9e47e5e69ef6429d2e56e9826dbf151ddc0219143bdeed2ad1d205ae2e67d0c22ee5ebf08f535f9654
ga-IE|64|aad802874c66dfbaedf6217411d272c41f72f262adb10fb19dc9b1d3c17cc9656383ad2637c23d511911342d86c9640a9b74f8df078a3b0bdba421a6a2f825a5
gd|64|301ac61802e195cb6e70c1da4cf67989f0cc1b3bc0123daf66a180f17425acd2311373f9eb019ae4403407194f5fef2fa121b603782af6f2f8ae746e5691b5ea
gl|64|2043925d4762a3d77ef598dfc513a0a100fa6544a0c533813f12d97c98fbc1c79382586ece782cc7991e75a30713f0ebe4c8efae2c2a308b01660240a67c2c4f
he|64|7d0dceae42d6df466604b6df3af1c03d1d81318b9e7863f6ccb58ea1497c1d1b4085ac6f5402681b784d5d9db1976ad8d4f73829230457538be7f9e3b0a8e4fc
hr|64|a59126e374c27e575675326b4aec6a1a47ddd0586e801cad66d9819c6280ce4000ce80f65f35d686f21a831fb17342a5a61b3979e804f0a159e4d8c511239a0f
hsb|64|4ff6f6eaa58f28b79783cabe43e296fbd9b52f74da1f9fc83981df7a53e93e4320520f8c5c03515046d272f515e05526c5e8c2dffc605b6a42ca8a9fb4c04379
hu|64|1fbc6297d54bb34a7c3162064e28d164632065209227cad064c600b5f25706e6fc9f9e76451239288765729de3e6883dcd2899067793cdae6ec64f5621aff3a7
hy-AM|64|928fa20cad6f3d574bbb7f13dba735893e1e37d8233f3b521c0b46baaf28f6667a4787b98a91d36c69c1de80d62795bdf62b03896046f90ffa36768008adb769
id|64|6abb62e5e760ae653abe49899b9f26d1b6d6fc42ea8abbb8f45e4f4e5f543c4f258e87c721ead493c6bad6ee2e4bb323b2bc9690814254449c7308cc449108c1
is|64|52f61d497189cc90a984ca28b674455547f707d53fa6066c57a970eaadb8fbcf0624da74217c860de9d79a0afbe0c58c5c0567b2fa55e675246d153224d69cd1
it|64|473299c7c40a7a94a40aabf5814e524f0cb2e0ed6465bb74df3d4a40c9f47fcdfd589c6a1d92db5964983e45d48abf43c148cee49a3e8a04d58d1526e6b8329d
ja|64|b6046ff74b08e7e2ac88cf338a93a4734085dec839fd0a8207a366005c4f4ee98f2cbfb41cbd353a3bc0966613c808ed84fe0d428b2d35e46262dfa71745e04a
ka|64|b71e14d0e77626e115f5f43f23e1755990e5a9fb15976f3e138058f5c66c6fc6a28a8d977be58ba2881a8fb4971b4070cacb6524a4b1d581fde60a1048caf414
kab|64|e529f98dca5abc41eed7b032e4b17c60a6de18bd0eaef90837a5687e62ae7c061b53df969ca5c945263b565f569cee31dee1c6784febe75a48b6a67ca045532d
kk|64|92399c4d9a617c6d3edc4d80b3322abe0b788f74d4e6a7e62b5dcaa1333f339624b3fbce92301b4ed1074511fa96211efc8316bf71363bcff8d517746e609d29
ko|64|57d286cdfef601688fa047a98019e5731a41d4408ea1a0956f2a0924d1570972cf02d566f50ae7312738f135a80ce1dab6708906d6dc3bdec10039330efeda8a
lt|64|33c17d40e672c1b0847f47dc84d8e781c696bec7983d367bf007fc6ebbc33d56f4fd1a970125684adc263de0875df29d97b0c9d70c257daabb0363bce27b6395
lv|64|54a006214a3d8fc4000d3460a539d26a9577cd3aab01a4817a9ca8a8b051d5ae8ebb5f03ffd0f81a43388befcd197b3bcf58cf4e884404aa3927a0501866477f
ms|64|462f9dade45473c11b08ba94c516d25fb510810c00759d09ebca59fc20d98ae31709db6ccdea62da2bd3a9717267141f110717c1a77b601729ce91eb882f2f4d
nb-NO|64|b9e404d9d05e95a52e5b1eeeb4672f904325c758daac8bfb20e75507129b24230b4d8616e671703a1885638b85a36e2a5bddcc7ae0711f8a5df896323c33b452
nl|64|a6d5c14a7b1fb64b67cfb63b28b37e86ce111a34bf0c0d68412623dbf4a28d16dab53a892f67b0f5547db131fe90942713f125b77a7de5ee38bb0244293774a1
nn-NO|64|28e0c7d3b1e2e3f779d66203a63cf24fb516f4425760d9ea0767fde788bf9231c6fd584c6387b2d7a0b5ec2149afe526fe106272d8bef3c3f277340bd0a54faa
pa-IN|64|0fed0461ce2842539bfe87ba7655c526c2bfaaec735a97571f43d49448153d338a8dfcf314fcf26482d2d3c46e626a34366823881f950332153552261d938db2
pl|64|e1b487d736332569c65b5983b5304395161362cce1f73e9a25134ebd8fd9827752c5c39673d03ca5f4621b75ee27879aec71d5a369c04d9ff80148fe795dd80e
pt-BR|64|0d870fb0d5c5f1052281a48174ccc35131a75c4bebec3b767e7952bfcb6a7019cb2b3a3d1d6d1aa33ee44a1478deab7c4aa1b804c9ed7a1c5a2b9188d1362ff0
pt-PT|64|1aea0a72e33101e638889b1a1c97af56da6e8fc107eab8ffca0147dad82f0aa276ae317c81f5b5a3f914f4ca4351e0abc52a52cf6b1b49ad5fc87eb1e3912e95
rm|64|7f2fec9df8b492986d61b0ca37d4c9bdce1c04b2cbf504a4989626d75c17e5f3ab73a24b9fc90b642a33a399406960753e35fc3f844ceb74cefff4b4ae6897bc
ro|64|98d48365c4cfb131c61145d628f895503549ab16e158f89ec84b21fd83d176df47899b1374f257b1f0af6429152632cced71af27ed558f225459f9f7a29075e8
ru|64|dc1a4c4105516a0adda72514f166ff7e495d8cb9b6146ce131362bee42ba3fb906c10087505fa97b615a6e1d069b0642dc80807bea25a906357aed21e2c43ec8
sk|64|046b0f5d8f583fd2f8763987d9715fbae87cbe5151f1eefe740a84fb9f33df97720c490339374259789ddcb089107658ec75f9c454847efec549a4dcb040432d
sl|64|e6743427f89b8f335e6847ae1d47501803b34b58e127541403bcc39775b7b2bc0f4cfcf7787808cccd76745e9899a9204aa2e213e92104ce6ca22575f5ef6199
sq|64|8979fa788afc175d66941d10f682ab63e856f765572d863d217402d08a310ec17374bd28800762fe1fa27024f21e01634ac6149014484ee72af0fb6459c7c3a5
sr|64|e4dfe569c897c218a39c0f035a5d966ff9b509ef880c42db88cb35243abac6748783e5a958ccfd75e990a07e8d120ff2260b78e5a9308734cd1c07e16ea235d1
sv-SE|64|97f37717dd2ce8b6826a1abc5b8367bbc48d8a63f0962c11e9e36d6f82d940d30c810d269600dfdec44694932afc46becdadc68ab83fd7a7b17b1d9d050de15a
th|64|8a37734e41fb2703614991eabf012f4f2383dfde7496b3a5a1a2b9b7f31ce38bfa33324a0a2687d91a1d3c8a216e52a95bfd207e70e04eee8542700da431ac34
tr|64|8d9c03f332b609bac73d03841be3956e62ad6883b93844836e3d64bafaccef26b7f5fdc56e7e9879680ecf0b01f9d8c006b42a1c5bfff1db7dd9cfa3b2730370
uk|64|a86a5cee4816cbeab41ccb363b02e1b2af09aa6ab0ddbad8c1e3000db2149925d9e7950e9041b1f94766875a79c68eb39f9e43b0bea7fec3b2fab01d163efa3c
uz|64|84dcf97faaa3a5b96a6b2661f3dd6b7cff289c46eacedc9150e454855011d30390824e44ea521d0cdb8c27dbaf1a0d6f9f2e50d7bc0565b22bc2eaf4fe20f732
vi|64|9178e35dc4bfbb13f489f7d32cf517f7d1fd75f32664c5d0a6428055cf68369163d71e10b214b0314d7339f9fd96860e6e773d6031f91519acb405cd74d6add2
zh-CN|64|ec34b8828535d96b2b4967b09181e477d8ccf47671f02d7e89a5199dac49c4c8d84cf0975c877093988923353fc339515b0bc4f4c97c25119cdcaf3a749b27a2
zh-TW|64|0447a495213405af3134d3c00626118710699a8866f3442088f73721b56d2531bf84c25797ec507a2d60934d8ed14dbaca6cd43eea9f693c961b99a3eb5a9ebf

Log in or click on link to see number of positives.

In cases where actual malware is found, the packages are subject to removal. Software sometimes has false positives. Moderators do not necessarily validate the safety of the underlying software, only that a package retrieves software from the official distribution point and/or validate embedded software against official distribution point (where distribution rights allow redistribution).

Chocolatey Pro provides runtime protection from possible malware.

Add to Builder Version Downloads Last Updated Status
Mozilla Thunderbird 115.10.2 25187 Wednesday, May 1, 2024 Approved
Mozilla Thunderbird 115.10.1 23149 Friday, April 19, 2024 Approved
Mozilla Thunderbird 115.10.0 11894 Wednesday, April 17, 2024 Approved
Mozilla Thunderbird 115.9.0 34021 Tuesday, March 19, 2024 Approved
Mozilla Thunderbird 115.8.1 27802 Tuesday, March 5, 2024 Approved
Mozilla Thunderbird 115.8.0 27122 Wednesday, February 21, 2024 Approved
Mozilla Thunderbird 115.7.0 36215 Wednesday, January 24, 2024 Approved
Mozilla Thunderbird 115.6.1 27366 Tuesday, January 9, 2024 Approved
Mozilla Thunderbird 115.6.0 29840 Tuesday, December 19, 2023 Approved
Mozilla Thunderbird 115.5.2 22367 Tuesday, December 12, 2023 Approved
Mozilla Thunderbird 115.5.1 27035 Tuesday, November 28, 2023 Approved
Mozilla Thunderbird 115.5.0 18699 Wednesday, November 22, 2023 Approved
Mozilla Thunderbird 115.4.3 20183 Wednesday, November 15, 2023 Approved
Mozilla Thunderbird 115.4.2 22751 Wednesday, November 8, 2023 Approved
Mozilla Thunderbird 115.4.1 26004 Thursday, October 26, 2023 Approved
Mozilla Thunderbird 115.3.3 20809 Wednesday, October 18, 2023 Approved
Mozilla Thunderbird 115.3.2 22134 Wednesday, October 11, 2023 Approved
Mozilla Thunderbird 115.3.1 24336 Friday, September 29, 2023 Approved
Mozilla Thunderbird 115.3.0 12355 Wednesday, September 27, 2023 Approved
Mozilla Thunderbird 115.2.3 19531 Thursday, September 21, 2023 Approved
Mozilla Thunderbird 115.2.2 21648 Wednesday, September 13, 2023 Approved
Mozilla Thunderbird 115.2.1 6748 Tuesday, September 12, 2023 Approved
Mozilla Thunderbird 115.2.0 25414 Wednesday, August 30, 2023 Approved
Mozilla Thunderbird 115.1.1 25980 Wednesday, August 16, 2023 Approved
Mozilla Thunderbird 115.1.0 24920 Wednesday, August 2, 2023 Approved
Mozilla Thunderbird 115.0.1 27018 Thursday, July 20, 2023 Approved
Mozilla Thunderbird 115.0.0 23768 Wednesday, July 12, 2023 Approved
Mozilla Thunderbird 102.13.0 15998 Saturday, July 8, 2023 Approved
Mozilla Thunderbird 102.12.0 35800 Thursday, June 8, 2023 Approved
Mozilla Thunderbird 102.11.2 24976 Saturday, May 27, 2023 Approved
Mozilla Thunderbird 102.11.1 11230 Thursday, May 25, 2023 Approved
Mozilla Thunderbird 102.11.0 27751 Wednesday, May 10, 2023 Approved
Mozilla Thunderbird 102.10.1 29003 Tuesday, April 25, 2023 Approved
Mozilla Thunderbird 102.10.0 27108 Tuesday, April 11, 2023 Approved
Mozilla Thunderbird 102.9.1 26552 Wednesday, March 29, 2023 Approved
Mozilla Thunderbird 102.9.0 25480 Thursday, March 16, 2023 Approved
Mozilla Thunderbird 102.8.0 35693 Thursday, February 16, 2023 Approved
Mozilla Thunderbird 102.7.2 21422 Wednesday, February 8, 2023 Approved
Mozilla Thunderbird 102.7.1 19922 Wednesday, February 1, 2023 Approved
Mozilla Thunderbird 102.7.0 24098 Friday, January 20, 2023 Approved
Mozilla Thunderbird 102.6.1 36192 Wednesday, December 21, 2022 Approved
Mozilla Thunderbird 102.6.0 20237 Wednesday, December 14, 2022 Approved
Mozilla Thunderbird 102.5.1 25099 Thursday, December 1, 2022 Approved
Mozilla Thunderbird 102.5.0 26024 Wednesday, November 16, 2022 Approved
Mozilla Thunderbird 102.4.2 24258 Friday, November 4, 2022 Approved
Mozilla Thunderbird 102.4.1 20787 Thursday, October 27, 2022 Approved
Mozilla Thunderbird 102.4.0 16161 Thursday, October 20, 2022 Approved
Mozilla Thunderbird 102.3.3 20301 Wednesday, October 12, 2022 Approved
Mozilla Thunderbird 102.3.2 18378 Friday, October 7, 2022 Approved
Mozilla Thunderbird 102.3.1 18892 Thursday, September 29, 2022 Approved
Mozilla Thunderbird 102.3.0 19816 Wednesday, September 21, 2022 Approved
Mozilla Thunderbird 102.2.2 23183 Thursday, September 8, 2022 Approved
Mozilla Thunderbird 102.2.1 17984 Thursday, September 1, 2022 Approved
Mozilla Thunderbird 102.2.0 19363 Tuesday, August 23, 2022 Approved
Mozilla Thunderbird 102.1.2 22230 Tuesday, August 9, 2022 Approved
Mozilla Thunderbird 102.1.1 11478 Saturday, August 6, 2022 Approved
Mozilla Thunderbird 102.1.0 17239 Friday, July 29, 2022 Approved
Mozilla Thunderbird 102.0.3 18722 Wednesday, July 20, 2022 Approved
Mozilla Thunderbird 102.0.2 19777 Tuesday, July 12, 2022 Approved
Mozilla Thunderbird 102.0.1 14115 Thursday, July 7, 2022 Approved
Mozilla Thunderbird 102.0 20690 Wednesday, June 29, 2022 Approved
Mozilla Thunderbird 91.10.0 31592 Wednesday, June 1, 2022 Approved
Mozilla Thunderbird 91.9.1 21177 Friday, May 20, 2022 Approved
Mozilla Thunderbird 91.9.0 26203 Wednesday, May 4, 2022 Approved
Mozilla Thunderbird 91.8.1 24080 Tuesday, April 19, 2022 Approved
Mozilla Thunderbird 91.8.0 22314 Wednesday, April 6, 2022 Approved
Mozilla Thunderbird 91.7.0 30213 Thursday, March 10, 2022 Approved
Mozilla Thunderbird 91.6.2 14311 Sunday, March 6, 2022 Approved
Mozilla Thunderbird 91.6.1 23253 Friday, February 18, 2022 Approved
Mozilla Thunderbird 91.6.0 19929 Wednesday, February 9, 2022 Approved
Mozilla Thunderbird 91.5.1 23611 Tuesday, January 25, 2022 Approved
Mozilla Thunderbird 91.5.0 22091 Wednesday, January 12, 2022 Approved
Mozilla Thunderbird 91.4.1 25564 Monday, December 20, 2021 Approved
Mozilla Thunderbird 91.4.0.20211214 16788 Tuesday, December 14, 2021 Approved
Mozilla Thunderbird 91.4.0 18887 Tuesday, December 7, 2021 Approved
Mozilla Thunderbird 91.3.2 27018 Friday, November 19, 2021 Approved
Mozilla Thunderbird 91.3.1 14279 Tuesday, November 16, 2021 Approved
Mozilla Thunderbird 91.3.0 22534 Wednesday, November 3, 2021 Approved
Mozilla Thunderbird 91.2.1 22518 Friday, October 22, 2021 Approved
Mozilla Thunderbird 91.2.0.20211014 17814 Thursday, October 14, 2021 Approved
Mozilla Thunderbird 91.2.0 19163 Friday, October 8, 2021 Approved
Mozilla Thunderbird 91.1.2 22915 Tuesday, September 28, 2021 Approved
Mozilla Thunderbird 91.1.1 21687 Friday, September 17, 2021 Approved
Mozilla Thunderbird 91.1.0 20827 Tuesday, September 7, 2021 Approved
Mozilla Thunderbird 91.0.3 20665 Thursday, August 26, 2021 Approved
Mozilla Thunderbird 91.0.2 10477 Monday, August 23, 2021 Approved
Mozilla Thunderbird 91.0.1 14195 Tuesday, August 17, 2021 Approved
Mozilla Thunderbird 78.12.0 28785 Wednesday, July 14, 2021 Approved
Mozilla Thunderbird 78.11.0 31894 Thursday, June 3, 2021 Approved
Mozilla Thunderbird 78.10.2 21029 Tuesday, May 18, 2021 Approved
Mozilla Thunderbird 78.10.1 19260 Wednesday, May 5, 2021 Approved
Mozilla Thunderbird 78.10.0 20994 Monday, April 19, 2021 Approved
Mozilla Thunderbird 78.9.1 18526 Friday, April 9, 2021 Approved
Mozilla Thunderbird 78.9.0 19269 Wednesday, March 24, 2021 Approved
Mozilla Thunderbird 78.8.1 21146 Tuesday, March 9, 2021 Approved
Mozilla Thunderbird 78.8.0 18878 Wednesday, February 24, 2021 Approved
Mozilla Thunderbird 78.7.1 22959 Saturday, February 6, 2021 Approved
Mozilla Thunderbird 78.7.0 17630 Wednesday, January 27, 2021 Approved
Mozilla Thunderbird 78.6.1 20313 Tuesday, January 12, 2021 Approved
Mozilla Thunderbird 78.6.0 20523 Monday, December 21, 2020 Approved
Mozilla Thunderbird 78.5.1 20576 Friday, December 4, 2020 Approved
Mozilla Thunderbird 78.5.0 18718 Thursday, November 19, 2020 Approved
Mozilla Thunderbird 78.4.3 14896 Wednesday, November 11, 2020 Approved
Mozilla Thunderbird 78.4.2 10866 Tuesday, November 10, 2020 Approved
Mozilla Thunderbird 78.4.1 9268 Friday, November 6, 2020 Approved
Mozilla Thunderbird 78.4.0 20214 Thursday, October 22, 2020 Approved
Mozilla Thunderbird 78.3.3 11721 Saturday, October 17, 2020 Approved
Mozilla Thunderbird 78.3.2 17168 Wednesday, October 7, 2020 Approved
Mozilla Thunderbird 78.3.1 16198 Saturday, September 26, 2020 Approved
Mozilla Thunderbird 78.3.0 5299 Friday, September 25, 2020 Approved
Mozilla Thunderbird 78.2.2 18573 Friday, September 11, 2020 Approved
Mozilla Thunderbird 78.2.1 16601 Sunday, August 30, 2020 Approved
Mozilla Thunderbird 78.2.0 9568 Wednesday, August 26, 2020 Approved
Mozilla Thunderbird 78.1.1 18428 Saturday, August 8, 2020 Approved
Mozilla Thunderbird 78.1.0 10129 Monday, August 3, 2020 Approved
Mozilla Thunderbird 78.0.1 14042 Wednesday, July 22, 2020 Approved
Mozilla Thunderbird 78.0 10397 Friday, July 17, 2020 Approved
Mozilla Thunderbird 68.10.0 17195 Wednesday, July 1, 2020 Approved
Mozilla Thunderbird 68.9.0 22055 Thursday, June 4, 2020 Approved
Mozilla Thunderbird 68.8.1 14089 Monday, May 25, 2020 Approved
Mozilla Thunderbird 68.8.0 18425 Tuesday, May 5, 2020 Approved
Mozilla Thunderbird 68.7.0 21876 Thursday, April 9, 2020 Approved
Mozilla Thunderbird 68.6.0 19686 Friday, March 13, 2020 Approved
Mozilla Thunderbird 68.5.0 28032 Wednesday, February 12, 2020 Approved
Mozilla Thunderbird 68.4.2 21223 Saturday, January 25, 2020 Approved
Mozilla Thunderbird 68.4.1 18628 Friday, January 10, 2020 Approved
Mozilla Thunderbird 68.3.1 18178 Tuesday, December 24, 2019 Approved
Mozilla Thunderbird 68.3.0 13348 Wednesday, December 4, 2019 Approved
Mozilla Thunderbird 68.2.2 34985 Thursday, November 7, 2019 Approved
Mozilla Thunderbird 68.2.1 16911 Friday, November 1, 2019 Approved
Mozilla Thunderbird 68.2.0 12474 Wednesday, October 23, 2019 Approved
Mozilla Thunderbird 68.1.2 17511 Thursday, October 10, 2019 Approved
Mozilla Thunderbird 68.1.1 17711 Wednesday, September 25, 2019 Approved
Mozilla Thunderbird 68.1.0 17553 Wednesday, September 11, 2019 Approved
Mozilla Thunderbird 68.0 25992 Wednesday, August 28, 2019 Approved
Mozilla Thunderbird 60.8.0 34706 Wednesday, July 10, 2019 Approved
Mozilla Thunderbird 60.7.2 18401 Friday, June 21, 2019 Approved
Mozilla Thunderbird 60.7.1 11134 Thursday, June 13, 2019 Approved
Mozilla Thunderbird 60.7.0 20032 Wednesday, May 22, 2019 Approved
Mozilla Thunderbird 60.6.1 45026 Monday, March 25, 2019 Approved
Mozilla Thunderbird 60.6.0 8115 Wednesday, March 20, 2019 Approved
Mozilla Thunderbird 60.5.3 11758 Tuesday, March 5, 2019 Approved
Mozilla Thunderbird 60.5.2 8095 Tuesday, February 26, 2019 Approved
Mozilla Thunderbird 60.5.1.20190217 9108 Sunday, February 17, 2019 Approved
Mozilla Thunderbird 60.5.1 4669 Thursday, February 14, 2019 Approved
Mozilla Thunderbird 60.5.0 10670 Wednesday, January 30, 2019 Approved
Mozilla Thunderbird 60.4.0 15314 Friday, December 21, 2018 Approved
Mozilla Thunderbird 60.3.3 9164 Tuesday, December 11, 2018 Approved
Mozilla Thunderbird 60.3.2 9240 Friday, November 30, 2018 Approved
Mozilla Thunderbird 60.3.1 11048 Thursday, November 15, 2018 Approved
Mozilla Thunderbird 60.3.0 10560 Thursday, November 1, 2018 Approved
Mozilla Thunderbird 60.2.1 16924 Wednesday, October 3, 2018 Approved
Mozilla Thunderbird 60.0 24442 Monday, August 6, 2018 Approved
Mozilla Thunderbird 52.9.1 15827 Wednesday, July 11, 2018 Approved
Mozilla Thunderbird 52.9.0 7461 Wednesday, July 4, 2018 Approved
Mozilla Thunderbird 52.8.0 18803 Wednesday, May 23, 2018 Approved
Mozilla Thunderbird 52.7.0 20355 Saturday, March 24, 2018 Approved
Mozilla Thunderbird 52.6.0 23733 Friday, January 26, 2018 Approved
Mozilla Thunderbird 52.5.2 16334 Friday, December 22, 2017 Approved
Mozilla Thunderbird 52.5.0 14516 Friday, November 24, 2017 Approved
Mozilla Thunderbird 52.4.0 19510 Monday, October 9, 2017 Approved
Mozilla Thunderbird 52.3.0 17557 Thursday, August 17, 2017 Approved
Mozilla Thunderbird 52.2.1 12719 Saturday, June 24, 2017 Approved
Mozilla Thunderbird 52.2.0 6015 Thursday, June 15, 2017 Approved
Mozilla Thunderbird 52.1.1 9444 Tuesday, May 16, 2017 Approved
Mozilla Thunderbird 52.1.0 6396 Monday, May 1, 2017 Approved
Mozilla Thunderbird 52.0.1 7232 Saturday, April 15, 2017 Approved
Mozilla Thunderbird 52.0 3996 Monday, April 10, 2017 Approved
Mozilla Thunderbird 45.8.0 8818 Tuesday, March 7, 2017 Approved
Mozilla Thunderbird 45.7.1 8738 Wednesday, February 8, 2017 Approved
Mozilla Thunderbird 45.7.0 5628 Thursday, January 26, 2017 Approved
Mozilla Thunderbird 45.6.0 7048 Saturday, December 31, 2016 Approved
Mozilla Thunderbird 45.5.1 11797 Thursday, December 1, 2016 Approved
Mozilla Thunderbird 45.5.0.20161130 2140 Wednesday, November 30, 2016 Approved
Mozilla Thunderbird 45.5.0.20161128 2320 Monday, November 28, 2016 Approved
Mozilla Thunderbird 45.5.0 4827 Monday, November 21, 2016 Approved
Mozilla Thunderbird 45.4.0.20161024 8497 Monday, October 24, 2016 Approved
Mozilla Thunderbird 45.4.0.20161023 2228 Sunday, October 23, 2016 Approved
Mozilla Thunderbird 45.4.0 12307 Tuesday, October 4, 2016 Approved
Mozilla Thunderbird 45.3.0 34639 Wednesday, August 31, 2016 Approved
Mozilla Thunderbird 45.2.0 52862 Sunday, July 10, 2016 Approved
Mozilla Thunderbird 45.1.1 559 Monday, May 30, 2016 Approved
Mozilla Thunderbird 45.1.0 466 Wednesday, May 11, 2016 Approved
Mozilla Thunderbird 45.0 443 Sunday, May 8, 2016 Approved
Mozilla Thunderbird 38.7.0 7802 Wednesday, March 16, 2016 Approved
Mozilla Thunderbird 38.6.0 5846 Monday, February 15, 2016 Approved
Mozilla Thunderbird 38.5.1 6100 Thursday, January 7, 2016 Approved
Mozilla Thunderbird 38.5.0 2785 Wednesday, December 23, 2015 Approved
Mozilla Thunderbird 38.4.0 5544 Wednesday, November 25, 2015 Approved
Mozilla Thunderbird 38.3.0 5686 Wednesday, September 30, 2015 Approved
Mozilla Thunderbird 38.2.0 5548 Friday, August 14, 2015 Approved
Mozilla Thunderbird 38.1.0 3984 Friday, July 10, 2015 Approved
Mozilla Thunderbird 38.0.1 3306 Thursday, June 11, 2015 Approved
Mozilla Thunderbird 31.7.0 1886 Tuesday, June 2, 2015 Approved
Mozilla Thunderbird 31.6.0.20150405 3659 Sunday, April 5, 2015 Approved
Mozilla Thunderbird 31.6.0 793 Friday, April 3, 2015 Approved
Mozilla Thunderbird 31.5.0 2899 Tuesday, February 24, 2015 Approved
Mozilla Thunderbird 31.4.0 2558 Tuesday, January 13, 2015 Approved
Mozilla Thunderbird 31.3.0 2435 Tuesday, December 2, 2014 Approved
Mozilla Thunderbird 31.2.0 2443 Tuesday, October 14, 2014 Approved
Mozilla Thunderbird 31.1.2 1474 Wednesday, September 24, 2014 Approved
Mozilla Thunderbird 31.1.1 1076 Wednesday, September 10, 2014 Approved
Mozilla Thunderbird 31.1.0 991 Tuesday, September 2, 2014 Approved
Mozilla Thunderbird 31.0 1549 Tuesday, July 22, 2014 Approved
Mozilla Thunderbird 24.6.0 1510 Tuesday, June 10, 2014 Approved
Mozilla Thunderbird 24.5.0 1553 Tuesday, April 29, 2014 Approved
Mozilla Thunderbird 24.4.0 1514 Tuesday, March 18, 2014 Approved
Mozilla Thunderbird 24.3.0 1106 Tuesday, February 4, 2014 Approved
Mozilla Thunderbird 24.2.0.20140131 516 Friday, January 31, 2014 Approved
Mozilla Thunderbird 24.2.0 879 Tuesday, December 10, 2013 Approved
Mozilla Thunderbird 24.1.1 629 Tuesday, November 19, 2013 Approved
Mozilla Thunderbird 24.1.0 640 Tuesday, October 29, 2013 Approved
Mozilla Thunderbird 24.0.1 630 Friday, October 11, 2013 Approved
Mozilla Thunderbird 24.0 610 Tuesday, September 17, 2013 Approved
Mozilla Thunderbird 17.0.8 674 Tuesday, August 6, 2013 Approved
Mozilla Thunderbird 17.0.7 604 Wednesday, June 26, 2013 Approved
Mozilla Thunderbird 17.0.6 588 Wednesday, May 15, 2013 Approved
Mozilla Thunderbird 17.0.5 562 Wednesday, May 15, 2013 Approved
Mozilla Thunderbird 16.0.1.2 695 Monday, October 29, 2012 Approved
Mozilla Thunderbird 16.0.1.1 450 Monday, October 29, 2012 Approved
Mozilla Thunderbird 16.0.1 468 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