Skip to content

sg3des/eml

 
 

Repository files navigation

#EML(RFC5322) PARSER

This aims to be a more complete implementation of go's net/mail package.

This is parser of message in rfc5322(.eml)

Split message on all headers(subject,from,to,cc,date,et.c.), body text, body html, and attachments(decodes it)

add decoder for subject and attachments file name

About

RFC5322 implementation for golang

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Go 100.0%