10000 GitHub - 262nos/eml2html: Go library and command line tool to convert eml files to html
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

262nos/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

Releases

No releases published

Packages

No packages published

Languages

  • Go 100.0%
0