imag/lib/domain/libimagmail
Matthias Beyer 1d89844613 Run 'cargo fix' for rust-2018
With this patch we move the codebase to Rust-2018.

The diff was generated by executing

    cargo fix --all --all-features --edition

on the codebase.

Signed-off-by: Matthias Beyer <mail@beyermatthias.de>
2019-05-18 00:20:59 +02:00
..
src Run 'cargo fix' for rust-2018 2019-05-18 00:20:59 +02:00
Cargo.toml Rewrite libimagmail 2019-02-20 16:22:52 +01:00
README.md Revert "Remove libimagmail" 2019-02-20 16:22:52 +01:00

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.