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,491,018

Downloads of v 102.1.2:

22,226

Last Update:

09 Aug 2022

Package Maintainer(s):

Software Author(s):

  • Mozilla

Tags:

mozilla thunderbird email admin foss cross-platform

Mozilla Thunderbird

This is not the latest version of Mozilla Thunderbird available.

  • 1
  • 2
  • 3

102.1.2 | Updated: 09 Aug 2022

Downloads:

3,491,018

Downloads of v 102.1.2:

22,226

Software Author(s):

  • Mozilla

Mozilla Thunderbird 102.1.2

This is not the latest version of Mozilla Thunderbird available.

  • 1
  • 2
  • 3

All Checks are Passing

3 Passing Tests


Validation Testing Passed


Verification Testing Passed

Details

Scan Testing Successful:

No detections found in any package files

Details
Learn More

Deployment Method: Individual Install, Upgrade, & Uninstall

To install Mozilla Thunderbird, run the following command from the command line or from PowerShell:

>

To upgrade Mozilla Thunderbird, run the following command from the command line or from PowerShell:

>

To uninstall Mozilla Thunderbird, run the following command from the command line or from PowerShell:

>

Deployment Method:

NOTE

This applies to both open source and commercial editions of Chocolatey.

1. Enter Your Internal Repository Url

