Matthias Beyer
596af2fc76
We create a sha1 over the path of the file and the Message-ID of the mail itself. The file name is not constant with mail files, because flags are encoded in the filename. The path is also not constant with mail files, because they can be moved between boxes. This approach is not yet the best one, but better than before. Signed-off-by: Matthias Beyer <mail@beyermatthias.de> |
||
---|---|---|
.. | ||
src | ||
Cargo.toml | ||
README.md |
libimagmails
The mail library implements everything that is needed for beeing used to implement a mail reader (MUA).
It therefor providea reading mailboxes, getting related content or mails, saving attachements to external locations, crafting new mails and responses,...
It also offers, natively, ways to search for mails (which are represented as imag entries) via tags, categories or even other metadata.
For more information on the domain of the imag-mail
command, look at the
documentation of the @sec:modules:mails module.