#convert-html #command-line #file #eml #io

bin+lib html_to_email

命令行将 .html 文件转换为 .eml 文件

4 个版本 (2 个稳定版本)

1.0.3 2023年6月13日
1.0.2 2022年2月9日
0.1.1 2021年9月2日
0.1.0 2021年9月2日

#129 in 电子邮件

MIT 许可证

10KB
100

html_to_email

此命令行将 .html 文件转换为 .eml 文件。

Build GitHub license

安装

来自 crates.io

> cargo install html_to_email

或最新版本

> cargo install --git https://github.com/gonejack/html_to_email

用法

> html_to_email *.html
Options:
    -f, --from FROM     Set sender address
    -t, --to TO         Set receiver address
    -v, --verbose       Verbose printing
    -h, --help          Print this help
        --about         Show about

依赖项

~6–17MB
~257K SLoC