Welcome to the Chocolatey Community Package Repository! The packages found in this section of the site are provided, maintained, and moderated by the community.
Moderation
Every version of each package undergoes a rigorous moderation process before it goes live that typically includes:
- Security, consistency, and quality checking
- Installation testing
- Virus checking through VirusTotal
- Human moderators who give final review and sign off
More detail at Security and Moderation.
Organizational Use
If you are an organization using Chocolatey, we want your experience to be fully reliable. Due to the nature of this publicly offered repository, reliability cannot be guaranteed. Packages offered here are subject to distribution rights, which means they may need to reach out further to the internet to the official locations to download files at runtime.
Fortunately, distribution rights do not apply for internal use. With any edition of Chocolatey (including the free open source edition), you can host your own packages and cache or internalize existing community packages.
Disclaimer
Your use of the packages on this site means you understand they are not supported or guaranteed in any way. Learn more...
- Passing
- Failing
- Pending
- Unknown / Exempted

Downloads:
4,358
Downloads of v 0.7:
674
Last Update:
05 Feb 2017
Package Maintainer(s):
Software Author(s):
- Trojita team
Tags:
trojita e-mail qt qt5 kde mail client imap admin- Software Specific:
- Software Site
- Software License
- Package Specific:
- Package Source
- Package outdated?
- Package broken?
- Contact Maintainers
- Contact Site Admins
- Software Vendor?
- Report Abuse
- Download