(this should look similar to https://community.chocolatey.org/api/v2/)


2. Setup Your Environment

1. Ensure you are set for organizational deployment

Please see the organizational deployment guide

2. Get the package into your environment

  • Open Source or Commercial:
    • Proxy Repository - Create a proxy nuget repository on Nexus, Artifactory Pro, or a proxy Chocolatey repository on ProGet. Point your upstream to https://community.chocolatey.org/api/v2/. Packages cache on first access automatically. Make sure your choco clients are using your proxy repository as a source and NOT the default community repository. See source command for more information.
    • You can also just download the package and push it to a repository Download

3. Copy Your Script

choco upgrade thunderbird -y --source="'INTERNAL REPO URL'" --version="'102.1.2'" [other options]

See options you can pass to upgrade.

See best practices for scripting.

Add this to a PowerShell script or use a Batch script with tools and in places where you are calling directly to Chocolatey. If you are integrating, keep in mind enhanced exit codes.

If you do use a PowerShell script, use the following to ensure bad exit codes are shown as failures:


choco upgrade thunderbird -y --source="'INTERNAL REPO URL'" --version="'102.1.2'" 
$exitCode = $LASTEXITCODE

Write-Verbose "Exit code was $exitCode"
$validExitCodes = @(0, 1605, 1614, 1641, 3010)
if ($validExitCodes -contains $exitCode) {
  Exit 0
}

Exit $exitCode

- name: Install thunderbird
  win_chocolatey:
    name: thunderbird
    version: '102.1.2'
    source: INTERNAL REPO URL
    state: present

See docs at https://docs.ansible.com/ansible/latest/modules/win_chocolatey_module.html.


chocolatey_package 'thunderbird' do
  action    :install
  source   'INTERNAL REPO URL'
  version  '102.1.2'
end

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


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

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


package { 'thunderbird':
  ensure   => '102.1.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 09 Aug 2022.

Description

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

Package Parameters

  • /l:LOCALE - Install given Firefox locale. See the official page for a complete list of available locales.
  • /UseMozillaFallback Makes a request to mozilla.org and reads the supported Language Culture code from the website.
  • /NoStop - Do not stop Thunderbird before running the install if it is running or attempt to restart it after install.

Command-line options for installer configuration. See the official page for details and defaults.

  • /InstallDir:PATH
  • /NoTaskbarShortcut Do not create Taskbar Shortcut
  • /NoDesktopShortcut Do not create Desktop Shortcut
  • /NoStartMenuShortcut Do not create Start Menu Shortcut
  • /NoMaintenanceService Do not install Maintenance Service
  • /RemoveDistributionDir Remove Distribution directory on installation/update. (This is the default behavior of the Thunderbird Installer, but not for this Chocolatey Package)
  • /NoAutoUpdate Sets a policies.json file to not update Thunderbird and does not install the Maintenance Service

Examples

choco install thunderbird --params "/l=en-GB"
choco install thunderbird --params "/NoTaskbarShortcut /NoDesktopShortcut /NoAutoUpdate"
choco install thunderbird --params "/UseMozillaFallback"
choco install thunderbird --params "/NoStop"

Notes

  • If locale package parameter is not present, this package installs Thunderbird in the first language which matches this list:
    1. If Thunderbird is already installed: the same language as the already installed Thunderbird.
    2. The Windows system language where the Thunderbird package gets installed.
    3. Language Culture code specified on Mozilla website (only when /UseMozillaFallback is specified).
    4. If Thunderbird does not support the system language, it will fallback to en-US.

tools\LanguageChecksums.csv
af|32|a83d5894c59f303fd919f0e5e3e65b24a7c13e5fc3a1e9bdde2831c9b9bf118b3ab18ace9e8419a2b6d74e4f2c7b7a811869b0a87ac0377b9d39fad1b0efc971
ar|32|eb817093ea3db3b9152377cb0b8fddfe19e3e98e12405f421c523f4d1e0672d322fd6e28542e5dfde552dafb67da4ea54b1212a5dd49fefa0b19b1917691a6f2
ast|32|6ea02349015cf3cea1cacb2e51ce6b252108d3fb1aece6801acaf7a927ee431a3da0a499e5d028a9c80ad104af42fe978f7e4fb621e3763e40a512543ef6a961
be|32|80d0b0599e7be92aa64b023795d4cba42bc3e86ba44ef44c5acf41c50d6507620c6dbf480b2cf9677029763aeb96c1ea44b4ea2d65ddd841c4e97fbfc388d4f0
bg|32|e7090bbd2c017ca83960fd0dac4bf100ed5ff186f78766d6bff170eceda86d930d5c960bd1f7a87944c9796344d22a91b6256ed8d8041ba919ac13fe2d45c229
br|32|a680b17f146fb1a840c2134e3b59eab0bbe201996eb482404a2267eb2f53065da968f43059b4d234ecd8fb7147df0c38d20d72fe74dcc6c2d9c02765851abf81
ca|32|763bfa2e77e053747b3165d7a986509183f3c848a48b4e4896ddf2f0572210e39be973b2ad851a4a500c40f83d76ad5c90277720df2d80801592950f168fcd7f
cak|32|17541a3e78bbbdf897b9d9b8b2450646b0222b3f32a772692417079fb227ce447e53e6573d2222471e697e2c981f9117f431e329999b871cecf5316186c916c1
cs|32|c1938867f684ac67d5196cc617d1093b2704955fbed61c90d489f43d0d9c1642f91eec4dfe39d11e4080e9721fcd344c0aaea5bcf66ffa2818cde94f7c582c9c
cy|32|7f99c62e673bc9e67f3c02f2b3e5c0bcb61a29691db7c1eae392fc5a6185124d68f00bacb8fa1bd5cac96ee983d1e35ef8c6092f9f402df8088516c7a1cd826b
da|32|87b9af72db2216e00af2a6c482c548a4d59b32913054a2342e8a3ecd47eff8c8f78b266b409beca8280db3e1a0ba2dc80dbcc7d26dd92ff30556a378ce9f452c
de|32|efa0f6823fb5af43e296c6689a5eb30af8bf5120d072ce22efcc2a5fa01d8cc15c5ed99105806d56f9362e5abc0752a9768bcb46baee06ebdac953c09ed6cfd8
dsb|32|620aaa782fa8b9bf344d2758dd77516db646d2e04bf9ad4ef0c64f840b3d2c3ea4180e3d0f5e29619180be98415fea057d88e7373f4b9eb63d4ecea9a8205182
el|32|0adfd20495a2432ed829eaf26742d896cc8b65a53fd69b94ca7d0f028f5c8a9a8e6199783fd371927997528a6ff4a245e79f2c6ed8bd412908bc16208155050e
en-CA|32|ef818117d7589d224a0b61163c7aa02e6b2c73f474224e17a59d58aa46f830b58932974ff1fa1b8b4b742306aafa3b41453afbc376d77bc0b8312edcd4d571b7
en-GB|32|3b7d54aa2462bf546a1c0d94f62fea698baa75dd6005dd6f02eec174cfad3b3319857bbbdda5366edbec7c5645b30e6d254294c723e6c56d5e4e1932c2a7a12f
en-US|32|dbd6620564b9a79a5554691af5d3284e59e64be0b339e5ba461a51d7e05b92769509be1f76520d5de82d6a6be7d7f2fe77e4ea07f3519f8af1e2e254fa1104e0
es-AR|32|350446147bb901f43d54b7d236684d2e331da8e0082daffb29d2379fe4f12d590c7cef3dc95fce2c47469a39ae31a21639b77afc1ce2f36dbecbb54dcf6a6cc7
es-ES|32|ba2ade2b412aae18faaede9912748d63fc7a7e8e91f9453a868faf69645739662b36951ceeee69cea7a020001bf2efabfb7e718328b1e61b0ec48ffb41b68535
es-MX|32|b7f512965dbf9b425fc1774a779a75acf2396534a449024adfb06449b1c6cec73df4a3826a05aa5634ac379a6a33298beaa184bd72963334bfc8e2ce7f324f9f
et|32|6ed3e24785916ef8362fe424aa16ca4852a262856810132be562a4a2df23712eadf2e06a55786fe956a84e217a458b92c83fe494a50b87c4c10030e721affa1f
eu|32|626be08c3425579f63ef9a0fef30233fe54dfd655ca0e6d674bef4e992449ecfbfbb40775d437fcbfd519dfa63a802358444f3744cacca0e723f9384154c6dd8
fi|32|15a85a919bae5c981a356e6098b0839f52b7368c4e7617182abb19bd50e49e60e85932c3ab10b636cf527f6360dd41356784002bb365ff780d8883e0efc048e0
fr|32|f5e1b0f705885e6e907766c256f078808bc9ecf9c72b9af71905e63089efa3d780ea264399b1920ea2cb538c527cb829dccb8a5827899ccac93fb4d73f65a7aa
fy-NL|32|4ad93029e02ccad1f71786d9adc0ec1e75890e4272ed6d60315240497b5d93f4f6012e510e0b06a815f4950eb8f72d8232066a3542829eecde6e88ce988c52e1
ga-IE|32|d1abdbdcdbc727b6f490902f75feef225b64aba60b2fd8764ee87c3be6249265dd73878aba2e79aec25929a41d930223c28359b4809e50d3b0029da304099c7e
gd|32|c0e5a60b101ca0caf9b4d1155cdb442b42f36d1ad3bad4a9be3ae1fb7f71977078e580783fe74ef8e1bddaceab804fd7d34fa6747300a24a4af69e427629804c
gl|32|7a4ae170d35f7291afa1097420f7aae060f02a78ce41be5d4c47738e2e55a21229133c97dc760e9cc6d8c633e138c5fb5328b674ea3bbe39a64a1e716f078dec
he|32|ca0e00703aaeed20b6090cc529575bbdf5529aadffaf26b3381d07b07d274bc6fb4c815fb02d9a9543ac8ceea3dfa214a7e08277c4459fcc36e4099b6bfee436
hr|32|28d698e3faacf91c76ba47cb55e33aa06402ba5128fb831dc2f7bfa60469e5c05f37a13331dccabc3e21d41ce2ec5b8b7f230ad4809f3bf6b061ab5cbc2cec00
hsb|32|148f8cc56d6fce6bcd9215e31220ea58f864170e260c33458dc73554c8a74b13f864133c514df5f108560f211ecaa55a604a8678915a9b4b5aeae4df2b4bca4b
hu|32|27a4598c7010f22a0c97f8f249bbc07a010ba8874159ede1e5f2a642997f3a2db65c06c0b23e380eec2f282c268c7bf714fe04014eb95ce00787e0594f57020f
hy-AM|32|61ccb3739869a299af9e9549783c213440de4d779635288658baf64fb22f294e10586c318419bdcbad6a9325d3cb51dcfd267dcfec1e57486a128dc82660d4c7
id|32|27ba00cc40264a64e19e27bba385073adf8365d055d168dfd82a0f815e06759cba1deb82aa46fa99377179f57d68068510c64022c0338c0db49fc0780bf58dc2
is|32|f9912a76d5f130776e34be26d525ca4c64d5cf87f9e7f83adca90dda25e001fcea84e2128e77242a776694ea48527c407f6dee21ff881b5f4b339383f94fbad2
it|32|53e24f03e88b76ff17f577607cb34f8fe13dec714b3e9d7570d1383b614d86f7164cb92bb6da802fb688079a24753662e6b202b7544b07e5d21ed64d4f1fb5dc
ja|32|4364778f10fa6da514152daaa364ff12f28aca80da361a617ba852c91fa8e1515d282099842ed7c80f5bb830573562f8393db8dfc8eb865292fe96b6e346e6bb
ka|32|f70d503b2fe3e4a7a786ac54d906e83ae88005cfbe489d3b861443ad6f44996c743ac27a894d6768c443a4e2c1482f591d2a829e32f39e4977907325e9ab06ea
kab|32|1c22d67f240d234756af51f76e6020cd18b7b4107b757355763aa8d285584a48b800531fd500ea60340812bc3227732b589685c833c50f25a9ca77ad578caeeb
kk|32|292bcdc896a49fb2aab1e779999cf5a07471ede1de5f393447f8b2f8a20193bccfd6547ead01ab5088b8a01761f2edb80dc43f0c60ba7f3b48314a693c55d2ae
ko|32|0cd3b865918fd35a35fb3cf78960b6b8aeb90d0369e73aefc0c095747b2be3bea5c0473d35b9a567db163fb8a629ad049afa57c2c5da67606b4456a8a10c4214
lt|32|6b11118449971f03591d679782430613ad779c78b3d795b8b6346d61d6fd723f247c4204026347e96c13ff452b168d49bccbf4b9ebb9e0b2d11e91a0e36b23fe
lv|32|37d2b219987d14d3c794fd3355d6876270cf9b600c60465a63873298fe3f1897709db94d22c14a8b8ca05efb0e0500dee9422095098acf4ecb7a95c4600ddda8
ms|32|38090838623bff6e83df138c8d8defe3e75e93f8023e11bbf3e8fba2cbeaa1da90c1082ae9cc0371486651542d0f0d08f1b15d406e1bcf18c77e8f66da8e5815
nb-NO|32|b5d0d198ec8f628606c9b0d03dcce22be763df8039b893c6214e0398d515db8b12c02199b7fefcc812dfa0913bb77c39902185a3fa15802eb19cadb3d44c0421
nl|32|045b25b07a0bd3a7a0b5da033392194e61166cb4a0e991b6295ef5559721b3e058e65ec21eddfc7a650befc7562bb3a3c2c1c2438dfaef6d5eb25c771f7e6e07
nn-NO|32|8b26e5d0604dfa90b4bf46ad1732e752d80483446984ef4fca36c6cbb154900bf1c31e4013bf10332870df9dfd75619c2277056fa94c6466210e4a09b48715bf
pa-IN|32|2ca581842220a7d1e8862957e54c4028085050908a67374c0670eb361a6a1ffa864f9cba68a470992a9886fec3dc3ec7be39e2b1f6e7c742985bf8c26062e068
pl|32|adf10e28b37d62f785c5c2e862c0c4107876119570c073da8a2564ab630a4f71b5aea7bffa1134168ffaa649ffc60018bfcff1b84faf73b472f6909e07d0c886
pt-BR|32|88cf4fbc48cd62e38e4552f4695ff5b968663570af94afde6c58f82f003d167d425acc54f7982be29a39a3ff9ba68bb77c9833f930b78b64b220bf18edf4453f
pt-PT|32|f42e803f2e765db0e5fc86e57823825e873e84f1b3fb6b8e392ecfad072bbe7b319d4adf3db91abf38cfb13a92765f048f4d605c3c4e50a7eb0f72964db32252
rm|32|47940244def89373a20b3b031b65fbb8942ad4e93bcd934f2caec35adfc89528795e4f5f08c598ce3d36ef2513a71cc8f05719b4be2d58f4cbf3a71603a88eb0
ro|32|c18e4125c6f679fc996585d5c0d2e3fe65d40bc7c06a55f926b400a4e3a89f05c9ac2bb0e3b0db0522f986885b286c92477be71b91bf454d7087a542bca04ab3
ru|32|9374d709a485d777b2b2fd3ef758ce14dc3e1102ac646cfed0f8707b3d47d81ba351a3c67290979818e81d6e470629222fac44fc2ea8cce93c9a9be84ce64811
sk|32|1b294d60debc77c95ea817c64ce2bae733547dd1835b0b0db3a65d638ae7542484435ee005ffaa092d47b5dd065a98d0c58661d756db613d1e5380d532ffa628
sl|32|4a91df39d38dac2e1729a41fc08129b655ac381906862d2c0c02220e7c0b8debb6eec692344a60848363197e7e4d379e9568256b7acbffc16fd6b7a4698bf82e
sq|32|cedcb48c728986c59c644a85b3761f831f2856ab26dce919eaa6ab604590618038d2f7df5443912f3d93b56b53e748948095d08b4dc05a38fd9fe97acdb8e387
sr|32|bdfe809ff9c1f9e6989e2fd0bb67bfd0de2491fb514efe45fd2a89eb92e6a17c37daf0748cdef509e2a81915cbd7f6bda55b36e4e2ac2d4db166d7a019c9597d
sv-SE|32|8bb1f5273f373c243a1074a2cff39e3dccecfe026bf55346fa847641e1e247517124465860922f336b80f26e0de56ed02c2da422c44b369dc82509fb63dcebbe
th|32|e6fc39d10bc597e1d7e36778e48403aae99b16e972e75a5e7bdc3cb2ba153c40e3db1b359c74af92bedc98743143af50bbf882225deb003d9b2f0163ed4ff7b4
tr|32|38941fb1d2ec75cd47f9957e25418c95e862f74cf2357b6cfa87a014fbc71b9ff9d742d05174d1e38ea827ce92323ffa2e324e1ad139d34ae2ebd41398062c4b
uk|32|23e5d5a7bc7dfa6cdebf06dbd5b28cd2fc28bdf7acbe66bcbf3f7aaa018f940b582d640b6656fe0b51e2fd442feb9eed59e6f7ded30c5226d4c8cc898e87e7cc
uz|32|7bff7947f169470faac3ed4bf1f807ee42782b96e50d6f5a425d984ef9ae720e6692a796fa04afccf5d17b3366c5ba604d33d320ba3eff37bd67cb11aced665f
vi|32|5b781f916cda82d7fb7139da3709a81ee80e7f61b7d903498d24788326d05a90e09cd9d72b2d0ea65ad7d51f01ad61696756b810f673c2e7ba9bfe4f1fa9a7ad
zh-CN|32|0632e80cd07a5db9aeebfabc25e6bf1151d7581686a6adea96b459ed472fc565133510de2572947fddac40bb420bcc8aeee7bb7ea8b6c28fe1f20c446c445cee
zh-TW|32|95ca6e39a94677dbcedc97b41761d4afb358548bbe52f19fc3c3594cb92c3d83c212f8d1defc656ee43b638d6b85377ab92d416870163e7866e420e8c97a459d
af|64|474ec94a8fc4323325245f84bbfb8092588152142bdeff84ef4647f26619611d6ad50edabfac5d575efd92985f664f7349bf7f7faea8554491f2575fe84b5124
ar|64|0d8c68fbbdfd7a41791838e82aff8b903a8561dbb2010671d3a81b9492a3db33e7bdc85658511e8ee1d1a8e4bab2d219edf69fabf8ec4a937d0902ef2752d6a1
ast|64|61006cd8162eef56afbed88d7286d53af18255b1e25e68c641b03ac9859fbd49c63fd4f6cd0a02f93036eec5dd04655d3218f02024d66ab1eda689f6d0ffa4bd
be|64|2c2be9d1d0677f3f8a6979ff2e54ea4d0117655943e8b4a6e9651f840c2bdc76293a1dcb11b3b68df52c9c0131a4fc41859d5fed06e39e0c2564650bde42b39d
bg|64|07f8b93784b4134df73dcd410f6556f2efe35f8162e00c8b044ca2aae976266051d604026d800a6dc43d950ae197bea01b2c65f6cf8a5e74540dd567660e672d
br|64|d3fde67bab154cd1b998f02208cfed4af3275c691b808f1fe2baf71c6f3ca8401ce82a6309621c6ad615cf4c7d9eed9c5dd8b1bd562d54abb1f69dd38751c550
ca|64|b4ac640e1d932d352fc7446f21fa98939914be6bc684f7230d832b8914446199aed8ec804396d60df86af5a47164b137f08ea813ce48fc29f74182025ad05e53
cak|64|e0e34103fcf218d73d094f73f128e8616922b15243ed50ce6aa1167384e081a5e36eddfabeb73423d37b098669d1701694bc84b0aa5c8697e161567d7664252f
cs|64|15eea1fbe76ad55c6b8467d220ab441285fd01deb5b790b758f041a9475dfd8d7e024bfb86c1da233d6683a1c6072140d93b98fb39db1d35dd05edda763100b4
cy|64|d8e1cddcad013da93bb86fdf43cffa27233a6ecc0be9eae55f96804ef08205cec94137d946c6643e6702c0c0bc2f0fa169a8a2bc681420fd448297928d3cbe7a
da|64|e98a5c3cd7795b3dcbd1869c03c84e4bbaa02627cf580913076d73599f162f5e5997b490f01215fbbc940aa3c7650a35f3f438d07ab5169bc01b2f614499b09b
de|64|7a2065451399a142291630926e03912e075cd23fba97da590bd2aaf7b08c50814484659d4346bb931344cc8318639a47a04cb1da024ed947962c877be1b54117
dsb|64|645d3769c69e6f25c5f8f4eb2d0d8c0c62e6daa8ecc7206f0ab2c3adc94af1d2edda027bb1b96ade5df657a1455d22ea0a2dd2c7750b7f6c95fb76e2b604a50c
el|64|0054f6ba5a2e5be83833001626d5a12ca2268d4f2e408b110fbc7dd8bfc2ca24d43e1358f9245dfb3c05bd0d89fd103e9cda3b49d154a6dc5c4f2d361b5f2894
en-CA|64|45a98d51b13f960a9959eb8257fce47ab04edddca39fc9c28552dcc74f33d09780877fc9f12029bcaab6f93238afb29be4ca6d5ca6e10f73255b2987054cb842
en-GB|64|e88cc6f79b26d0409b64c47c0b45f2736f9deff8d51ab19090414a19e2318e2adc015f45e0b0505ef98d6f1808a9f9162979729ea6edaaf129d621374dee96ca
en-US|64|f376ba87ecc3bf0fc9dda53870ea25bbb0e4f230d48d389fd6b96df3f07328cc1675c9795bb3eb2ac7d81f7fb19d177fb3922cd0ded1d8b7390c2d906f6b5a9c
es-AR|64|4328d8aa674614d61a8464cfc3b938c6d9d4cc49a560904a6b4b755284afdc7e98e38f60086c815c2671b1c50af8868737211a07532ce1c5c3d6d24134272357
es-ES|64|f92117bf09c8ddd6c1047eaf77220aca333db3a936ca048a50e9d67c0a28582695f85398620e3c519400c20ccaaaa20cc4e72c7b9cc5ed5011728b5aed280b24
es-MX|64|8e7a4b3868dcdf10e33d93f678263d2f4a49980584486baa905f715f981b7847564a661d4f07a2ba3c696b430eacc79c950f25309d2c2fd57d1bb430b20f8154
et|64|05b6ac15aee110f745476f8ac69345600ee129192ce38a42504ae5ffc43b4823a4726e1f614be1d017ad4d07284f9cc9db11f943bfd8de96ccc7427f4ce635e6
eu|64|5aabc6ce598e0416f3875f6ba5cac9d2d192ebd3091da05b550416b225e49fbdbf929a4efe176f0f6ac8bbfc33c5cce74913f6dd72fe97b5ba64234be27522dc
fi|64|7a93f4f510c32e5280a0897bfd9f2b77834fa621f6c66854dfe48e99f1a40eab049a532465b090aea54fe4c6555a6e6b0af384b2c33a4330ff3ba77aac8653a6
fr|64|e6bdce92db6a3e27ed0a54cca1a2096ff311f3678b9e9033554d987d92bd32fb65d0a86877171c3051e6325d7df2091cc49a6fe8eefe93ac6bce9892cf7365b3
fy-NL|64|d4d44418c4489c82f43f4839b2ed2942cf018d39b0b33c6bc42ddd22765a755afcce9fb2485eb8373379150d4b431e18631c26e60f72cef085bfa4c2e0f3c48f
ga-IE|64|d8f10ca51196d5512e6c333045e555b06240b2b55e4a43e838741a5ef7b26059fab8e7fb6f348720153214dae31dbe93f2e963a79242e0fe2b8fbb52a1dd0571
gd|64|3daa6f73550cb24fc01a39c347f684d247549113fde600e0d80307f4fb9d77ab1d76bc58d59957d89512b58c523ee7e8da24ffce7e4914474618943a797c20d0
gl|64|f22cb91233a0b218124db132028c032f9fd8aab11912d71ec1f6d2e623addaff11e195c453dcfc33ee6b286829a0a33c0110826733d259135a9dc65a57916f7d
he|64|ffc697eeb0d1800e351c1e662e47e27b8390cc1d4cc6e2fb33d6cb6bce5faa07325178236ea6b2ac36e91853a2ee6934bc3d3909db0089b45ca75f6c962eaa3b
hr|64|6c4f62605186fa5cfc8e612ffe537747add61f37d2c534e8ac936448ebb66c1f334cbffbd14fd48340043071a2207e716345e7f0dbb6965bd6ab6c0f8d28c17e
hsb|64|7a21f2eac4acca1d175049d17f1e0e50fe605097b84109918163f630dc051deb095a549163218c38e142c8c614ec09a7e74fccca033d525233f2ca91891204d1
hu|64|5940020983f38cd11c428f6bc3264dac5a7027e3adafa68653e27c5cb0eae8913b5cefbdaee9f67d86321d66f1b716e46e6b83ae504ff2cdb1c75d581c67ebd9
hy-AM|64|5b3ab6965af3057b3f08fb87408ae6cdb9fa2c3fe494a485847f87e6e74b0a0de43cba6236b55d0321c2c95a4761c0df9f1cacdace17c0cb1b91957423c4657d
id|64|2d33dd36aec2a6112be34bce7e4c5e0a364da00e24ca51692a45632d51255334fe79877f37b4ebf60cb5f98a97aebfcb7e9e2310ccd99085d8c2ed5719ea6e71
is|64|27dfb457f14376f5481bc6cddc3e8ed4849e23eea1a7a3802917555e91efcd63937ea61d12e536f6db776d934e565b16fd8ebe9466ef64e4150ed2fc434839f5
it|64|127a90b3d465b69953d4ff0b8f45e0b7c4415ccf9359ded6514481f885486d4e8260f9634ccf617d588dd2bf548f51952260cfd33ae5429c53496f7d0b50720c
ja|64|8b441171ddc0b7992ef7705ae36a5301ad24309d9de368ac15a9e76b48ccd95338350ea69ca1af0adaa6d4ebfabe3f52a80d607a786dd26b48b97a4323e1ef63
ka|64|76bb7ba989272ef2b038af0f0ca8786e0168228d26c7342d94745f5014571cbfdb98bc4f704840cb64f02b76e857dbcb033df716d538d72a71c1277535184fd3
kab|64|d2d123a5f9ad0457036b801574212e83dd166d18b6b3e1123b4c6b5053cc6a496469f1392fbefbfc4b92e734fa1393fed09f5321062713f78eed3f540ffbe641
kk|64|91789294e8a3c66160a49d594b184390a11ce744eefa6d955c6734e76a4483e77dd4c5614c51c60968a220c30a013a3ec03fdb6b36886b75aadf5d226a9ea164
ko|64|c2cad8e13d36f415e029a3e2859122d14edadc3d6f04bf7ba73f31970cae443f10d50ade1b7aed783e2b2a70d7ae73fb0be3aac64d0ac1e35df812a9bd6d45cf
lt|64|bcff557981cbe7119fa0c3ea792118e1cd3f08e2ea5d277b8834eae3cc99370106fe42345d93992520900c455c6d1ea221669ba550c32c1eaf390b1eef097a4f
lv|64|a901bd0b38f84ec56086791ecd23b27f26ee73103ac81e390917952953ebf1c7f9344b6128fb07312c0475b8a2adee44ed41f4997f0644aa8089203f5d941a5a
ms|64|c16063dfcb462b7745d094266d12e2c61383fb87dc6f2bb0f4e8ae9bfe9710e670d9983fb05476a42e842c9935706f7573c20367e49a98ecdc26f78fb8d77dd5
nb-NO|64|d8c23dcb20c4d8e0d43670433e483063d133a31619f8b62b8b953bc712392b34c0cc4adac73e6ec3a520a28d09ffde4e25d437705dbda4d7ae3c50b068a39ab9
nl|64|2f89ad6d794f874d37bc199e062d488608f3da1d03ae921e5c580f92be3cf67a920a62a332f82eb21e2704e3893197d88f5a004da6d9bf61ed111928c776ca06
nn-NO|64|baa964db90582422dc60a729b2ea7970ae338fa5835339ec1108487dfa10580ae841ca8afa7cad2cad910a16eb690f214e80ffe0159b0e217172efa5a87529b3
pa-IN|64|5d84843e16a8dd4b7778692dadedacf5df069a9960b6619fdccf4dd1a22d19695d3a27c39adecbd687980c1476d6599e0dc84b66d08328139092bd303c6a1b04
pl|64|f0be3b09440cc392aaa371220d2831e9cffc4f17ba485a6a4de704bdc991cf0c27856150c853ebb861a0b043aa648e0760a6d7e136bcf05ffcf3491c7c36a9b6
pt-BR|64|6a601596fc5dac4fa11e9802f0fcf101dafcd9d00a34b8c1b5de9afe98a0cce840149e24c589267c32adad0bb5ade324f61fc96a7dbbbdbf7625a0c57aed07df
pt-PT|64|1c75fdb6803ac59fe8f4e4426553ad464681afa2d08d62d5e14d6ebaddd596ded60246440fe49a5b7f01a3e2ab1c96871ae0260699cad3f6a17b5198c1fa2a12
rm|64|68553498c85e1bb926cdb12983b6e387b84ca5f6f92181956832fcf6889d814fd00f3e5b5da07c11d57716a0979bd491bd38827cb73232fb6771ba4080861a94
ro|64|61bbda439799723b8b8bbb01c66f02084f976cc3fdc2f7376b28c986de65f4109bd9b6d2d4dccc6e7b3251434453971068f11991e8e41a2e27a29154abc7a613
ru|64|1a3d86faeacefad8e7a3de5fbb8617ed28ec1234438deacfe1950e7f0d5f1aeaa5a769bb93fb88931478c416fabd901e633995c5cec80d963fe4d07e56ce7a51
sk|64|aa705985dedc4696202945a7ce82efe29505690e7ca147c1ead459f238e152e687fc5a3253983219e569e3502b2abe8cddb902aaac275b931df31bae1a0998b6
sl|64|91aa2fa1511dc11a97ec948f9f18083589c9d41cc52219b6c525c29309cef7c6f7b84aebdb4b322e735aebc0bc889b38e1ce12c9e71c48442f88a1803161c9f6
sq|64|8a00c595389979ffe2f588f199888646e612339a3e40181d8cbceff1cf4bbf2286f38d1ab7acc6a967ff0f157961c74d740510d71d418fb79580db20804d274e
sr|64|53794d80d780f9cd29abdcb31588b2f0f7da7080687ea7c467914b478b3a116f431feb8f074f9cb305d523e871de5affad7dad5238ccedd747f51ca60a8a56e4
sv-SE|64|faed67fd5337d9bafc42ce602801d9328948dc22a9396ae2a4cce2f53a334d7b748eb4ed4a09f71744d6178a7fbfada34b72033ce8118dd9e76965d8bddc7f64
th|64|09ea007ce916d8fe0e9b4f17c8640ed577214319c0204dbab73fef7e909fd0698b180879432b0eaa86db1360d076b04ef20f05c031bd33a7187710704b1b3bf3
tr|64|05c7de3b16777ae9fb73ca9d244730acf60289f57637a59b00255652836f5bf087b910c2f038e9ac831899160bcbc950c94993f2cc7ac6a56dcb220aa6a6f34e
uk|64|204421ac7f0cc37a146b154634088e8c3de4076715bee254e276df36890cf612d9e669753b2e3ffa6b0e95b4250e573c37e990c93947e0e66fcfc275fb8aa863
uz|64|b03b7deea15f287e896763f7d59e1384642a7422de535f1be402f39d024eff4fcf7882ca8ad79290af49be3bc7ebf0bcf396e5bfc3a6f3a8b0051ca71fdc4bfe
vi|64|bde06aabc199ddfbd5998054e13d9fec6110c11d9ae11382c5c3ffb1d9f3654631ca62770ee1abb52546877157f81742d15d45adfbca738b9212d2edba8e7903
zh-CN|64|50292654e87b0b4ab4fd80bd48f5f0b3d1582978f89324eec23925685d9d724f84c024d62887447f0ae1840d8f27f216949e656945d5b116361d38bef63d3ed7
zh-TW|64|529fc0b5786871e5cba9d7839d12f9a320ef4ee4a7e7aff8de85990760870ef10e7e770f2f6b3974bfa71334941db954f29708398d95b2705fec2000715df316
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\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\chocolateyInstall.ps1
# This is the general install script for Mozilla products (Firefox and Thunderbird).
# This file must be identical for all Choco packages for Mozilla products in this repository.

$ErrorActionPreference = 'Stop'

$toolsPath = Split-Path $MyInvocation.MyCommand.Definition
. $toolsPath\helpers.ps1

$packageName  = 'thunderbird'
$softwareName = 'Mozilla Thunderbird'

$pp = Get-PackageParameters

if (Get-32bitOnlyInstalled -product $softwareName) { Write-Host 'Detected the 32-bit version of Thunderbird on a 64-bit system. This package will continue to install the 32-bit version of Thunderbird unless the 32-bit version is uninstalled.' }

$sa = ""

# Command Line Options from the Thunderbird (and Firefox) installer
# https://firefox-source-docs.mozilla.org/browser/installer/windows/installer/FullConfig.html

# Always prevent Thunderbird installer to require a reboot
$sa += " /PreventRebootRequired=true"

# Prevent RemoveDistributionDir by default
$sa += " /RemoveDistributionDir=false"


$sa += if ($pp.InstallDir) { " /InstallDirectoryPath=" + $pp.InstallDir }

$sa += if ($pp.NoTaskbarShortcut) { " /TaskbarShortcut=false" }

$sa += if ($pp.NoDesktopShortcut) { " /DesktopShortcut=false" }

$sa += if ($pp.NoStartMenuShortcut) { " /StartMenuShortcut=false" }

$sa += if ($pp.NoMaintenanceService) { " /MaintenanceService=false" }

$sa += if ($pp.RemoveDistributionDir) { " /RemoveDistributionDir=true" }

$sa += if ($pp.NoAutoUpdate) { " /MaintenanceService=false" }

$alreadyInstalled = (AlreadyInstalled -product $softwareName -version '102.1.2')
if ($alreadyInstalled -and ($env:ChocolateyForce -ne $true)) {
  Write-Host "Thunderbird is already installed. No need to download and re-install."
  return
}

$tbProcess = Get-Process thunderbird -ea 0
if ($tbProcess) {
  if ($pp.NoStop) {
    Write-Warning "Not stopping running thunderbird process"  
  } else {
    Write-Host 'Stopping running thunderbird process'
    Stop-Process $tbProcess
    # We make an assumption that the first unique item found
    # will be have the path to the process we want to restart.
    $tbProcess = $tbProcess.Path | Select-Object -Unique -First 1
  }
}

$locale = 'en-US' #https://github.com/chocolatey/chocolatey-coreteampackages/issues/933
$locale = GetLocale -localeFile "$toolsPath\LanguageChecksums.csv" -product $softwareName
$checksums = GetChecksums -language $locale -checksumFile "$toolsPath\LanguageChecksums.csv"

$packageArgs = @{
  packageName = $packageName
  fileType = 'exe'
  softwareName = "$softwareName*"

  Checksum = $checksums.Win32
  ChecksumType = 'sha512'
  Url = "https://download.mozilla.org/?product=thunderbird-102.1.2-SSL&os=win&lang=${locale}"

  silentArgs     = "$sa /S"
  validExitCodes = @(0)
}

if (!(Get-32bitOnlyInstalled($softwareName)) -and (Get-OSArchitectureWidth 64)) {
  $packageArgs.Checksum64 = $checksums.Win64
  $packageArgs.ChecksumType64 = 'sha512'
  $packageArgs.Url64 = "https://download.mozilla.org/?product=thunderbird-102.1.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
}

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.9.0 34003 Tuesday, March 19, 2024 Approved
Mozilla Thunderbird 115.8.1 27793 Tuesday, March 5, 2024 Approved
Mozilla Thunderbird 115.8.0 27113 Wednesday, February 21, 2024 Approved
Mozilla Thunderbird 115.7.0 36209 Wednesday, January 24, 2024 Approved
Mozilla Thunderbird 115.6.1 27360 Tuesday, January 9, 2024 Approved
Mozilla Thunderbird 115.6.0 29835 Tuesday, December 19, 2023 Approved
Mozilla Thunderbird 115.5.2 22365 Tuesday, December 12, 2023 Approved
Mozilla Thunderbird 115.5.1 27032 Tuesday, November 28, 2023 Approved
Mozilla Thunderbird 115.5.0 18696 Wednesday, November 22, 2023 Approved
Mozilla Thunderbird 115.4.3 20176 Wednesday, November 15, 2023 Approved
Mozilla Thunderbird 115.4.2 22743 Wednesday, November 8, 2023 Approved
Mozilla Thunderbird 115.4.1 25989 Thursday, October 26, 2023 Approved
Mozilla Thunderbird 115.3.3 20805 Wednesday, October 18, 2023 Approved
Mozilla Thunderbird 115.3.2 22130 Wednesday, October 11, 2023 Approved
Mozilla Thunderbird 115.3.1 24333 Friday, September 29, 2023 Approved
Mozilla Thunderbird 115.3.0 12346 Wednesday, September 27, 2023 Approved
Mozilla Thunderbird 115.2.3 19520 Thursday, September 21, 2023 Approved
Mozilla Thunderbird 115.2.2 21637 Wednesday, September 13, 2023 Approved
Mozilla Thunderbird 115.2.1 6744 Tuesday, September 12, 2023 Approved
Mozilla Thunderbird 115.2.0 25410 Wednesday, August 30, 2023 Approved
Mozilla Thunderbird 115.1.1 25976 Wednesday, August 16, 2023 Approved
Mozilla Thunderbird 115.1.0 24911 Wednesday, August 2, 2023 Approved
Mozilla Thunderbird 115.0.1 26993 Thursday, July 20, 2023 Approved
Mozilla Thunderbird 115.0.0 23753 Wednesday, July 12, 2023 Approved
Mozilla Thunderbird 102.13.0 15988 Saturday, July 8, 2023 Approved
Mozilla Thunderbird 102.12.0 35795 Thursday, June 8, 2023 Approved
Mozilla Thunderbird 102.11.2 24972 Saturday, May 27, 2023 Approved
Mozilla Thunderbird 102.11.1 11220 Thursday, May 25, 2023 Approved
Mozilla Thunderbird 102.11.0 27747 Wednesday, May 10, 2023 Approved
Mozilla Thunderbird 102.10.1 29000 Tuesday, April 25, 2023 Approved
Mozilla Thunderbird 102.10.0 27105 Tuesday, April 11, 2023 Approved
Mozilla Thunderbird 102.9.1 26546 Wednesday, March 29, 2023 Approved
Mozilla Thunderbird 102.9.0 25477 Thursday, March 16, 2023 Approved
Mozilla Thunderbird 102.8.0 35688 Thursday, February 16, 2023 Approved
Mozilla Thunderbird 102.7.2 21416 Wednesday, February 8, 2023 Approved
Mozilla Thunderbird 102.7.1 19913 Wednesday, February 1, 2023 Approved
Mozilla Thunderbird 102.7.0 24091 Friday, January 20, 2023 Approved
Mozilla Thunderbird 102.6.1 36186 Wednesday, December 21, 2022 Approved
Mozilla Thunderbird 102.6.0 20234 Wednesday, December 14, 2022 Approved
Mozilla Thunderbird 102.5.1 25085 Thursday, December 1, 2022 Approved
Mozilla Thunderbird 102.5.0 26019 Wednesday, November 16, 2022 Approved
Mozilla Thunderbird 102.4.2 24254 Friday, November 4, 2022 Approved
Mozilla Thunderbird 102.4.1 20784 Thursday, October 27, 2022 Approved
Mozilla Thunderbird 102.4.0 16158 Thursday, October 20, 2022 Approved
Mozilla Thunderbird 102.3.3 20297 Wednesday, October 12, 2022 Approved
Mozilla Thunderbird 102.3.2 18373 Friday, October 7, 2022 Approved
Mozilla Thunderbird 102.3.1 18882 Thursday, September 29, 2022 Approved
Mozilla Thunderbird 102.3.0 19812 Wednesday, September 21, 2022 Approved
Mozilla Thunderbird 102.2.2 23179 Thursday, September 8, 2022 Approved
Mozilla Thunderbird 102.2.1 17981 Thursday, September 1, 2022 Approved
Mozilla Thunderbird 102.2.0 19357 Tuesday, August 23, 2022 Approved
Mozilla Thunderbird 102.1.2 22226 Tuesday, August 9, 2022 Approved
Mozilla Thunderbird 102.1.1 11471 Saturday, August 6, 2022 Approved
Mozilla Thunderbird 102.1.0 17232 Friday, July 29, 2022 Approved
Mozilla Thunderbird 102.0.3 18718 Wednesday, July 20, 2022 Approved
Mozilla Thunderbird 102.0.2 19772 Tuesday, July 12, 2022 Approved
Mozilla Thunderbird 102.0.1 14109 Thursday, July 7, 2022 Approved
Mozilla Thunderbird 102.0 20681 Wednesday, June 29, 2022 Approved
Mozilla Thunderbird 91.10.0 31580 Wednesday, June 1, 2022 Approved
Mozilla Thunderbird 91.9.1 21171 Friday, May 20, 2022 Approved
Mozilla Thunderbird 91.9.0 26197 Wednesday, May 4, 2022 Approved
Mozilla Thunderbird 91.8.1 24073 Tuesday, April 19, 2022 Approved
Mozilla Thunderbird 91.8.0 22309 Wednesday, April 6, 2022 Approved
Mozilla Thunderbird 91.7.0 30208 Thursday, March 10, 2022 Approved
Mozilla Thunderbird 91.6.2 14306 Sunday, March 6, 2022 Approved
Mozilla Thunderbird 91.6.1 23246 Friday, February 18, 2022 Approved
Mozilla Thunderbird 91.6.0 19925 Wednesday, February 9, 2022 Approved
Mozilla Thunderbird 91.5.1 23607 Tuesday, January 25, 2022 Approved
Mozilla Thunderbird 91.5.0 22085 Wednesday, January 12, 2022 Approved
Mozilla Thunderbird 91.4.1 25558 Monday, December 20, 2021 Approved
Mozilla Thunderbird 91.4.0.20211214 16783 Tuesday, December 14, 2021 Approved
Mozilla Thunderbird 91.4.0 18883 Tuesday, December 7, 2021 Approved
Mozilla Thunderbird 91.3.2 27010 Friday, November 19, 2021 Approved
Mozilla Thunderbird 91.3.1 14271 Tuesday, November 16, 2021 Approved
Mozilla Thunderbird 91.3.0 22529 Wednesday, November 3, 2021 Approved
Mozilla Thunderbird 91.2.1 22514 Friday, October 22, 2021 Approved
Mozilla Thunderbird 91.2.0.20211014 17812 Thursday, October 14, 2021 Approved
Mozilla Thunderbird 91.2.0 19157 Friday, October 8, 2021 Approved
Mozilla Thunderbird 91.1.2 22912 Tuesday, September 28, 2021 Approved
Mozilla Thunderbird 91.1.1 21684 Friday, September 17, 2021 Approved
Mozilla Thunderbird 91.1.0 20824 Tuesday, September 7, 2021 Approved
Mozilla Thunderbird 91.0.3 20663 Thursday, August 26, 2021 Approved
Mozilla Thunderbird 91.0.2 10469 Monday, August 23, 2021 Approved
Mozilla Thunderbird 91.0.1 14191 Tuesday, August 17, 2021 Approved
Mozilla Thunderbird 78.12.0 28781 Wednesday, July 14, 2021 Approved
Mozilla Thunderbird 78.11.0 31889 Thursday, June 3, 2021 Approved
Mozilla Thunderbird 78.10.2 21024 Tuesday, May 18, 2021 Approved
Mozilla Thunderbird 78.10.1 19257 Wednesday, May 5, 2021 Approved
Mozilla Thunderbird 78.10.0 20990 Monday, April 19, 2021 Approved
Mozilla Thunderbird 78.9.1 18523 Friday, April 9, 2021 Approved
Mozilla Thunderbird 78.9.0 19264 Wednesday, March 24, 2021 Approved
Mozilla Thunderbird 78.8.1 21141 Tuesday, March 9, 2021 Approved
Mozilla Thunderbird 78.8.0 18872 Wednesday, February 24, 2021 Approved
Mozilla Thunderbird 78.7.1 22957 Saturday, February 6, 2021 Approved
Mozilla Thunderbird 78.7.0 17626 Wednesday, January 27, 2021 Approved
Mozilla Thunderbird 78.6.1 20304 Tuesday, January 12, 2021 Approved
Mozilla Thunderbird 78.6.0 20519 Monday, December 21, 2020 Approved
Mozilla Thunderbird 78.5.1 20565 Friday, December 4, 2020 Approved
Mozilla Thunderbird 78.5.0 18712 Thursday, November 19, 2020 Approved
Mozilla Thunderbird 78.4.3 14891 Wednesday, November 11, 2020 Approved
Mozilla Thunderbird 78.4.2 10861 Tuesday, November 10, 2020 Approved
Mozilla Thunderbird 78.4.1 9263 Friday, November 6, 2020 Approved
Mozilla Thunderbird 78.4.0 20203 Thursday, October 22, 2020 Approved
Mozilla Thunderbird 78.3.3 11714 Saturday, October 17, 2020 Approved
Mozilla Thunderbird 78.3.2 17161 Wednesday, October 7, 2020 Approved
Mozilla Thunderbird 78.3.1 16192 Saturday, September 26, 2020 Approved
Mozilla Thunderbird 78.3.0 5292 Friday, September 25, 2020 Approved
Mozilla Thunderbird 78.2.2 18567 Friday, September 11, 2020 Approved
Mozilla Thunderbird 78.2.1 16593 Sunday, August 30, 2020 Approved
Mozilla Thunderbird 78.2.0 9563 Wednesday, August 26, 2020 Approved
Mozilla Thunderbird 78.1.1 18424 Saturday, August 8, 2020 Approved
Mozilla Thunderbird 78.1.0 10124 Monday, August 3, 2020 Approved
Mozilla Thunderbird 78.0.1 14036 Wednesday, July 22, 2020 Approved
Mozilla Thunderbird 78.0 10393 Friday, July 17, 2020 Approved
Mozilla Thunderbird 68.10.0 17188 Wednesday, July 1, 2020 Approved
Mozilla Thunderbird 68.9.0 22046 Thursday, June 4, 2020 Approved
Mozilla Thunderbird 68.8.1 14085 Monday, May 25, 2020 Approved
Mozilla Thunderbird 68.8.0 18415 Tuesday, May 5, 2020 Approved
Mozilla Thunderbird 68.7.0 21867 Thursday, April 9, 2020 Approved
Mozilla Thunderbird 68.6.0 19682 Friday, March 13, 2020 Approved
Mozilla Thunderbird 68.5.0 28026 Wednesday, February 12, 2020 Approved
Mozilla Thunderbird 68.4.2 21219 Saturday, January 25, 2020 Approved
Mozilla Thunderbird 68.4.1 18626 Friday, January 10, 2020 Approved
Mozilla Thunderbird 68.3.1 18169 Tuesday, December 24, 2019 Approved
Mozilla Thunderbird 68.3.0 13338 Wednesday, December 4, 2019 Approved
Mozilla Thunderbird 68.2.2 34977 Thursday, November 7, 2019 Approved
Mozilla Thunderbird 68.2.1 16905 Friday, November 1, 2019 Approved
Mozilla Thunderbird 68.2.0 12470 Wednesday, October 23, 2019 Approved
Mozilla Thunderbird 68.1.2 17503 Thursday, October 10, 2019 Approved
Mozilla Thunderbird 68.1.1 17706 Wednesday, September 25, 2019 Approved
Mozilla Thunderbird 68.1.0 17546 Wednesday, September 11, 2019 Approved
Mozilla Thunderbird 68.0 25986 Wednesday, August 28, 2019 Approved
Mozilla Thunderbird 60.8.0 34700 Wednesday, July 10, 2019 Approved
Mozilla Thunderbird 60.7.2 18394 Friday, June 21, 2019 Approved
Mozilla Thunderbird 60.7.1 11125 Thursday, June 13, 2019 Approved
Mozilla Thunderbird 60.7.0 20023 Wednesday, May 22, 2019 Approved
Mozilla Thunderbird 60.6.1 45020 Monday, March 25, 2019 Approved
Mozilla Thunderbird 60.6.0 8110 Wednesday, March 20, 2019 Approved
Mozilla Thunderbird 60.5.3 11750 Tuesday, March 5, 2019 Approved
Mozilla Thunderbird 60.5.2 8085 Tuesday, February 26, 2019 Approved
Mozilla Thunderbird 60.5.1.20190217 9103 Sunday, February 17, 2019 Approved
Mozilla Thunderbird 60.5.1 4665 Thursday, February 14, 2019 Approved
Mozilla Thunderbird 60.5.0 10665 Wednesday, January 30, 2019 Approved
Mozilla Thunderbird 60.4.0 15305 Friday, December 21, 2018 Approved
Mozilla Thunderbird 60.3.3 9160 Tuesday, December 11, 2018 Approved
Mozilla Thunderbird 60.3.2 9232 Friday, November 30, 2018 Approved
Mozilla Thunderbird 60.3.1 11040 Thursday, November 15, 2018 Approved
Mozilla Thunderbird 60.3.0 10554 Thursday, November 1, 2018 Approved
Mozilla Thunderbird 60.2.1 16918 Wednesday, October 3, 2018 Approved
Mozilla Thunderbird 60.0 24438 Monday, August 6, 2018 Approved
Mozilla Thunderbird 52.9.1 15822 Wednesday, July 11, 2018 Approved
Mozilla Thunderbird 52.9.0 7457 Wednesday, July 4, 2018 Approved
Mozilla Thunderbird 52.8.0 18799 Wednesday, May 23, 2018 Approved
Mozilla Thunderbird 52.7.0 20345 Saturday, March 24, 2018 Approved
Mozilla Thunderbird 52.6.0 23728 Friday, January 26, 2018 Approved
Mozilla Thunderbird 52.5.2 16329 Friday, December 22, 2017 Approved
Mozilla Thunderbird 52.5.0 14511 Friday, November 24, 2017 Approved
Mozilla Thunderbird 52.4.0 19508 Monday, October 9, 2017 Approved
Mozilla Thunderbird 52.3.0 17550 Thursday, August 17, 2017 Approved
Mozilla Thunderbird 52.2.1 12712 Saturday, June 24, 2017 Approved
Mozilla Thunderbird 52.2.0 6002 Thursday, June 15, 2017 Approved
Mozilla Thunderbird 52.1.1 9438 Tuesday, May 16, 2017 Approved
Mozilla Thunderbird 52.1.0 6389 Monday, May 1, 2017 Approved
Mozilla Thunderbird 52.0.1 7225 Saturday, April 15, 2017 Approved
Mozilla Thunderbird 52.0 3993 Monday, April 10, 2017 Approved
Mozilla Thunderbird 45.8.0 8813 Tuesday, March 7, 2017 Approved
Mozilla Thunderbird 45.7.1 8730 Wednesday, February 8, 2017 Approved
Mozilla Thunderbird 45.7.0 5623 Thursday, January 26, 2017 Approved
Mozilla Thunderbird 45.6.0 7042 Saturday, December 31, 2016 Approved
Mozilla Thunderbird 45.5.1 11791 Thursday, December 1, 2016 Approved
Mozilla Thunderbird 45.5.0.20161130 2135 Wednesday, November 30, 2016 Approved
Mozilla Thunderbird 45.5.0.20161128 2313 Monday, November 28, 2016 Approved
Mozilla Thunderbird 45.5.0 4822 Monday, November 21, 2016 Approved
Mozilla Thunderbird 45.4.0.20161024 8492 Monday, October 24, 2016 Approved
Mozilla Thunderbird 45.4.0.20161023 2220 Sunday, October 23, 2016 Approved
Mozilla Thunderbird 45.4.0 12296 Tuesday, October 4, 2016 Approved
Mozilla Thunderbird 45.3.0 34634 Wednesday, August 31, 2016 Approved
Mozilla Thunderbird 45.2.0 52857 Sunday, July 10, 2016 Approved
Mozilla Thunderbird 45.1.1 553 Monday, May 30, 2016 Approved
Mozilla Thunderbird 45.1.0 461 Wednesday, May 11, 2016 Approved
Mozilla Thunderbird 45.0 437 Sunday, May 8, 2016 Approved
Mozilla Thunderbird 38.7.0 7792 Wednesday, March 16, 2016 Approved
Mozilla Thunderbird 38.6.0 5837 Monday, February 15, 2016 Approved
Mozilla Thunderbird 38.5.1 6097 Thursday, January 7, 2016 Approved
Mozilla Thunderbird 38.5.0 2779 Wednesday, December 23, 2015 Approved
Mozilla Thunderbird 38.4.0 5539 Wednesday, November 25, 2015 Approved
Mozilla Thunderbird 38.3.0 5679 Wednesday, September 30, 2015 Approved
Mozilla Thunderbird 38.2.0 5538 Friday, August 14, 2015 Approved
Mozilla Thunderbird 38.1.0 3974 Friday, July 10, 2015 Approved
Mozilla Thunderbird 38.0.1 3299 Thursday, June 11, 2015 Approved
Mozilla Thunderbird 31.7.0 1882 Tuesday, June 2, 2015 Approved
Mozilla Thunderbird 31.6.0.20150405 3654 Sunday, April 5, 2015 Approved
Mozilla Thunderbird 31.6.0 788 Friday, April 3, 2015 Approved
Mozilla Thunderbird 31.5.0 2894 Tuesday, February 24, 2015 Approved
Mozilla Thunderbird 31.4.0 2555 Tuesday, January 13, 2015 Approved
Mozilla Thunderbird 31.3.0 2429 Tuesday, December 2, 2014 Approved
Mozilla Thunderbird 31.2.0 2434 Tuesday, October 14, 2014 Approved
Mozilla Thunderbird 31.1.2 1463 Wednesday, September 24, 2014 Approved
Mozilla Thunderbird 31.1.1 1072 Wednesday, September 10, 2014 Approved
Mozilla Thunderbird 31.1.0 985 Tuesday, September 2, 2014 Approved
Mozilla Thunderbird 31.0 1542 Tuesday, July 22, 2014 Approved
Mozilla Thunderbird 24.6.0 1506 Tuesday, June 10, 2014 Approved
Mozilla Thunderbird 24.5.0 1546 Tuesday, April 29, 2014 Approved
Mozilla Thunderbird 24.4.0 1509 Tuesday, March 18, 2014 Approved
Mozilla Thunderbird 24.3.0 1095 Tuesday, February 4, 2014 Approved
Mozilla Thunderbird 24.2.0.20140131 510 Friday, January 31, 2014 Approved
Mozilla Thunderbird 24.2.0 875 Tuesday, December 10, 2013 Approved
Mozilla Thunderbird 24.1.1 622 Tuesday, November 19, 2013 Approved
Mozilla Thunderbird 24.1.0 628 Tuesday, October 29, 2013 Approved
Mozilla Thunderbird 24.0.1 625 Friday, October 11, 2013 Approved
Mozilla Thunderbird 24.0 600 Tuesday, September 17, 2013 Approved
Mozilla Thunderbird 17.0.8 664 Tuesday, August 6, 2013 Approved
Mozilla Thunderbird 17.0.7 596 Wednesday, June 26, 2013 Approved
Mozilla Thunderbird 17.0.6 583 Wednesday, May 15, 2013 Approved
Mozilla Thunderbird 17.0.5 554 Wednesday, May 15, 2013 Approved
Mozilla Thunderbird 16.0.1.2 689 Monday, October 29, 2012 Approved
Mozilla Thunderbird 16.0.1.1 444 Monday, October 29, 2012 Approved
Mozilla Thunderbird 16.0.1 460 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