summaryrefslogtreecommitdiffstats
path: root/bin/domain/imag-mail
AgeCommit message (Expand)Author
2020-04-29Replace repository with new sourcehut repoMatthias Beyer
2020-03-24Update toml-query: 0.9.2 -> 0.10.0Matthias Beyer
2020-03-24Revert "Move to toml-query from master branch"Matthias Beyer
2020-03-08Move to toml-query from master branchMatthias 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
2019-08-28[No-auto] bin/domain/mail: Fix Clippy warningsflip1995
2019-08-28[Auto] bin/core/mail: Fix Clippy warningsflip1995
2019-06-30Update all dependenciesMatthias Beyer
2019-05-29Update toml-query to 0.9.0Matthias Beyer
2019-05-24Introduce proper error handling in IdPathProviderLeon Schuermann
2019-05-22Remove buildscriptsMatthias Beyer
2019-05-18Run 'cargo fix' for rust-2018Matthias Beyer
2019-02-20Move helper function to libimagentref::utilMatthias Beyer
2019-02-20Rewrite imag-mailMatthias Beyer
2019-02-20Revert "Remove imag-mail"Matthias Beyer
2019-02-17Remove imag-mailMatthias Beyer
2019-02-11Remove magic constants in trace_unwrap_exit/map_err_trace_exit_unwrap callsMatthias Beyer
2019-02-11Change id reporting API to return ExitCodeMatthias Beyer
2019-01-03Update copyright yearsMatthias Beyer
2018-11-11Forbid unsafe code in all cratesMatthias Beyer
2018-11-10Update version stringsMatthias Beyer
2018-11-06Add ID reporting in imag-mailMatthias Beyer
2018-10-30imag-mail: Move from error-chain to failureMatthias Beyer
2018-08-26Fix: Binary nameMatthias Beyer
2018-05-09Update version string: 0.8.0 -> 0.9.0Matthias Beyer
2018-05-01Refactor imag-mail to new store iterator interfaceMatthias Beyer
2018-04-24Fix imag-mail to list from appropriate collectionMatthias Beyer
2018-04-19Update version numbers: 0.7.0 -> 0.8.0Matthias Beyer
2018-04-18Merge pull request #1380 from matthiasbeyer/minorMatthias Beyer
2018-04-17Fix documentation in crate metadataMatthias Beyer
2018-04-14Fix: Use qualificationMatthias Beyer
2018-04-14Add lintsMatthias Beyer
2018-04-13Use clap with wrap_help featureMatthias Beyer
2018-04-13Use clap "^2.29" instead of ">=2.29"Matthias Beyer
2018-04-04Handle unknown subcommands in binaries with Runtime::handle_unknown_subcommandMatthias Beyer
2018-03-04Use output stream from Runtime::stdout()Matthias Beyer
2018-02-19Fix broken pipe panicsMatthias Beyer