Trojitá
- Software Specific:
- Software Site
- Software License
- Package Specific:
- Package Source
- Package outdated?
- Package broken?
- Contact Maintainers
- Contact Site Admins
- Software Vendor?
- Report Abuse
- Download
Downloads:
4,358
Downloads of v 0.7:
674
Maintainer(s):
Software Author(s):
- Trojita team
Edit Package
To edit the metadata for a package, please upload an updated version of the package.
Chocolatey's Community Package Repository currently does not allow updating package metadata on the website. This helps ensure that the package itself (and the source used to build the package) remains the one true source of package metadata.
This does require that you increment the package version.
All Checks are Passing
2 Passing Test
To install Trojitá, run the following command from the command line or from PowerShell:
To upgrade Trojitá, run the following command from the command line or from PowerShell:
To uninstall Trojitá, run the following command from the command line or from PowerShell:
NOTE: This applies to both open source and commercial editions of Chocolatey.
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
-
Open Source
- Download the Package Download
- Follow manual internalization instructions
-
Package Internalizer (C4B)
- Run
choco download trojita --internalize --source=https://community.chocolatey.org/api/v2
(additional options) - Run
choco push --source="'http://internal/odata/repo'"
for package and dependencies - Automate package internalization
- Run
3. Enter your internal repository url
(this should look similar to https://community.chocolatey.org/api/v2)
4. Choose your deployment method:
choco upgrade trojita -y --source="'STEP 3 URL'" [other options]
See options you can pass to upgrade.
See best practices for scripting.
Add this to a PowerShell script or use a Batch script with tools and in places where you are calling directly to Chocolatey. If you are integrating, keep in mind enhanced exit codes.
If you do use a PowerShell script, use the following to ensure bad exit codes are shown as failures:
choco upgrade trojita -y --source="'STEP 3 URL'"
$exitCode = $LASTEXITCODE
Write-Verbose "Exit code was $exitCode"
$validExitCodes = @(0, 1605, 1614, 1641, 3010)
if ($validExitCodes -contains $exitCode) {
Exit 0
}
Exit $exitCode
- name: Ensure trojita installed
win_chocolatey:
name: trojita
state: present
version: 0.7
source: STEP 3 URL
See docs at https://docs.ansible.com/ansible/latest/modules/win_chocolatey_module.html.
chocolatey_package 'trojita' do
action :install
version '0.7'
source 'STEP 3 URL'
end
See docs at https://docs.chef.io/resource_chocolatey_package.html.
Chocolatey::Ensure-Package
(
Name: trojita,
Version: 0.7,
Source: STEP 3 URL
);
Requires Otter Chocolatey Extension. See docs at https://inedo.com/den/otter/chocolatey.
cChocoPackageInstaller trojita
{
Name = 'trojita'
Ensure = 'Present'
Version = '0.7'
Source = 'STEP 3 URL'
}
Requires cChoco DSC Resource. See docs at https://github.com/chocolatey/cChoco.
package { 'trojita':
provider => 'chocolatey',
ensure => '0.7',
source => 'STEP 3 URL',
}
Requires Puppet Chocolatey Provider module. See docs at https://forge.puppet.com/puppetlabs/chocolatey.
salt '*' chocolatey.install trojita version="0.7" source="STEP 3 URL"
See docs at https://docs.saltstack.com/en/latest/ref/modules/all/salt.modules.chocolatey.html.
5. If applicable - Chocolatey configuration/installation
See infrastructure management matrix for Chocolatey configuration elements and examples.
Private CDN cached downloads available for licensed customers. Never experience 404 breakages again! Learn more...
This package was approved by moderator flcdrg on 06 Feb 2017.
Trojita is a fast Qt IMAP e-mail client. Our mission is to deliver an application which:
Enables you to access your mail anytime, anywhere.
Does not slow you down. If we can improve the productivity of an e-mail user, we better do.
Respects open standards and facilitate modern technologies. We value the vendor-neutrality that IMAP provides and are committed to be as interoperable as possible.
Is efficient -- be it at conserving the network bandwidth, keeping memory use at a reasonable level or not hogging the system's CPU.
Can be used on many platforms. One UI is not enough for everyone, but our IMAP core works fine on anything from desktop computers to cell phones and big ERP systems.
Plays well with the rest of the ecosystem. We don't like reinventing wheels, but when the existing wheels quite don't fit the tracks, we're not afraid of making them work.
Being Fast
Are you tired of other mail programs taking ages to open a "big mailbox"? A unique feature of Trojitá is that it is designed from the ground up to be fast -- opening a mailbox with tens of thousands of messages is something which Trojitá is very good at. There is no need to wait for all messages being downloaded -- or to download them at all.
Respecting Standards
Trojitá's development is conducted with standard conformance in mind. We will never break an Internet standard knowingly, and all possible deviations from best practices will be fixed quickly. We care about the future of IMAP and other e-mail related protocols, we take part in the IETF discussions and have proposed quite a few improvements already. Our aim is to support all useful IMAP extensions to make the user experience better.
Efficiency
Conserving resources is something which we take very seriously -- be it network bandwidth, memory usage or CPU/energy/battery consumption. Among other things, Trojitá implements IMAP's QRESYNC, CONDSTORE, ESEARCH, CATENATE, BURL, COMPRESS=DEFLATE, CONTEXT=SORT extensions (and many more!). Data which were transfered once will not be downloaded again.
Cross-platform Support
Trojitá works well on any reasonable desktop computer thanks to the power of the Qt library -- be it Linux, Windows or a Mac. We don't care what desktop environment you run, but we try to fit into KDE and Gnome if that's what you prefer. Trojitá is also available on cell phones with an optimized, touch-friendly user interface. The same core IMAP library also powers an enterprise CRM product.
What Trojitá is not:
A full PIM suite. That's something which we leave to other applications, so you won't find a fully fledged calendar in Trojitá. But you might help us make Trojitá a part of a fully-fledged PIM if you're interested.
A POP3 client. Trojitá works by accessing a remote mail store over the IMAP protocol. POP3 cannot work this way for technical reasons.
Feature complete. Perhaps something which you would really like to see is still missing from Trojitá. We are working pretty hard on making Trojitá the best MUA, but we could definitely use a help.
Some highlights of Trojitá are:
A pure Qt5 application with no additional dependencies
Robust IMAP core implemented using Qt's Model-View framework
Standards compliance is a design goal
On-demand message list and body part loading
Offline IMAP support
Support for bandwidth-saving mode aimed at mobile users with expensive connection
OpenPGP and S/MIME cryptography
Safe and robust dealing with HTML mail
IMAP over SSH -- in addition to usual SSL/TLS connections, the server could be accessed via SSH
$name = 'trojita'
$installerType = 'exe'
$url = 'https://sourceforge.net/projects/trojita/files/win/Trojita-Setup-0.7.exe'
$checksum ='FEDC279134D4CA31B052578A93AD180F'
$silentArgs = '/s /S /q /Q /quiet /silent /SILENT /VERYSILENT'
Install-ChocolateyPackage $name $installerType $silentArgs -checksum $checksum -checksum64 $checksum -url $url -url64bit $url
$name = 'trojita'
$installerType = 'exe'
$silentArgs = '/s /S /q /Q /quiet /silent /SILENT /VERYSILENT'
$unpath = "${Env:ProgramFiles(x86)}\Trojita\uninstall.exe"
Uninstall-ChocolateyPackage $name $installerType $silentArgs $unpath
Log in or click on link to see number of positives.
- trojita.0.7.nupkg (bdb7e0dffa8a) - ## / 57
- Trojita-Setup-0.7.exe (8143493d59de) - ## / 57
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.
Version | Downloads | Last Updated | Status |
---|---|---|---|
Trojitá 0.7.398-g3a8462f | 162 | Tuesday, May 21, 2019 | Exempted |
Trojitá 0.7.387-gc5b39f5 | 82 | Wednesday, May 1, 2019 | Exempted |
Trojitá 0.7.386-g51b55b5 | 95 | Monday, April 29, 2019 | Exempted |
Trojitá 0.7.385-g681c99c | 83 | Monday, March 25, 2019 | Exempted |
Trojitá 0.7.380-g3977258 | 84 | Sunday, March 24, 2019 | Exempted |
Trojitá 0.7.379-gb94f430 | 79 | Monday, March 11, 2019 | Exempted |
Trojitá 0.7.377-g0b6a436 | 79 | Tuesday, February 26, 2019 | Exempted |
Trojitá 0.7.376-gc142966 | 68 | Monday, February 25, 2019 | Exempted |
Trojitá 0.7.372-g7c85fcd | 90 | Saturday, January 26, 2019 | Exempted |
Trojitá 0.7.367-gd4622cb | 86 | Wednesday, December 12, 2018 | Exempted |
Trojitá 0.7.365-g76151f1 | 107 | Thursday, October 11, 2018 | Exempted |
Trojitá 0.7.363-gfeb264c | 101 | Monday, September 24, 2018 | Exempted |
Trojitá 0.7.362-g42d768d | 115 | Sunday, September 2, 2018 | Exempted |
Trojitá 0.7.361-gfee56b6 | 169 | Wednesday, July 11, 2018 | Exempted |
Trojitá 0.7.357-g272c3c0 | 138 | Saturday, June 30, 2018 | Exempted |
Trojitá 0.7.351-gedbaaa2 | 149 | Thursday, May 24, 2018 | Exempted |
Trojitá 0.7.347-gc687055 | 147 | Monday, May 21, 2018 | Exempted |
Trojitá 0.7.346-g42680f6 | 141 | Friday, May 18, 2018 | Exempted |
Trojitá 0.7.341-g64b489a | 211 | Tuesday, March 6, 2018 | Exempted |
Trojitá 0.7.340-ge618db6 | 214 | Sunday, March 4, 2018 | Exempted |
Trojitá 0.7.338-g87dc632 | 187 | Friday, March 2, 2018 | Exempted |
Trojitá 0.7.337-g8dc87a9 | 211 | Thursday, February 8, 2018 | Exempted |
Trojitá 0.7.335-gaa46123 | 220 | Wednesday, February 7, 2018 | Exempted |
Trojitá 0.7.313-g398f657 | 234 | Thursday, December 28, 2017 | Exempted |
Trojitá 0.7.301-g9555fee | 219 | Sunday, November 19, 2017 | Exempted |
Trojitá 0.7.299-gd9c8998 | 213 | Thursday, November 16, 2017 | Exempted |
Trojitá 0.7 | 674 | Sunday, February 5, 2017 | Approved |
This package has no dependencies.
Ground Rules:
- This discussion is only about Trojitá and the Trojitá 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 Trojitá, 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.