https://github.com/redsift/go.enmime
MIME Mail Parsing for Go
https://github.com/redsift/go.enmime
Last synced: 5 months ago
JSON representation
MIME Mail Parsing for Go
- Host: GitHub
- URL: https://github.com/redsift/go.enmime
- Owner: redsift
- License: mit
- Fork: true (sorbits/go.enmime)
- Created: 2016-02-03T12:06:32.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2019-11-26T15:43:43.000Z (over 6 years ago)
- Last Synced: 2024-06-20T16:32:24.298Z (almost 2 years ago)
- Language: Go
- Size: 123 KB
- Stars: 0
- Watchers: 5
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
enmime [](https://travis-ci.org/jhillyerd/go.enmime) [](https://godoc.org/github.com/jhillyerd/go.enmime)
======
enmime is a MIME parsing library for Go. It's built ontop of Go's included mime/multipart
support, but is geared towards parsing MIME encoded emails.
It is being developed in tandem with the Inbucket email service.
API documentation can be found here:
http://godoc.org/github.com/jhillyerd/go.enmime
Development Status
------------------
enmime is alpha quality: it works but has not been tested with a wide variety of source data,
and it's likely the API will evolve some before an official release.
About
-----
enmime is written in [Google Go][1].
enmime is open source software released under the MIT License. The latest
version can be found at https://github.com/jhillyerd/go.enmime
[1]: http://golang.org/