Unpacking Software Livestream

Join our monthly Unpacking Software livestream to hear about the latest news, chat and opinion on packaging, software deployment and lifecycle management!

Learn More

Chocolatey Product Spotlight

Join the Chocolatey Team on our regular monthly stream where we put a spotlight on the most recent Chocolatey product releases. You'll have a chance to have your questions answered in a live Ask Me Anything format.

Learn More

Chocolatey Coding Livestream

Join us for the Chocolatey Coding Livestream, where members of our team dive into the heart of open source development by coding live on various Chocolatey projects. Tune in to witness real-time coding, ask questions, and gain insights into the world of package management. Don't miss this opportunity to engage with our team and contribute to the future of Chocolatey!

Learn More

Calling All Chocolatiers! Whipping Up Windows Automation with Chocolatey Central Management

Webinar from
Wednesday, 17 January 2024

We are delighted to announce the release of Chocolatey Central Management v0.12.0, featuring seamless Deployment Plan creation, time-saving duplications, insightful Group Details, an upgraded Dashboard, bug fixes, user interface polishing, and refined documentation. As an added bonus we'll have members of our Solutions Engineering team on-hand to dive into some interesting ways you can leverage the new features available!

Watch On-Demand
Chocolatey Community Coffee Break

Join the Chocolatey Team as we discuss all things Community, what we do, how you can get involved and answer your Chocolatey questions.

Watch The Replays
Chocolatey and Intune Overview

Webinar Replay from
Wednesday, 30 March 2022

At Chocolatey Software we strive for simple, and teaching others. Let us teach you just how simple it could be to keep your 3rd party applications updated across your devices, all with Intune!

Watch On-Demand
Chocolatey For Business. In Azure. In One Click.

Livestream from
Thursday, 9 June 2022

Join James and Josh to show you how you can get the Chocolatey For Business recommended infrastructure and workflow, created, in Azure, in around 20 minutes.

Watch On-Demand
The Future of Chocolatey CLI

Livestream from
Thursday, 04 August 2022

Join Paul and Gary to hear more about the plans for the Chocolatey CLI in the not so distant future. We'll talk about some cool new features, long term asks from Customers and Community and how you can get involved!

Watch On-Demand
Hacktoberfest Tuesdays 2022

Livestreams from
October 2022

For Hacktoberfest, Chocolatey ran a livestream every Tuesday! Re-watch Cory, James, Gary, and Rain as they share knowledge on how to contribute to open-source projects such as Chocolatey CLI.

Watch On-Demand

Downloads:

4,094,384

Downloads of v 31.6.0.20150405:

3,692

Last Update:

05 Apr 2015

Package Maintainer(s):

Software Author(s):

  • Mozilla

Tags:

mozilla thunderbird email

Mozilla Thunderbird

This is not the latest version of Mozilla Thunderbird available.

  • 1
  • 2
  • 3

31.6.0.20150405 | Updated: 05 Apr 2015

Downloads:

4,094,384

Downloads of v 31.6.0.20150405:

3,692

Software Author(s):

  • Mozilla

Mozilla Thunderbird 31.6.0.20150405

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

Some Checks Have Failed or Are Not Yet Complete

Not All Tests Have Passed


Validation Testing Unknown


