Maildir Tools
License: AGPL-3.0-only - Latest version: 1.0 - Developed in: POSIX Shell
Maildir Tools is a simple program that simplifies the creation of maildirs and groups of maildirs inside a mailbox folder. A mailbox is a regular folder that contains one or more maildirs.
Downloads
Here you have the source code download, the signature of the package and the sums so you can check the integrity of the download. You can get my public OpenPGP key in the About section on this website.
Nombre | Versión | Fecha | Archivo *.tar | Firma | SHA1 | SHA256 | SHA512 |
---|---|---|---|---|---|---|---|
MaildirTools | 1.0 | 2025-07-03 | download | download | see | see | see |
Setup
The program is a standard POSIX shell script. Once you've downloaded the project's file uncompress the tarball and execute the following commands from inside the uncompressed folder:
If you have root privileges and want to install it system wide:
make install
If you don't have root privileges or do want to install it into an alternate location:
make install PREFIX=/your/path
You can uninstall the program with the command make uninstall
or
make uninstall PREFIX=/your/path
(depending on how you installed it), from the same folder.
Use
You can see the program documentation using its man page or exectunig the following command:
maildirtools --help
Contribute
If you want to send changes and bug fixes to this project, please contact me.