EML-REPLICATOR 🤖

This tool read all the EML (RFC822 / RFC2822) in a directory and copy them in a IMAP folder on the mailbox of your choice.

Usage:

``` eml-replicator 1.0 Maël Naccache Tüfekçi A tool that read EML files and copy them to a IMAP mailbox.

USAGE: eml-replicator.exe [OPTIONS]

FLAGS: -h, --help Prints help information -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: ] -s, --port Port to connect to the imap server. [default: 993]

ARGS: IMAP server to connect to.

Directory in which to get the EML files. [default: .] ```