#eml #imap #email #cli

应用 eml-replicator

将 EML 文件导入 IMAP 收件箱的工具

5 个版本

0.1.4 2021 年 2 月 16 日
0.1.3 2021 年 2 月 16 日
0.1.2 2021 年 2 月 12 日
0.1.1 2021 年 1 月 21 日
0.1.0 2021 年 1 月 15 日

#eml 中的第 7

CECILL-2.1

12KB
228 行(不包括注释)

EML-REPLICATOR 🤖

该工具读取目录中的所有 EML(RFC822 / RFC2822)文件,并将它们复制到您选择的邮箱的 IMAP 文件夹中。

用法

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] <IMAP_SERVER> <DIR>

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:
    <IMAP_SERVER>    IMAP server to connect to.
    <DIR>            Directory in which to get the EML files. [default: .]

依赖关系

~7–18MB
~224K 行代码(约)