Verification Testing Unknown


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="'31.6.0.20150405'" [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="'31.6.0.20150405'" 
$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: '31.6.0.20150405'
    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  '31.6.0.20150405'
end

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


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

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


package { 'thunderbird':
  ensure   => '31.6.0.20150405',
  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 05 Apr 2015.

Description

Thunderbird is a free email application that’s easy to set up and customize – and it’s loaded with great features!

This package installs Thunderbird in the first language which matches this list:

  1. Install arguments override parameter if present, e.g. choco install Thunderbird -packageParameters "l=en-GB". To get a list of all available locales have a look at this folder: http://releases.mozilla.org/pub/mozilla.org/thunderbird/releases/latest/win32/
  2. If Thunderbird is already installed: the same language as the already installed Thunderbird.
  3. The Windows system language where the Thunderbird package gets installed.
  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.

$packageName = 'thunderbird'
$fileType = 'exe'
$version = '31.6.0'

$softwareNameLowerCase = $packageName.ToLower()

$softwareNameTitleCase = $packageName.Substring(0, 1).ToUpper() +
    $packageName.Substring(1).ToLower()

$allLocalesListURL = Switch ($softwareNameLowerCase) {
    'firefox' {
        'https://www.mozilla.org/en-US/firefox/all/'
        break
    }

    'thunderbird' {
        'https://www.mozilla.org/en-US/thunderbird/all.html'
        break
    }
}



# ---------------- Function definitions ------------------


function GetUninstallPath () {
    $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 "Mozilla $softwareNameTitleCase [\d\.]+ \([^\s]+ [a-zA-Z\-]+\)" | Select -First 1
    return $uninstallPath
}

function GetLocale() {

    $availableLocales = (New-Object System.Net.WebClient).DownloadString($allLocalesListURL)

    # --- Get locale from installArgs if specified

    $packageParameters = $env:chocolateyPackageParameters

    $packageParameters = if ($packageParameters -ne $null) { $packageParameters } else { "" }
    $argumentMap = ConvertFrom-StringData $packageParameters
    $localeFromPackageParameters = $argumentMap.Item('l')

    # ---

    # --- Get already installed locale if available

    $uninstallPath = GetUninstallPath($null)

    $alreadyInstalledLocale = $uninstallPath -replace ".+\s([a-zA-Z\-]+)\)", '$1'


    # ---

    # --- Other locales

    $systemLocaleAndCountry = (Get-Culture).Name
    $systemLocaleTwoLetter = (Get-Culture).TwoLetterISOLanguageName
    $fallbackLocale = 'en-US'

    # ---

    $locales = $localeFromPackageParameters, $alreadyInstalledLocale, `
        $systemLocaleAndCountry, $systemLocaleTwoLetter, $fallbackLocale

    foreach ($locale in $locales) {
        $localeMatch = $availableLocales -match "os=win&lang=$locale`"" | Select -First 1
        if ($localeMatch -and $locale -ne $null) {
            break
        }
    }

    return $locale
}


function AlreadyInstalled($version) {
    $uninstallEntry = "HKLM:\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Mozilla $softwareNameTitleCase ${version}*"
    $uninstallEntryWow64 = "HKLM:\SOFTWARE\Wow6432Node\Microsoft\Windows\CurrentVersion\Uninstall\Mozilla $softwareNameTitleCase ${version}*"

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

# ----------------------------------

$alreadyInstalled = AlreadyInstalled($version)

if ($alreadyInstalled) {
    Write-Host $(
        "$softwareNameTitleCase $version is already installed. "
        'No need to download an re-install again.'
    )
} else {

    $locale = GetLocale

    $url = "http://download.mozilla.org/?product=${softwareNameLowerCase}-${version}&os=win&lang=${locale}"
    $silentArgs = '-ms'

    Install-ChocolateyPackage $packageName $fileType $silentArgs $url
}

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.7.0 34761 Wednesday, February 5, 2025 Approved
Mozilla Thunderbird 128.6.0 46255 Thursday, January 9, 2025 Approved
Mozilla Thunderbird 128.5.2 41757 Wednesday, December 11, 2024 Approved
Mozilla Thunderbird 128.5.1 23892 Tuesday, December 3, 2024 Approved
Mozilla Thunderbird 128.5.0 29576 Wednesday, November 27, 2024 Approved
Mozilla Thunderbird 128.4.4 26254 Wednesday, November 20, 2024 Approved
Mozilla Thunderbird 128.4.3 26558 Wednesday, November 13, 2024 Approved
Mozilla Thunderbird 128.4.2 25350 Thursday, November 7, 2024 Approved
Mozilla Thunderbird 128.4.1 16084 Tuesday, November 5, 2024 Approved
Mozilla Thunderbird 128.4.0 18706 Wednesday, October 30, 2024 Approved
Mozilla Thunderbird 128.3.3 24469 Friday, October 25, 2024 Approved
Mozilla Thunderbird 115.12.2 74322 Sunday, June 23, 2024 Approved
Mozilla Thunderbird 115.12.1 13994 Wednesday, June 19, 2024 Approved
Mozilla Thunderbird 115.11.1 30087 Wednesday, May 29, 2024 Approved
Mozilla Thunderbird 115.11.0 24325 Thursday, May 16, 2024 Approved
Mozilla Thunderbird 115.10.2 25292 Wednesday, May 1, 2024 Approved
Mozilla Thunderbird 115.10.1 23233 Friday, April 19, 2024 Approved
Mozilla Thunderbird 115.10.0 11926 Wednesday, April 17, 2024 Approved
Mozilla Thunderbird 115.9.0 34121 Tuesday, March 19, 2024 Approved
Mozilla Thunderbird 115.8.1 27854 Tuesday, March 5, 2024 Approved
Mozilla Thunderbird 115.8.0 27156 Wednesday, February 21, 2024 Approved
Mozilla Thunderbird 115.7.0 36259 Wednesday, January 24, 2024 Approved
Mozilla Thunderbird 115.6.1 27410 Tuesday, January 9, 2024 Approved
Mozilla Thunderbird 115.6.0 29876 Tuesday, December 19, 2023 Approved
Mozilla Thunderbird 115.5.2 22398 Tuesday, December 12, 2023 Approved
Mozilla Thunderbird 115.5.1 27069 Tuesday, November 28, 2023 Approved
Mozilla Thunderbird 115.5.0 18742 Wednesday, November 22, 2023 Approved
Mozilla Thunderbird 115.4.3 20215 Wednesday, November 15, 2023 Approved
Mozilla Thunderbird 115.4.2 22788 Wednesday, November 8, 2023 Approved
Mozilla Thunderbird 115.4.1 26053 Thursday, October 26, 2023 Approved
Mozilla Thunderbird 115.3.3 20836 Wednesday, October 18, 2023 Approved
Mozilla Thunderbird 115.3.2 22172 Wednesday, October 11, 2023 Approved
Mozilla Thunderbird 115.3.1 24367 Friday, September 29, 2023 Approved
Mozilla Thunderbird 115.3.0 12386 Wednesday, September 27, 2023 Approved
Mozilla Thunderbird 115.2.3 19573 Thursday, September 21, 2023 Approved
Mozilla Thunderbird 115.2.2 21739 Wednesday, September 13, 2023 Approved
Mozilla Thunderbird 115.2.1 6775 Tuesday, September 12, 2023 Approved
Mozilla Thunderbird 115.2.0 25455 Wednesday, August 30, 2023 Approved
Mozilla Thunderbird 115.1.1 26010 Wednesday, August 16, 2023 Approved
Mozilla Thunderbird 115.1.0 24944 Wednesday, August 2, 2023 Approved
Mozilla Thunderbird 115.0.1 27163 Thursday, July 20, 2023 Approved
Mozilla Thunderbird 115.0.0 23798 Wednesday, July 12, 2023 Approved
Mozilla Thunderbird 102.13.0 16039 Saturday, July 8, 2023 Approved
Mozilla Thunderbird 102.12.0 35830 Thursday, June 8, 2023 Approved
Mozilla Thunderbird 102.11.2 25020 Saturday, May 27, 2023 Approved
Mozilla Thunderbird 102.11.1 11258 Thursday, May 25, 2023 Approved
Mozilla Thunderbird 102.11.0 27785 Wednesday, May 10, 2023 Approved
Mozilla Thunderbird 102.10.1 29032 Tuesday, April 25, 2023 Approved
Mozilla Thunderbird 102.10.0 27134 Tuesday, April 11, 2023 Approved
Mozilla Thunderbird 102.9.1 26581 Wednesday, March 29, 2023 Approved
Mozilla Thunderbird 102.9.0 25515 Thursday, March 16, 2023 Approved
Mozilla Thunderbird 102.8.0 35727 Thursday, February 16, 2023 Approved
Mozilla Thunderbird 102.7.2 21447 Wednesday, February 8, 2023 Approved
Mozilla Thunderbird 102.7.1 19953 Wednesday, February 1, 2023 Approved
Mozilla Thunderbird 102.7.0 24123 Friday, January 20, 2023 Approved
Mozilla Thunderbird 102.6.1 36227 Wednesday, December 21, 2022 Approved
Mozilla Thunderbird 102.6.0 20267 Wednesday, December 14, 2022 Approved
Mozilla Thunderbird 102.5.1 25184 Thursday, December 1, 2022 Approved
Mozilla Thunderbird 102.5.0 26050 Wednesday, November 16, 2022 Approved
Mozilla Thunderbird 102.4.2 24294 Friday, November 4, 2022 Approved
Mozilla Thunderbird 102.4.1 20821 Thursday, October 27, 2022 Approved
Mozilla Thunderbird 102.4.0 16186 Thursday, October 20, 2022 Approved
Mozilla Thunderbird 102.3.3 20336 Wednesday, October 12, 2022 Approved
Mozilla Thunderbird 102.3.2 18411 Friday, October 7, 2022 Approved
Mozilla Thunderbird 102.3.1 18923 Thursday, September 29, 2022 Approved
Mozilla Thunderbird 102.3.0 19838 Wednesday, September 21, 2022 Approved
Mozilla Thunderbird 102.2.2 23213 Thursday, September 8, 2022 Approved
Mozilla Thunderbird 102.2.1 18021 Thursday, September 1, 2022 Approved
Mozilla Thunderbird 102.2.0 19396 Tuesday, August 23, 2022 Approved
Mozilla Thunderbird 102.1.2 22260 Tuesday, August 9, 2022 Approved
Mozilla Thunderbird 102.1.1 11500 Saturday, August 6, 2022 Approved
Mozilla Thunderbird 102.1.0 17269 Friday, July 29, 2022 Approved
Mozilla Thunderbird 102.0.3 18749 Wednesday, July 20, 2022 Approved
Mozilla Thunderbird 102.0.2 19809 Tuesday, July 12, 2022 Approved
Mozilla Thunderbird 102.0.1 14143 Thursday, July 7, 2022 Approved
Mozilla Thunderbird 102.0 20735 Wednesday, June 29, 2022 Approved
Mozilla Thunderbird 91.10.0 31623 Wednesday, June 1, 2022 Approved
Mozilla Thunderbird 91.9.1 21202 Friday, May 20, 2022 Approved
Mozilla Thunderbird 91.9.0 26233 Wednesday, May 4, 2022 Approved
Mozilla Thunderbird 91.8.1 24123 Tuesday, April 19, 2022 Approved
Mozilla Thunderbird 91.8.0 22342 Wednesday, April 6, 2022 Approved
Mozilla Thunderbird 91.7.0 30244 Thursday, March 10, 2022 Approved
Mozilla Thunderbird 91.6.2 14334 Sunday, March 6, 2022 Approved
Mozilla Thunderbird 91.6.1 23286 Friday, February 18, 2022 Approved
Mozilla Thunderbird 91.6.0 19955 Wednesday, February 9, 2022 Approved
Mozilla Thunderbird 91.5.1 23639 Tuesday, January 25, 2022 Approved
Mozilla Thunderbird 91.5.0 22126 Wednesday, January 12, 2022 Approved
Mozilla Thunderbird 91.4.1 25608 Monday, December 20, 2021 Approved
Mozilla Thunderbird 91.4.0.20211214 16825 Tuesday, December 14, 2021 Approved
Mozilla Thunderbird 91.4.0 18923 Tuesday, December 7, 2021 Approved
Mozilla Thunderbird 91.3.2 27046 Friday, November 19, 2021 Approved
Mozilla Thunderbird 91.3.1 14307 Tuesday, November 16, 2021 Approved
Mozilla Thunderbird 91.3.0 22558 Wednesday, November 3, 2021 Approved
Mozilla Thunderbird 91.2.1 22543 Friday, October 22, 2021 Approved
Mozilla Thunderbird 91.2.0.20211014 17858 Thursday, October 14, 2021 Approved
Mozilla Thunderbird 91.2.0 19193 Friday, October 8, 2021 Approved
Mozilla Thunderbird 91.1.2 22941 Tuesday, September 28, 2021 Approved
Mozilla Thunderbird 91.1.1 21721 Friday, September 17, 2021 Approved
Mozilla Thunderbird 91.1.0 20863 Tuesday, September 7, 2021 Approved
Mozilla Thunderbird 91.0.3 20705 Thursday, August 26, 2021 Approved
Mozilla Thunderbird 91.0.2 10504 Monday, August 23, 2021 Approved
Mozilla Thunderbird 91.0.1 14219 Tuesday, August 17, 2021 Approved
Mozilla Thunderbird 78.12.0 28814 Wednesday, July 14, 2021 Approved
Mozilla Thunderbird 78.11.0 31938 Thursday, June 3, 2021 Approved
Mozilla Thunderbird 78.10.2 21098 Tuesday, May 18, 2021 Approved
Mozilla Thunderbird 78.10.1 19285 Wednesday, May 5, 2021 Approved
Mozilla Thunderbird 78.10.0 21024 Monday, April 19, 2021 Approved
Mozilla Thunderbird 78.9.1 18548 Friday, April 9, 2021 Approved
Mozilla Thunderbird 78.9.0 19298 Wednesday, March 24, 2021 Approved
Mozilla Thunderbird 78.8.1 21176 Tuesday, March 9, 2021 Approved
Mozilla Thunderbird 78.8.0 18907 Wednesday, February 24, 2021 Approved
Mozilla Thunderbird 78.7.1 22990 Saturday, February 6, 2021 Approved
Mozilla Thunderbird 78.7.0 17655 Wednesday, January 27, 2021 Approved
Mozilla Thunderbird 78.6.1 20350 Tuesday, January 12, 2021 Approved
Mozilla Thunderbird 78.6.0 20544 Monday, December 21, 2020 Approved
Mozilla Thunderbird 78.5.1 20606 Friday, December 4, 2020 Approved
Mozilla Thunderbird 78.5.0 18747 Thursday, November 19, 2020 Approved
Mozilla Thunderbird 78.4.3 14940 Wednesday, November 11, 2020 Approved
Mozilla Thunderbird 78.4.2 10902 Tuesday, November 10, 2020 Approved
Mozilla Thunderbird 78.4.1 9297 Friday, November 6, 2020 Approved
Mozilla Thunderbird 78.4.0 20239 Thursday, October 22, 2020 Approved
Mozilla Thunderbird 78.3.3 11757 Saturday, October 17, 2020 Approved
Mozilla Thunderbird 78.3.2 17194 Wednesday, October 7, 2020 Approved
Mozilla Thunderbird 78.3.1 16224 Saturday, September 26, 2020 Approved
Mozilla Thunderbird 78.3.0 5321 Friday, September 25, 2020 Approved
Mozilla Thunderbird 78.2.2 18605 Friday, September 11, 2020 Approved
Mozilla Thunderbird 78.2.1 16626 Sunday, August 30, 2020 Approved
Mozilla Thunderbird 78.2.0 9601 Wednesday, August 26, 2020 Approved
Mozilla Thunderbird 78.1.1 18452 Saturday, August 8, 2020 Approved
Mozilla Thunderbird 78.1.0 10159 Monday, August 3, 2020 Approved
Mozilla Thunderbird 78.0.1 14086 Wednesday, July 22, 2020 Approved
Mozilla Thunderbird 78.0 10452 Friday, July 17, 2020 Approved
Mozilla Thunderbird 68.10.0 17258 Wednesday, July 1, 2020 Approved
Mozilla Thunderbird 68.9.0 22089 Thursday, June 4, 2020 Approved
Mozilla Thunderbird 68.8.1 14135 Monday, May 25, 2020 Approved
Mozilla Thunderbird 68.8.0 18458 Tuesday, May 5, 2020 Approved
Mozilla Thunderbird 68.7.0 21934 Thursday, April 9, 2020 Approved
Mozilla Thunderbird 68.6.0 19714 Friday, March 13, 2020 Approved
Mozilla Thunderbird 68.5.0 28061 Wednesday, February 12, 2020 Approved
Mozilla Thunderbird 68.4.2 21261 Saturday, January 25, 2020 Approved
Mozilla Thunderbird 68.4.1 18655 Friday, January 10, 2020 Approved
Mozilla Thunderbird 68.3.1 18209 Tuesday, December 24, 2019 Approved
Mozilla Thunderbird 68.3.0 13396 Wednesday, December 4, 2019 Approved
Mozilla Thunderbird 68.2.2 35023 Thursday, November 7, 2019 Approved
Mozilla Thunderbird 68.2.1 16948 Friday, November 1, 2019 Approved
Mozilla Thunderbird 68.2.0 12506 Wednesday, October 23, 2019 Approved
Mozilla Thunderbird 68.1.2 17570 Thursday, October 10, 2019 Approved
Mozilla Thunderbird 68.1.1 17737 Wednesday, September 25, 2019 Approved
Mozilla Thunderbird 68.1.0 17594 Wednesday, September 11, 2019 Approved
Mozilla Thunderbird 68.0 26023 Wednesday, August 28, 2019 Approved
Mozilla Thunderbird 60.8.0 34738 Wednesday, July 10, 2019 Approved
Mozilla Thunderbird 60.7.2 18438 Friday, June 21, 2019 Approved
Mozilla Thunderbird 60.7.1 11161 Thursday, June 13, 2019 Approved
Mozilla Thunderbird 60.7.0 20066 Wednesday, May 22, 2019 Approved
Mozilla Thunderbird 60.6.1 45080 Monday, March 25, 2019 Approved
Mozilla Thunderbird 60.6.0 8145 Wednesday, March 20, 2019 Approved
Mozilla Thunderbird 60.5.3 11792 Tuesday, March 5, 2019 Approved
Mozilla Thunderbird 60.5.2 8122 Tuesday, February 26, 2019 Approved
Mozilla Thunderbird 60.5.1.20190217 9166 Sunday, February 17, 2019 Approved
Mozilla Thunderbird 60.5.1 4698 Thursday, February 14, 2019 Approved
Mozilla Thunderbird 60.5.0 10696 Wednesday, January 30, 2019 Approved
Mozilla Thunderbird 60.4.0 15351 Friday, December 21, 2018 Approved
Mozilla Thunderbird 60.3.3 9198 Tuesday, December 11, 2018 Approved
Mozilla Thunderbird 60.3.2 9293 Friday, November 30, 2018 Approved
Mozilla Thunderbird 60.3.1 11097 Thursday, November 15, 2018 Approved
Mozilla Thunderbird 60.3.0 10593 Thursday, November 1, 2018 Approved
Mozilla Thunderbird 60.2.1 16948 Wednesday, October 3, 2018 Approved
Mozilla Thunderbird 60.0 24483 Monday, August 6, 2018 Approved
Mozilla Thunderbird 52.9.1 15886 Wednesday, July 11, 2018 Approved
Mozilla Thunderbird 52.9.0 7497 Wednesday, July 4, 2018 Approved
Mozilla Thunderbird 52.8.0 18846 Wednesday, May 23, 2018 Approved
Mozilla Thunderbird 52.7.0 20393 Saturday, March 24, 2018 Approved
Mozilla Thunderbird 52.6.0 23774 Friday, January 26, 2018 Approved
Mozilla Thunderbird 52.5.2 16359 Friday, December 22, 2017 Approved
Mozilla Thunderbird 52.5.0 14548 Friday, November 24, 2017 Approved
Mozilla Thunderbird 52.4.0 19540 Monday, October 9, 2017 Approved
Mozilla Thunderbird 52.3.0 17585 Thursday, August 17, 2017 Approved
Mozilla Thunderbird 52.2.1 12745 Saturday, June 24, 2017 Approved
Mozilla Thunderbird 52.2.0 6048 Thursday, June 15, 2017 Approved
Mozilla Thunderbird 52.1.1 9467 Tuesday, May 16, 2017 Approved
Mozilla Thunderbird 52.1.0 6427 Monday, May 1, 2017 Approved
Mozilla Thunderbird 52.0.1 7269 Saturday, April 15, 2017 Approved
Mozilla Thunderbird 52.0 4028 Monday, April 10, 2017 Approved
Mozilla Thunderbird 45.8.0 8856 Tuesday, March 7, 2017 Approved
Mozilla Thunderbird 45.7.1 8774 Wednesday, February 8, 2017 Approved
Mozilla Thunderbird 45.7.0 5664 Thursday, January 26, 2017 Approved
Mozilla Thunderbird 45.6.0 7082 Saturday, December 31, 2016 Approved
Mozilla Thunderbird 45.5.1 11831 Thursday, December 1, 2016 Approved
Mozilla Thunderbird 45.5.0.20161130 2177 Wednesday, November 30, 2016 Approved
Mozilla Thunderbird 45.5.0.20161128 2363 Monday, November 28, 2016 Approved
Mozilla Thunderbird 45.5.0 4861 Monday, November 21, 2016 Approved
Mozilla Thunderbird 45.4.0.20161024 8535 Monday, October 24, 2016 Approved
Mozilla Thunderbird 45.4.0.20161023 2264 Sunday, October 23, 2016 Approved
Mozilla Thunderbird 45.4.0 12351 Tuesday, October 4, 2016 Approved
Mozilla Thunderbird 45.3.0 34677 Wednesday, August 31, 2016 Approved
Mozilla Thunderbird 45.2.0 52897 Sunday, July 10, 2016 Approved
Mozilla Thunderbird 45.1.1 611 Monday, May 30, 2016 Approved
Mozilla Thunderbird 45.1.0 503 Wednesday, May 11, 2016 Approved
Mozilla Thunderbird 45.0 470 Sunday, May 8, 2016 Approved
Mozilla Thunderbird 38.7.0 7830 Wednesday, March 16, 2016 Approved
Mozilla Thunderbird 38.6.0 5915 Monday, February 15, 2016 Approved
Mozilla Thunderbird 38.5.1 6130 Thursday, January 7, 2016 Approved
Mozilla Thunderbird 38.5.0 2825 Wednesday, December 23, 2015 Approved
Mozilla Thunderbird 38.4.0 5577 Wednesday, November 25, 2015 Approved
Mozilla Thunderbird 38.3.0 5725 Wednesday, September 30, 2015 Approved
Mozilla Thunderbird 38.2.0 5581 Friday, August 14, 2015 Approved
Mozilla Thunderbird 38.1.0 4021 Friday, July 10, 2015 Approved
Mozilla Thunderbird 38.0.1 3338 Thursday, June 11, 2015 Approved
Mozilla Thunderbird 31.7.0 1920 Tuesday, June 2, 2015 Approved
Mozilla Thunderbird 31.6.0.20150405 3692 Sunday, April 5, 2015 Approved
Mozilla Thunderbird 31.6.0 834 Friday, April 3, 2015 Approved
Mozilla Thunderbird 31.5.0 2931 Tuesday, February 24, 2015 Approved
Mozilla Thunderbird 31.4.0 2595 Tuesday, January 13, 2015 Approved
Mozilla Thunderbird 31.3.0 2467 Tuesday, December 2, 2014 Approved
Mozilla Thunderbird 31.2.0 2472 Tuesday, October 14, 2014 Approved
Mozilla Thunderbird 31.1.2 1500 Wednesday, September 24, 2014 Approved
Mozilla Thunderbird 31.1.1 1103 Wednesday, September 10, 2014 Approved
Mozilla Thunderbird 31.1.0 1026 Tuesday, September 2, 2014 Approved
Mozilla Thunderbird 31.0 1601 Tuesday, July 22, 2014 Approved
Mozilla Thunderbird 24.6.0 1546 Tuesday, June 10, 2014 Approved
Mozilla Thunderbird 24.5.0 1598 Tuesday, April 29, 2014 Approved
Mozilla Thunderbird 24.4.0 1546 Tuesday, March 18, 2014 Approved
Mozilla Thunderbird 24.3.0 1137 Tuesday, February 4, 2014 Approved
Mozilla Thunderbird 24.2.0.20140131 550 Friday, January 31, 2014 Approved
Mozilla Thunderbird 24.2.0 909 Tuesday, December 10, 2013 Approved
Mozilla Thunderbird 24.1.1 665 Tuesday, November 19, 2013 Approved
Mozilla Thunderbird 24.1.0 682 Tuesday, October 29, 2013 Approved
Mozilla Thunderbird 24.0.1 665 Friday, October 11, 2013 Approved
Mozilla Thunderbird 24.0 638 Tuesday, September 17, 2013 Approved
Mozilla Thunderbird 17.0.8 729 Tuesday, August 6, 2013 Approved
Mozilla Thunderbird 17.0.7 652 Wednesday, June 26, 2013 Approved
Mozilla Thunderbird 17.0.6 629 Wednesday, May 15, 2013 Approved
Mozilla Thunderbird 17.0.5 606 Wednesday, May 15, 2013 Approved
Mozilla Thunderbird 16.0.1.2 738 Monday, October 29, 2012 Approved
Mozilla Thunderbird 16.0.1.1 490 Monday, October 29, 2012 Approved
Mozilla Thunderbird 16.0.1 499 Monday, October 29, 2012 Approved

31.6.0.20150405: Fixed error caused by misuse of -installArgs. The package now uses -packageParameters for the locale override.


This package has no dependencies.

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