From 2c4f33244798fb6c612e3f08bc6b91317f8d645c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ma=C3=ABl=20Naccache=20T=C3=BCfek=C3=A7i?= Date: Fri, 12 Feb 2021 16:48:13 +0100 Subject: [PATCH] release: 0.1.2 --- Cargo.lock | 2 +- Cargo.toml | 2 +- README.md | 6 +++++- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index c3e19c7..0c6f770 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -138,7 +138,7 @@ checksum = "ea221b5284a47e40033bf9b66f35f984ec0ea2931eb03505246cd27a963f981b" [[package]] name = "eml-replicator" -version = "0.1.1" +version = "0.1.2" dependencies = [ "clap", "imap", diff --git a/Cargo.toml b/Cargo.toml index 8736cc7..9245a58 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "eml-replicator" -version = "0.1.1" +version = "0.1.2" authors = ["Maël Naccache Tüfekçi "] edition = "2018" license = "CECILL-2.1" diff --git a/README.md b/README.md index 419f96e..f4b914b 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ This tool read all the EML (RFC822 / RFC2822) in a directory and copy them in a Usage: ``` -eml-replicator 1.1 +eml-replicator 0.1.2 Maël Naccache Tüfekçi A tool that read EML files and copy them to a IMAP mailbox. @@ -14,11 +14,15 @@ USAGE: FLAGS: -h, --help Prints help information + --random-message-id Randomize the Message-ID in the emls before sending them. -r, --recursive Goes through the directory recursively to find EML files. -s, --follow-symlink Follow symlink when crawling the directory recursively. -V, --version Prints version information OPTIONS: + -f, --folder IMAP Folder in which to put the EMLs. [default: INBOX] + -l, --login login of the mailbox. [default: ] + -p, --password password of the mailbox. [default: ] --port Port to connect to the imap server. [default: 993] ARGS: