Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/maeln/eml-replicator
eml-replicator copy eml files in a imap folder of your choice.
https://github.com/maeln/eml-replicator
email eml imap replicator rfc2822 rust rust-lang
Last synced: 26 days ago
JSON representation
eml-replicator copy eml files in a imap folder of your choice.
- Host: GitHub
- URL: https://github.com/maeln/eml-replicator
- Owner: maeln
- Created: 2021-01-15T11:43:52.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2022-01-24T05:44:16.000Z (almost 3 years ago)
- Last Synced: 2024-11-13T12:24:51.754Z (about 2 months ago)
- Topics: email, eml, imap, replicator, rfc2822, rust, rust-lang
- Language: Rust
- Homepage: https://github.com/maeln/eml-replicator
- Size: 18.6 KB
- Stars: 4
- Watchers: 3
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 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 0.1.4
Maël Naccache Tüfekçi
A tool that read EML files and copy them to a IMAP mailbox.USAGE:
eml-replicator.exe [FLAGS] [OPTIONS]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 informationOPTIONS:
-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:
IMAP server to connect to.
Directory in which to get the EML files. [default: .]
```