Command line tool for converting mhtml to epub.
> go get github.com/gonejack/mhtml-to-epub
> mhtml-to-epub *.eml
Usage:
mhtml-to-epub [-o output] [--title title] [--cover cover] *.mht [flags]
Flags:
--cover string epub cover image
--title string epub title (default "MHTML")
--author string epub author (default "MHTML to Epub")
-o, --output string output filename (default "output.epub")
-v, --verbose verbose
-h, --help help for mht-to-epub