Skip to content

RodrigoTomeES/eml_to_html

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CLI Tool to extract html content from a EML file

Usage

Use this command for only one file:

node parse.js -i /inPath/to/email.eml -o /outPath/to/email.html

Or add the flag -d for extract html from all files inside the directory:

node parse.js -d -i /inPath/to/ -o /outPath/to/

In this case the out files always has the same name of the input files with HTML extension.