Manitou-Mail is distributed under the GNU General Public License, version 2.
The current release is numbered 1.7.0 (released: Nov 8, 2017). What's new?
Manitou-Mail has three components that may be installed together or on separate machines:
The user interface and manitou-mdx can be uninstalled without losing any data, since all the data is stored in the database.
For Debian/Ubuntu, amd64 packages can be installed from our APT repository.
To enable it, create /etc/apt/sources.list.d/manitou.list
by running this command:
$ sudo sh -c 'echo "deb http://manitou-mail.org/apt/" $(lsb_release -cs) "main" > /etc/apt/sources.list.d/manitou.list'
Packages are signed with a key that must be downloaded and added to APT's keyring with the following commands:
$ wget http://manitou-mail.org/download/E330764A.asc $ sudo apt-key add E330764A.asc
Then the list of packages must be refreshed with:
$ sudo apt-get update
Finally the packages can be installed with:
$ sudo apt-get install manitou-mdx # for the mail-database exchanger $ sudo apt-get install manitou-ui # for the user interface
User interface - Includes help files | manitou-ui-1.7.0.tar.gz | 1.5 MB |
Perl mail-database exchanger | manitou-mdx-1.7.0.tar.gz | 93 KB |
User interface (Win32) | Manitou-Installer-1.7.0.exe | 28 MB |
User interface (macOS) | manitou-ui-1.7.0.dmg | 36 MB |
User interface - Includes help files | manitou-ui-1.6.0.tar.gz | 1.5 MB |
Perl mail-database exchanger | manitou-mdx-1.6.0.tar.gz | 90 KB |
User interface (Win32) | Manitou-Installer-1.6.0.exe | 28 MB |
User interface (macOS) | manitou-ui-1.6.0.dmg | 36 MB |
The documentation is available in the user interface source tarball and binary packages, as well as online.
The latest updates to the source code are available at github.com: desktop interface and server-side components.