imag/lib/domain/libimagmail
Matthias Beyer 3c8dd19d11 Update version strings: 0.5.0 -> 0.6.0 2017-12-25 19:17:07 +01:00
..
src Replace uses of try!() macro with "?" operator 2017-10-31 15:04:50 +01:00
Cargo.toml Update version strings: 0.5.0 -> 0.6.0 2017-12-25 19:17:07 +01:00
README.md Fix broken README symlinks 2017-08-27 15:13:25 +02: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.