An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

enmime [![Build Status](https://travis-ci.org/jhillyerd/go.enmime.png?branch=master)](https://travis-ci.org/jhillyerd/go.enmime) [![GoDoc](https://godoc.org/github.com/jhillyerd/go.enmime?status.png)](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/