2 releases

0.1.1 Mar 21, 2021
0.1.0 Aug 2, 2019

#172 in Email

38 downloads per month

Apache-2.0

14KB
285 lines

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.

No runtime deps