This command line converts .html file to .eml file.
```shell
cargo install --git https://github.com/gonejack/htmltoemail ```
```shell
htmltoemail *.html
https://github.com/gonejack/htmltoemail
USAGE: htmltoemail [FLAGS] [OPTIONS] [html]...
FLAGS: -h, --help Prints help information -V, --version Prints version information -v, --verbose Verbose printing
OPTIONS:
-f, --from
ARGS:
...
```