summaryrefslogtreecommitdiffstats
path: root/bin/domain/imag-mail/src/lib.rs
AgeCommit message (Expand)Author
2020-06-04Collapse nested if-elseMatthias Beyer
2020-06-01Fix imag-bin for use of anyhowMatthias Beyer
2020-06-01Add getters with "add_getters_setters" for MailConfigMatthias Beyer
2020-06-01Add implementation for crafting new mailMatthias Beyer
2020-06-01Move import function to own moduleMatthias Beyer
2020-06-01Add tagging when importingMatthias Beyer
2020-06-01Move configuration handling to dedicated typeMatthias Beyer
2020-06-01Remove old format fetchingMatthias Beyer
2020-06-01Reimplement imag-mail to take queries from stdinMatthias Beyer
2020-06-01Collect all mails before printingMatthias Beyer
2020-06-01imag-mail: ReimplementMatthias Beyer
2020-03-08Replace failure with anyhow in complete codebaseMatthias Beyer
2020-01-03Outsource listing of a single mail to helper functionMatthias Beyer
2020-01-03Add imag-mail-unread commandMatthias Beyer
2020-01-03Merge branch 'imag-mail/scan' into masterMatthias Beyer
2020-01-03Add support for format in configuration for imag-mail-listMatthias Beyer
2020-01-03Rewrite scan function with option to fetch pathes in parallelMatthias Beyer
2020-01-03Add imag-mail-scan command for scanning directory for new mailMatthias Beyer
2020-01-03Remove feature to print content as wellMatthias Beyer
2020-01-02Use MessageId type where applicableMatthias Beyer
2020-01-02Store::retrieve_mail_from_path() should have a flag to force making a ref out...Matthias Beyer
2020-01-02Fix: Clap argument nameMatthias Beyer
2020-01-01Update copyright years to 2015-2020Matthias Beyer
2019-12-01Convert codebase to propagate error to main()Matthias Beyer
2019-10-26imag-mail: implement ImagApplicationLeon Schuermann