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

https://github.com/maxking/email-rs

Rust library to parse emails.
https://github.com/maxking/email-rs

cargo email rust

Last synced: about 1 year ago
JSON representation

Rust library to parse emails.

Awesome Lists containing this project

README

          

email-rs
==========

Rust library to parse and generate emails. For starters, this will mostly
conform to RFC 5322. Once we are successfully there, I will try to move on to
implement other MIME formats.

State
------

The library is in very early stages of development and the author is trying to
learn Rust using this as a toy project. Any suggestions on the code is welcome
but I would strongly suggest not to use this in any application since there is
no stable API yet.

Pull Requests to fix my syntax and/or logic is welcome!

Feature requests at this point is not welcome, thanks!

LICENSE
--------

This code is licensed under APL 2.0. See the LICENSE file in the repo for a
complete text of the license.