Trojitá, a Qt IMAP e-mail client

Getting the source

Git

The code is hosted at Gitorious. You can obtain your local copy by running following command:

$ git clone git://gitorious.org/trojita/trojita.git

Source tarball

Alternatively, if you don't feel like working with git, you can download this archive with the latest revision of the master branch.

Release

If you prefer to work with something more official, you can try the latest release, 0.2.

Building

Dependencies

Compilation

Go to the directory created by Git (or unpacked from the archive) and run:

$ qmake ../trojita.pro
$ make -j4

Running Trojitá

After successful compilation, you can run Trojitá from the build directory:

$ ./src/Gui/trojita

Reporting bugs & requesting features

Tracker

If you encounter a bug in Trojitá, please report it to it's issue tracker.

Wishlist items belong to the same place.

IRC

Trojitá's IRC channel #trojita is hosted on Freenode network. The main author, jkt, is often to be found there.

E-mail

There's a mailing list at trojita@lists.flaska.net. You can always contact the author by e-mail. However, issue tracker or the mailing list is the preferred way for reporting bugs and requesting features.