Skip to content

Go library and command line tool to convert eml files to html

License

Notifications You must be signed in to change notification settings

korylprince/eml2html

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

pkg.go.dev

About

eml2html is a library and command line tool used to transform RFC 822 (eml) files into html files viewable in a browser.

Installing

Library, using Go Modules:

go get github.com/korylprince/eml2html

CLI Tool:

mkdir build
cd build
go mod init build
go get -d github.com/korylprince/eml2html/cmd/eml2html@<version>
go build github.com/korylprince/eml2html/cmd/eml2html
./eml2html -h

If you have any issues or questions create an issue.

About

Go library and command line tool to convert eml files to html

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages