Skip to content

A CLI tool for printing the content of .eml files

Notifications You must be signed in to change notification settings

tebuevd/eml-to-json

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

eml-to-json

A CLI tool to read an .eml file and print out a JSON representation to stdout.

Installation

git clone https://github.com/tebuevd/eml-to-json
cd eml-to-json
cargo install --path .

How to use

eml-to-json ~/Documents/email.eml

or with jq for pretty-printing

eml-to-json ~/Documents/email.eml | jq

License

MIT

About

A CLI tool for printing the content of .eml files

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages