Skip to content

Commit

Permalink
release: 0.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
maeln committed Feb 12, 2021
1 parent 9066ace commit 2c4f332
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "eml-replicator"
version = "0.1.1"
version = "0.1.2"
authors = ["Maël Naccache Tüfekçi <contact@maeln.com>"]
edition = "2018"
license = "CECILL-2.1"
Expand Down
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand All @@ -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 <FOLDER> IMAP Folder in which to put the EMLs. [default: INBOX]
-l, --login <LOGIN> login of the mailbox. [default: ]
-p, --password <PASSWORD> password of the mailbox. [default: ]
--port <IMAP_SERVER_PORT> Port to connect to the imap server. [default: 993]
ARGS:
Expand Down

0 comments on commit 2c4f332

Please sign in to comment.