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,915,015

Downloads of v 128.5.0:

29,560

Last Update:

27 Nov 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

128.5.0 | Updated: 27 Nov 2024

Downloads:

3,915,015

Downloads of v 128.5.0:

29,560

Software Author(s):

  • Mozilla

Mozilla Thunderbird 128.5.0

This is not the latest version of Mozilla Thunderbird available.

Legal Disclaimer: Neither this package nor Chocolatey Software, Inc. are affiliated with or endorsed by Mozilla. The inclusion of Mozilla trademark(s), if any, upon this webpage is solely to identify Mozilla goods or services and not for commercial purposes.

  • 1
  • 2
  • 3

All Checks are Passing

3 Passing Tests


Validation Testing Passed


Verification Testing Passed

Details

Scan Testing Successful:

No detections found in any package files

Details
Learn More

Deployment Method: Individual Install, Upgrade, & Uninstall

To install 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="'128.5.0'" [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="'128.5.0'" 
$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.0'
    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.0'
end

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


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

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


package { 'thunderbird':
  ensure   => '128.5.0',
  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 27 Nov 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\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|8cb3cbd93882a92bd2653adcfd762c2c0f78226a29c43d4441e699dcd17aa9a7bf82f85c70072919280606357001af31515abd7a30c64aa85f94c39c51adc445
ar|32|33702134b89d673c139af517bcdec0fb1afe19099e39bbbdf878b5f84a7376b3986ef8ca3e64b4430aea5ed9c3dbd53b227b6bac3ad3e25d8e4ce114ce28164a
ast|32|6789831a70c59794aebe01150d131531b6050f45148c9c6328f4dc9369dcd8cce16c8fe9f4359dd627b5183fd51db279e0906fbd5a87b99770f6a20d1c1d3259
be|32|c40884c771715b81dd5176ab359389183feaea5ba422cd0eb40dfa972b7941e78f5c5fdf2ab02ef80c1f589f0aa72c7bd621af7c8c89485155c1ea5b7b5a5820
bg|32|034e3a5fd902b20e638ed23b0d45a43762bfc0f442ab7734b622146ff4ee986226d42c5119442b18e595cdce02e41112516e412ecf086888c8328009a2ea8f9b
br|32|4bd59cd3e6452b650355ad7f8abbb9a7a99ec2b73a9fae68e9753868182b8a873cf456f3aa40c736cd3b010ee59143056a3c5e6ace3d46c677934392279228dd
ca|32|8a490e15a0369c654f7647b125df7b73cd959aa56b6ae2bf337a321196a2f633919c3fdb1ad2684ea6a82c53fce712709756308acecdc4cd943c2ad9c3e5feef
cak|32|8e306a22e82617d5496058bc99c2f3bfadbf8bbbb9600f2fd61b0a61badf2f48440d7291087137541d3b3a45ea2fcb9fa924c0c85285bbd07898c1944ed742b5
cs|32|1c3e262badccf95fcf1b677c9cc2c3c9405d79980cdf1d65b8ae5cf85a164608c3b2f107c6768bc69893c802b0f1b1bc8306aa4314e5525f1c4d09d30f5e23fe
cy|32|3eb7e7e0c15eac081b72230eb4164859cb9227ab028dfee3301af9307d3e3c23776dedb3499818faee50e2933e65f7cbbec00eeb40a45b1c4ca0243492dbc695
da|32|f502c0453450482c0a1539e3c5721175a34df705360d9e23dfa12cc4b1cfe70e447173487f3be1ea9a54c7b15e7bc4fd491bde3dd087dc2ac78e2febd82697f0
de|32|df499d7f3f6f3ce5ebbcfe102c86ef0c9062e214a997a8b3f5b135d32c9d629b033972bac40f6366b44e8666475b8e9200b89ce8632a61c5b3fcc9618a29d0fd
dsb|32|440740524f299dcf0c2ca4b576394f9d06b456102e309daa9746594d120c62ae1cc94888e8a874ecacebf16b494f236b358151f3ce04c51935ad7c60d8dfde43
el|32|f643d1453f1820e9c89396bfd476126d09d1dc6d2be44b76697be030d3cde83b86d7814dba920d340c95aeb11bd6bcde867ec018a79380e59c7b91d5111ba296
en-CA|32|a9a3f75522f16aa1d4ddb6360bb3f3aa21ef951265f912204ae52fb97132463c53ada404777ab1be1bf0b25119678b1db25715040cdfec89b0d23efbd1ef55e5
en-GB|32|4334d7b0dba58d6dffd09a28009133c09ee785762f5dfbcc12543c61913ff0dc70b9d753882a21efdfb726544d1dceaeabf350240fdccb97bdd77755a2766f45
en-US|32|1c7454f67f9a65bb10acc661fb0d115596bc470489b731c92c6b5c034b1c52228cb6676942eb4534df350376d11677ba7b51b0e13137837cc2d7a85d9d82f736
es-AR|32|056c4ba805ce461d4df645a5205d18611e7eb0cf32408f81e9a7b80a69f3b7a4bb697f94d70eac5d81c149ad2151e4b6926a2a86095550ea947aef9c8f91da15
es-ES|32|8deb43066d2e81e05df38137b1d0e414c493b957b8b6b22c457d408b07124bc1b19ee5a12325fc97e36d2d0353da89c599d978a41d290b634bcf51e0b4ff4f11
es-MX|32|681bf83c2c52ca01a92b84ff2e87f3754ff1456e8194998a393eb0fb641559359f6173ffa57f6e8decd4ee2f1c24286b4634b815a05f2e767d8ecac741618f2e
et|32|4a36c1e492fa534ddefe63d9f0e58183ab80bbd478f667df9f19266f4de7232f4879eefc2758ff6c71fefb4f93c17355ee1b59a4694c92112ac681c39c102ca3
eu|32|a22bceaac3ce561adeee82021c3517143027fedab5f1f1fdc11691bd3a838947b9f43fa74202319ab388b2040757a00b89adc4612a29e6f028870e9f67061a1e
fi|32|ad9eeb988764b46503d64d92bc47deb3530fab40d22c781eb66b74875ab962c1376049524a17990d5aefeea21132714e586ffa5f48dbef9cb9623540991aefaa
fr|32|d6ad1c8bc39bd399c2c20d0c1fd1e2c7fcaa8ad8a3aa968bc544b1b290fc67ad3957d6bae8d0f8a6c6834f47904676b80f07595f0a55139cd3cb782c330b8daa
fy-NL|32|0d7cc54cd1968b51ae52ef5f4bbb703be34d3e0a8c86c3bf66e0de766106867a4e42f98c4579aa5e9eecd02bba3012b9f81cb823d3de43085505de0aaf36e541
ga-IE|32|209505157a15d435d0ce13ac7eddafd268f81365e3753e88edab0829c9cbf0acc0115c1c73d54555dfc52b7d133828b0827e6737c5f9d49f27a00a359edc29dd
gd|32|b26927e1112d4785fe70b75cd00f8ad82cfb6b5d776f4941063c9934e9417e2cf2e574939a2b0efdfaa5e81b8d26fba77b206e436719ba4b8ec03a5b5ff7d986
gl|32|9cc1ed7b9df263e4de3529bd10c9939da7d1554e07685ec1e85694ebf88b1fbbf996d30b72475add7872c2d1140054c90f0635f58731eb06d27e0d3760ec12de
he|32|cc28e32e3fb1fd277118514d05575c3b2766f5237a5600f4cb1fd2043a55df04a5c657f5ea77e6bdf875eee687dec7e19269acdb1f854ee0d1df85d36dd0be5b
hr|32|7de8def31dbfdf5a288971d3bee2fc2870b722030535676b75399e1ed7ff80f22177184f03b82183665edc4d37c877c85c65c5cb119883de3adbb3a97d9baeb4
hsb|32|d53f82c3a7c2b4c340e1ca676c4fb4ba34a698d226d18e9c0215e0a8fec3da22c7e2b7176e3d1f5bcea7937adb50207427c317272b79c115b3eade0d0e138c87
hu|32|65a401ee372b54b8a4ac1adc27e311d5713f2397bbee81890f16e8e11b3ee57ed9d2873b48de8e97403121eb8227f91b004290dd52dd978aed58b6e3cde82a59
hy-AM|32|3421c6f664d07826d4c346c9517d28ba790327fb52163fe69f80821ff4fee0ae82249058537f70a54aec6bf54f05f3cff27106896b97f8099721e80158a18cae
id|32|6f37005701d61017690faa59b0e736bc8277964139810780688f9635d69faca2469baf64c93667ec616aa30cad6ec4e8ae985444edaf7351d9b4e34d0ea60192
is|32|3e66e3c0acd565293293fe5397ae45288fffdc250a5fdd855debc894dbe9f09fdce579f54c27259fa69d88cc837ff71418f206fe175b98a6f143680804cfd899
it|32|98209237e27ac1cfeb0c78191d45c2364680148d8f02926dc763a4016617695e1117ddd2c7da51c44118f02a7349ebc4771982fd1058e045730bcc3b14f1bd6b
ja|32|cc4f48143610b96061a82a133bb143eccd64b372b03c957c1caaee8743873e716013c65ed892c8f6b4759c4035ae4b8fa345303651f31830f7b9ef26544ca6ea
ka|32|07139b171eb99f9769987ff60510f0691e28fcc31584002859e605f0cbc67bae29cc15fa44e178ccd9aee7e20ffafdebdcbdd1bca153053a4d9227927ed4c967
kab|32|322af3a7c2a0f627513506b7f7fdcd70c88e0b368e386fadad77b3f93452c123007511cccbb242dec60cf8ddf646582c4bd8631eb7f6a2b6b3c2dce1cd8ae95a
kk|32|f2ae3cafc3ff86388dcfa31a5fafc81c26f01205cd27b6c5ade454e01c9aa911282c84318c4873f3a2c83fcb016f80de40c73e7838ad1c6e7b3b8c9147f04a88
ko|32|cd0da1eeefe74c5a8bf57a46189c6b7a7a135406362fa0d427c0cd3cb53463d7d37befec26b63f5ae399dd637b0480c87b6dc532bb8a81facc69501cc5225afa
lt|32|896d5699dca7fa320826dec7e114e633250c71e0586d79b08063b7a6842b5a0179d97ac20cc88e8d5caa0e43c5aa77f1e0dac02c5446a86b75a9e8242dffa32d
lv|32|b790c4ea9ef7929391e167b0c085dd9b7a641f963529f46b774153759c8dfe1fdd70c83718561a11f5f9b4a7372079c9674742c7ff163a042124a86d4d306354
ms|32|9b8ee0ab6462e50146bfb2694a09c598e6d5519643ba6e592a0a3695a30eb1fdc70922cece677ec6244e299ce73cb59622267026e8bf213c4408b12a1e367c8d
nb-NO|32|62a6f55c21861709c999eaab7fb2528deeb44b9d4f1427b780dde85ea65e0306688de9991c0062fa52f38fdda56185c07343f60402f3a6e34b21e87e793432c9
nl|32|ce5f5267956a58a9d728eefd1743f45d6c731433f2c60eaa5a5694f6e96989e4be9b964acadcfed35378ff41956faf5e58f339961678b39d978f82acb2829ad7
nn-NO|32|048f41a41b75ba896e743fa6dfac9e0a3343eca56757481a4da4ae89be16f81bb5c9be4ca4b3458c114371c74d34430871795cd98218dd90742b6b127e97daa6
pa-IN|32|9b58fc7e1e12cb83a35ef8d19e5506fbbe947078be907cefa30a426d2df451b987a2595fdb574f4e91e61b0fb9ef9c402368bb7dcbb033763c20098572ba5c1f
pl|32|22a75faa28466bd5a2973c18e351d206d34da1a08c00c2e9671c288f4589343d9e14bd11a555913557eea579da7b44fbce4ec6f152d752470808ec751d1da2d0
pt-BR|32|b408ee7779e715a8b112016f7201aab554356994e033fddce3559b73cbbd4f9705aaaed2efe055ae75ef31a0ecb4a30b80f686d6a82703683cdf12d7d6aabf87
pt-PT|32|32603680406b40368c1ca74d477aacf4c0a6b58b9c0a618b5b6e81a7e71ad7cd864e244cc193cd40c9b1bc781467c19154cc25a227d466867d0da5bd098ffe03
rm|32|97ad976e005f94c77d6d6e235c3e8d2246e18f68672f9c1903e36403faf22ecaa1f98411e3be84548897c7000b3d129639c6aa179451105720a8d207ca151d7a
ro|32|f2ec4d2913cf95cd6b812b890eda64a7d934bb41f8e0a8e1cd2c04f4372d8c1353767eaa16fcee27ed49e16b16b60b4e08874953e4eff30f11da7beac8d0729b
ru|32|4782db503fb79febc2f9f12d17cea05d9743c085b46c457763fdaccb2d35305ddec0b8c02085cbba77ec7a8dd48f843cfa4d414c76bc175fd5ae5d5d0269b842
sk|32|b0bd2220895a7328d72e2e094fdbc8a524c42eaaa7812027ad15ecdeaff98744db2bf822c980577696b106bc3de83862a3657271f61670fe59757d2ec4ec7deb
sl|32|bc727dcbb12bba671abe8e31d402225b43b7880e9af47bc6142eb30018c6796210155e7d83249f6db62340559f2e2026c8262f2ad276b6caa88f663be3762655
sq|32|2aa0fb0ed3ceb967cb661fec18456d50e2eed3d2df50de22467bd3e63f4295079806388a96895ee541b31b3b91fd5c3077b286d87a0795c3416b1e25aeb249f9
sr|32|1d2fc593654dccc7de570cc863e5e2482f6104c91d1eae667aa76f28c538e7bdcc3cfec5cde5cc83922d29ab960136493aca2dfa3aa236d9189733cf100ba158
sv-SE|32|38806539a98c712ae54b07dff2284d6ef715dfba32ffdfe099762f7a36f1269e769764962db5d482eafb3a227326364795e97edac11a0a5f41c28e9dd671f80a
th|32|9b280fb8c3bd8ce17986290df76690690560e2a1254eb5edfa8f26c077ada4182b6dc27aaa9ea70c9fbdd30de6c6394050944399be62abd0ada7332432f144ee
tr|32|cbb30614a29ec4185f85f68affcaed98a539de62cbcf5c1387ac99705bcd729a8035579b517b8e72ed80edbd9450a7fc82b166fb5d284674fb32bc9e260d106e
uk|32|5483b383fd3773e93009885dc5427431bbc47430966ca57ffc8b73b92589a23474c71cdc581da14d297dd7762cb0e59e280824981f431f79341165d4056598b3
uz|32|ef7b6c5cbfebce85305f651ac383afd7b92ceabb30421e810c00a40907ae83cb3a56086d1e28cf4ca7677c79208ea437bd76679b91d94a3a173a794353e267f1
vi|32|0d46f8ec0664fd3c699dd9d608d5644ea6628de3929ba8b4da6a3943df1370434d18c30c79a40aa2acc1305460dd303c2a4cfa5e561c46fef28e282414fb8ff7
zh-CN|32|6dee48c5f70511edf549e4667e4c547cc2e7fbf58ba0a4813a8a1aaf3a98a094917e894250aed87b1997bcddbde94498a4be32939b4e2dcb1188a9b5873cd55b
zh-TW|32|e922c2a30f860b5ac9fc24020955a02ac4a43a95e5b1f96dea4b950aed887e1e27034b6504e836c91749e09859d4d06d899bef25818db9e439e99b30324c1a47
af|64|146c8234951abfb53e169c12c54ec2808d1264f6cf6e487c45904d4ce916041dee6388584525e82bcbda0756a95a99cf3bca17cb301716456c6053617b3e31e2
ar|64|d5192a4d348ce6fe119701373f88984a127d8615304d28e7e905aa981d8fd79b537f3ac4541f221b4e18cd05ad35aa8c0b380c225b0762a140658c735ca77f84
ast|64|c6d29857fefab49c2e365defbfe6352c1c8ba83af08ef85a59341de7b810e3ae121adfb617b5cb874af9bb8fadcafd1c558ee9f1f1c9fa91e5f8a00e52083bd0
be|64|844cd62db29dd465ec3e8f512143ede0ebbd7a2cc11d8ec487f387a3219dcec0a10776e97f8a518c3180d94784031e9805dce06cc9a8a8f5e1f47ac6526c871c
bg|64|278eee583d88e74a7f0f7271066443849e959f353341e3a63352ac36dd9fb21b42559ab9056e5330f3da14792534ff5b382847aac495688af8e230123db919ed
br|64|215eb03a77fa1dc555e8a188dc7600546390c3a56854c017d8e5c1ee5c7562f0640e97ca5588270e447e700b790de927616b3619784ebcc9a4f3a69fbd49e9b4
ca|64|f7e20d09566d1e36fe492110980dba2d42deca05e2b2607e5291b74d74ff169f62c07f3f641a83e07628dd53c8f9a608dd65d871ca94b6ec893be6ca263f0574
cak|64|d45bd602ccf4d9fc4bb7fa29b0131f737d68d529e2ccd74da6279c22d18d7491bb8e53c8d42ece4f6703e95c2eb3904d016c3014071ff5b59aeb13ec5d1fb2ee
cs|64|2e6a8eee94373507baccfa97a427e08c4bc420c0d92f2a42676579f96e170fcd2144d67493557b9e8c0dc4a9facf7c6e41ca4436eecca477a1f78d7f7acf7362
cy|64|7fa169d7c09a826f06040fbe14cce180c41a3c5cdae069dc7061aa98a35858ca2dd8239dd89cd11d9e3d43b597a8903fec3017a7de1bdc911ce41ace6c41db06
da|64|b563b6391e343f1cfa9a96f0191a0b1fc482d8cbbc7499b161ece6a55e2614bf142479c78737a5f53d1c0ced0f3e6cb87040327e9c9246f3e02d7b85a9ff2eaa
de|64|a2dffb3c79fbc184b3e236055338d1e6f0866d1c207474558306b704e0232e7fe27dc3fb665bcc2289cb037adc11028b86a39c5cf27f30608ad59324b82338a1
dsb|64|f69561b881cbce23aabd4764f06909487754144655bd7667ee3b22dbd0e897822ab5a61171e75dca2702507150767f831fb2551d966d365af854067b91833d3c
el|64|eeb9c47b46966a252aa0cd8560473c9a177daa5228e524f5efc4e9141104c913de3f9805ec8b3dc7e0885e6b1d9957e1080faa9e706b4e744df1b1def9cd8df2
en-CA|64|1f75571bf90ec94221a5d9e2a9b3fcdb8bd575823ad5144334bb6a6b6cd5828d086b3a095af4b4fac84798e23939a1d60f78cb00ca3dc765673e746014ed6e17
en-GB|64|11a16d83be47026d0f2dd490ee66c0738cbfcadcdf7c182822b6b6de9e6469f33d2134eae80fcd6730c119ef49b4054ff12251e90e88320e0ad7759e18f2b2ea
en-US|64|83ca5ece8036f1676d5b6e4c793d20094131ff8a1d986639f2a7b81c4a613a134e0e9e5923d9beeff031645f6284b94dd08f616d2e60b2c2e1d25a95f4350af7
es-AR|64|28a1df42bc8bdb44ea138abdfc479a9aff348aa1e1ccc5952c39e7893cdbb6cde080ea070d996093596375c0f33307958473137daa7dc4ed515bf73087b86284
es-ES|64|f8e0831a834a09a0c45093bb775a0adb66a611423366ff026e31ce1da0d077340d4e11840f3dce16d1a45de7b4e3947f9d3b02aa6785b878c1c0889707f2f7c4
es-MX|64|f20df6b4fff8d3d3645a4cf5246c0b39bfaaaea63243c604267b43bd374990e670ea72cc9da766c0cc1558e92965cfb80d2626a2bb3b5aacece2e05e33bd7043
et|64|0b33de7806db62de1ede7bc8dfcace5963d59e105392dfca3cfbf918b37bb3bc70da3d0a2f98977f26228a565d79667371e2e2816c5b2e2a88e7685bc5810aaa
eu|64|eb08d8c1b5ea870d2bfdf612d93e3507d9121c8609b8735f597ae7669559fe9ff91e578ef7e9462d4b5fec975e935f48c1b7a6b36a23ae492ed0e2bef1bb1fc9
fi|64|97a045889f4d3eaf8aa5f244d05997f40a7d5f54ccd74ee2e5059d618eb6185044a7d3a976f4c775bf6990adce40c279058d0d00168fac492e76754f1023ecf0
fr|64|6db2dfca169cf38cb3b41927c918660428b82f4a15f41622483b183daf3c4cb2bd060d47d0187e5b975decf7be104eb2feae0761e1202f58cd0465d1eaa6c986
fy-NL|64|d8f3292665a0eb058c874e15127dfa75c83ea5438846020572aac3e29b559aee3469c6f399b1daef7392344769f8ef89d51b4b139a4017a912a7502ba846d664
ga-IE|64|8a72ca82cf0c1f939a6e0e7df0c5bb58176bf9a7c6f1e24a9e2c912a9ad39178bc8972fbf63af0e5e277a3cb2ac2f937b9d7298e14cde33a1d3d94281d8ac352
gd|64|2d19f219bedd46cfa5c6bd918b62a370c7ffd7531189502100aa8f8fbfc9cdf7499c9efe1824ed8f39faf919077954aced370a6a7d76219520ddd095ebd98387
gl|64|5e6500c10fae65c8d56cd03395418de21e88b8ee9eafe1161af6fba2007ff608efe94f00956ba59c31792374c37709fe29e90740068109f074a985ad02fc5358
he|64|745b789224162207635ab468534d1c75582109d00e29f51ca37565bb269e0d490cf8951b236e609f7986ce287aabaa3e94e115fc82b48ee94e01fdecae277d2a
hr|64|11209170f39fa14e32c8d46dcc05df2322f056e82528fcceab9747fb4722c273c3c8e9bee8b4b16652d2d0c244e3494c7c458d1b80f78b9b1d2d04adc89bea7c
hsb|64|4609688567a580223fbdfc6c173eef82f4ce24c969b69e6657f694f4bf12cff94af42504be795c641858c044869f87a9a28cda90182a4e5db4320ecfee9f3ee3
hu|64|b1657e102fa0fb17beb2223997bc25a1c1a0d287cc0b300c87e82e9af27987e7c08d80e8e7d95b7220f3b974ab634b530507a449d17c9be0bf46e3a0d7b58cda
hy-AM|64|211270073f18b9d9c5b2ada73ebef5231173d02ed34f6e78430a098e28603c6cbf1ac93ce21c9dca5d59a6376856e3cc612b881b7d1f9e9b908f0d82443f5c8f
id|64|f18f59b1f40d1b4a63c710a9fec6ebd569fa2a355042cf9808adb9c16ad94840680c23432a7b0b7232cc375a35e5bee549700318f28cc2bf4791e44d99097d73
is|64|67f68267b52161e7f356b4b3dac8dde239f1146df2ed4d6041acbaaef37bc2350a77093959e3d7be9b438de5b296c71206872e63a2408e6062d6224edd3615fb
it|64|125722f0a8c7e2b3a7130ee06b09a85ded9dc059ed8cf488bd2f26b54870425906caa37c589fd8e658274334cf87f0ef60107c9aedc07564c75c86e1dbb34004
ja|64|42dec095a5048a71e2de7d305ba55568e7ef02781f1ca761c585491b3cb785e5180681b0ccf9ad38cfe5ea6d520f473d181e0520975498bc46c723dae263c026
ka|64|2615c6e20ac4ff9e5477a763814ef889d73dfefab842f4c90d9dabfa4af15633fd8ef4442c5db5a200222c8b027c0137b3a54b709d55871e5a793aaf20fb1bf3
kab|64|bc13f158145243e490edfced435552bfad8ee255da1eb81cbdf6ab83339a536b837ad6b3852f1e7c36821353e11f2ec22d43030df296b7059d38234091dfbd7d
kk|64|13e65ab7f3f3e5489659780e9fac0bd8664008bd8b0b28ff8111289daec73ef9d613070f5650937d91236ea878de4613a112a3938bc3b88802548f1c5c149e2c
ko|64|b75358a1bdeab3666e3cd89131b435280f24238f7010af08414ba7476cd605e10019ff8be0e4ee441ac99676333787a29ce57228a4961f7de1d31a2b84430697
lt|64|827c876d96d60201dd6ade281e2b9415b013496c1b48a3a9659bd01a97818b690facc4cdb6822803cc6be8d5a32fee151cd7df3471ab18d0e0ee1cc65dc22c17
lv|64|44134db05acb19618b9f87a2dab014f6d7d13f7d975a139a1821f0ffb0cbeb1c194db72b8849ff85abb1ef1948769eea0df0ee0d02d7ae487a713e7a6993bd8a
ms|64|b0ac249e1671d484ffd4a1974cb86c36e9d789e788f70b2ee1fa1973748461c15119df029fb4a75881e937067620fad98bdb799ec40bbdabb877e654f3fae971
nb-NO|64|9c396a16b82490bc13c63e2dff6e5ebf2f710a7e3a430147ca69277c412bd345c625ba9156145a307ca2f2ab40250d3ddc885b19ee8c4a7ef4e0de6edc036d7f
nl|64|b974b09d38371e150645c8458b68824603338e502f5a69512267f3c9f7a51f2582d7d4c0c9fce3eb7d1ad5b9a5dcc6de77e59a987dcbe03c79a54d10985269b4
nn-NO|64|f5bc24391f6ba865998c471986316dd5b12fc8701edc1de8f464bf126a60e13119c1e5be8841431e830b26425c2c2cb7c76cf6a50458fa0ad564ef9e4c719efc
pa-IN|64|f69914aab6edc966684c32266c22e0ac5dee08a75c1e233793cc0d44075259f9f6ad2dd01adf617831d5776ee834833bb5cf1d21b4acf95a66a067ba811b5de0
pl|64|cdaf36f6977ad6f32790a718edde82f8bf5883eba935c73c80caa8123f50e2fb91c018ccc514b48621c8a92cab26a0da5c465960fe604fb3e260ab37b78cfc91
pt-BR|64|ec3ca8f0cf0e8b04ec32bd423a5cba35f0e3d9f5d7861604c6fb700c7038e4bf6237931d8480215896a003af3c1172953f23c46b0025bd5a1b39ccb060a0d954
pt-PT|64|e658b04c474db368d3836b5daa53117a1ac72c306bd9790b4346908efc59c1cb7c26922a7b90896b665800beb5f9a59fccfe40860a81d0ed45f56dc7bf96ed16
rm|64|f55f17bd1875705bbeecc2dd50b90ddb1ebb896d07e4b666daf44aabdd0cfca68df01de6c0af8991132705d29500ef62609866aea2631cad722d4079befecb02
ro|64|a885e69e6bbb795b34cf85118fa1cd5dd11faac58794a93ec5b58c47045a9da184989f5346942dc948de4505b7125c2166cae78c3a3e8900e5b339e35cbbdf22
ru|64|281f6ec2a7aaac4fc5099776e691eadcf860b3a1892bef4ca838c9e5057b74b8d393c31cbcf8668e9e835d473bab788f61235a8c31fde035f6d1eb4b03b0f011
sk|64|da05c4ce69ced951cea825d76fedaca21678703a34361f509c9998d7b672d6491f26b4765ae487deccd9ff77e005e4af5fa5119a45d2c58ebc2db2c92f1ed102
sl|64|c5013b428cd417acab8222c20764a8f5e4e67aa87b376e81b56d8fc12809a188ad164d5059af2dd2aafa78025afb731571921c5a2e2bb96d30cfdafc647a2119
sq|64|7e0fef599af5775d1a578e5259ffb1843633fdc24c478b604fee5b98c226e537df3aa499acacb4332d3fd22652fbda5a35c8ff9cb28d826562e5d67d221b8f01
sr|64|5b895498972d9c99e132372b44aad50c26f2fa536dddbca17cb0f4e46e7aefdabe5a0180ae256a00acca1c002d85edb37f3501e1392cecb8f160a043b4589d44
sv-SE|64|71b8138900a4a37dc79407b576dc7bb8543e6ad8f76c7eb4ce33c274c5e311fc37fb999d52ff952cab3bd27ab9c688110b060ed14e823128c84f0e06abebd050
th|64|7bc0c79ffc47be70d5e1679b1c21642cfd41ebf15a68e81417460f86360dadce1a8285c79c9ff9f8a049de7f3e53cf4871c35a8a1d159a8fcbb585d494db6dee
tr|64|9f55ff76931b0188e6fa2f6f02120467036dd4f081d542e67d17f394210c99506f5769a59c08eca000b9ac455fad88b19a0d139c75ca0b3ccafce0e6f4e08d20
uk|64|8e1826398c2112c27800fa4c45d80573b2dca7a8f05cb42bd380543468444052b0b883ee88f96134ec2a4ca4ed746ba0555561caca5813eec89c7df56930fe76
uz|64|48e0f1b18c188d2219c07ca1c5952f9a267903bf0d3f5a7505c4caf8a7532f4d3ece2213046b5d10ba59a27edbc93e6c8a0155b9282c9d881a00f388ba2ff9cc
vi|64|373743a357f2149d9ba8bc83774f44e6a99075f7fc305fc7db2732231fc85db0256c97d45d978bad13e276d67ed81f2463277860060b02c3d3a7461a84f32844
zh-CN|64|d6b2386524ccc407f88bfc5ad4bd19bad5f13034d48ae593bd6f7e4389ca981dc659c51144e33fc1fb05bc8335a1de33dd658ee62db01860a0ff54f50c436b21
zh-TW|64|65d855b7638caf9eae0925c1841e6cd202eb6caa2da375154e017ff24ec25de633108edc707858a404a34b89136279ab4706b21538112e30794d32391d8c3e1a
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.0')
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.0esr-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.0esr-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
}

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