Downloads:
6,993
Downloads of v 0.7:
895
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á
- 1
- 2
- 3
0.7 | Updated: 05 Feb 2017
- 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:
6,993
Downloads of v 0.7:
895
Maintainer(s):
Software Author(s):
- Trojita team
Trojitá 0.7
- 1
- 2
- 3
All Checks are Passing
3 Passing Tests
Deployment Method: Individual Install, Upgrade, & Uninstall
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:
Deployment Method:
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
Option 1: Cached Package (Unreliable, Requires Internet - Same As Community)-
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: (additional options)
choco download trojita --internalize --source=https://community.chocolatey.org/api/v2/
-
For package and dependencies run:
choco push --source="'INTERNAL REPO URL'"
- Automate package internalization
-
Run: (additional options)
3. Copy Your Script
choco upgrade trojita -y --source="'INTERNAL REPO 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="'INTERNAL REPO URL'"
$exitCode = $LASTEXITCODE
Write-Verbose "Exit code was $exitCode"
$validExitCodes = @(0, 1605, 1614, 1641, 3010)
if ($validExitCodes -contains $exitCode) {
Exit 0
}
Exit $exitCode
- name: Install trojita
win_chocolatey:
name: trojita
version: '0.7'
source: INTERNAL REPO URL
state: present
See docs at https://docs.ansible.com/ansible/latest/modules/win_chocolatey_module.html.
chocolatey_package 'trojita' do
action :install
source 'INTERNAL REPO URL'
version '0.7'
end
See docs at https://docs.chef.io/resource_chocolatey_package.html.
cChocoPackageInstaller trojita
{
Name = "trojita"
Version = "0.7"
Source = "INTERNAL REPO URL"
}
Requires cChoco DSC Resource. See docs at https://github.com/chocolatey/cChoco.
package { 'trojita':
ensure => '0.7',
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.
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'
$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.
Add to Builder | Version | Downloads | Last Updated | Status |
---|---|---|---|---|
Trojitá 0.7.398-g3a8462f | 310 | Tuesday, May 21, 2019 | Exempted | |
Trojitá 0.7.387-gc5b39f5 | 164 | Wednesday, May 1, 2019 | Exempted | |
Trojitá 0.7.386-g51b55b5 | 177 | Monday, April 29, 2019 | Exempted | |
Trojitá 0.7.385-g681c99c | 172 | Monday, March 25, 2019 | Exempted | |
Trojitá 0.7.380-g3977258 | 163 | Sunday, March 24, 2019 | Exempted | |
Trojitá 0.7.379-gb94f430 | 168 | Monday, March 11, 2019 | Exempted | |
Trojitá 0.7.377-g0b6a436 | 148 | Tuesday, February 26, 2019 | Exempted | |
Trojitá 0.7.376-gc142966 | 133 | Monday, February 25, 2019 | Exempted | |
Trojitá 0.7.372-g7c85fcd | 180 | Saturday, January 26, 2019 | Exempted | |
Trojitá 0.7.367-gd4622cb | 171 | Wednesday, December 12, 2018 | Exempted | |
Trojitá 0.7.365-g76151f1 | 225 | Thursday, October 11, 2018 | Exempted | |
Trojitá 0.7.363-gfeb264c | 180 | Monday, September 24, 2018 | Exempted | |
Trojitá 0.7.362-g42d768d | 186 | Sunday, September 2, 2018 | Exempted | |
Trojitá 0.7.361-gfee56b6 | 255 | Wednesday, July 11, 2018 | Exempted | |
Trojitá 0.7.357-g272c3c0 | 239 | Saturday, June 30, 2018 | Exempted | |
Trojitá 0.7.351-gedbaaa2 | 226 | Thursday, May 24, 2018 | Exempted | |
Trojitá 0.7.347-gc687055 | 239 | Monday, May 21, 2018 | Exempted | |
Trojitá 0.7.346-g42680f6 | 269 | Friday, May 18, 2018 | Exempted | |
Trojitá 0.7.341-g64b489a | 315 | Tuesday, March 6, 2018 | Exempted | |
Trojitá 0.7.340-ge618db6 | 310 | Sunday, March 4, 2018 | Exempted | |
Trojitá 0.7.338-g87dc632 | 271 | Friday, March 2, 2018 | Exempted | |
Trojitá 0.7.337-g8dc87a9 | 290 | Thursday, February 8, 2018 | Exempted | |
Trojitá 0.7.335-gaa46123 | 334 | Wednesday, February 7, 2018 | Exempted | |
Trojitá 0.7.313-g398f657 | 358 | Thursday, December 28, 2017 | Exempted | |
Trojitá 0.7.301-g9555fee | 295 | Sunday, November 19, 2017 | Exempted | |
Trojitá 0.7.299-gd9c8998 | 320 | Thursday, November 16, 2017 | Exempted | |
Trojitá 0.7 | 895 | 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.