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.
- Host: GitHub
- URL: https://github.com/maxking/email-rs
- Owner: maxking
- License: apache-2.0
- Created: 2019-07-27T01:15:29.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2023-09-11T07:40:02.000Z (almost 3 years ago)
- Last Synced: 2024-10-14T04:08:39.498Z (over 1 year ago)
- Topics: cargo, email, rust
- Language: Rust
- Homepage: https://docs.rs/email-rs/
- Size: 42 KB
- Stars: 1
- Watchers: 3
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.