Latest stable release

Archive Size MD5
mailutils-2.2.tar.gzsignature 4.3M 3abca5873249f0eeb184361a75f2229e
mailutils-2.2.tar.bz2signature 3.0M 834d2f616b922856127ecfe6c2de7d1a
mailutils-2.2.tar.xzsignature 2.2M e183e91d3f2369c49360c9a07abf4c3c

You can use the signature file to verify that the corresponding file (without the .sig suffix) is intact. First, be sure to download both the .sig file and the corresponding tarball. Then, run a command like this:

  gpg --verify mailutils-2.2.tar.gz.sig

If that command fails because you don't have the required public key, then run this command to import it:

  gpg --keyserver keys.gnupg.net --recv-keys 55D0C732

and rerun the `gpg --verify' command.

License

GNU Mailutils is free software; you can redistribute it and/or modify it under the terms of the following licenses:

Other releases

This and older versions of Mailutils are available for download from its ftp home or any mirror thereof.

Development Versions and Release Candidates

The development version can be downloaded from the Git repository (you can also use its mirror, which is updated four times a day).

Its snapshots, alpha and beta releases, are available for download from our alpha server.

The snapshots are named using the following scheme:

  mailutils-2.9.9N.tar.gz

where N is a decimal digit. The bigger N is, the closer to the release is this version. Additionally, if the changes were not considered sufficiently big to justify the raise of N, the following form can be used:

  mailutils-2.9.9N-YYYYMMDD.tar.gz

where optional YYYYMMDD is the date of creation of this snapshot.