https://github.com/lettre/email-encoding
Encodings used in email
https://github.com/lettre/email-encoding
email encoding hacktoberfest mime
Last synced: 7 months ago
JSON representation
Encodings used in email
- Host: GitHub
- URL: https://github.com/lettre/email-encoding
- Owner: lettre
- License: apache-2.0
- Created: 2021-09-20T22:58:58.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2025-02-23T14:54:29.000Z (7 months ago)
- Last Synced: 2025-03-04T17:40:45.429Z (7 months ago)
- Topics: email, encoding, hacktoberfest, mime
- Language: Rust
- Homepage:
- Size: 60.5 KB
- Stars: 5
- Watchers: 3
- Forks: 6
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE-APACHE
Awesome Lists containing this project
README
# email-encoding
[](https://crates.io/crates/email-encoding)
[](https://docs.rs/email-encoding)
[](https://deps.rs/crate/email-encoding/0.3.1)
[](https://blog.rust-lang.org/2022/08/11/Rust-1.63.0.html)
[](https://github.com/lettre/email-encoding/actions/workflows/ci.yml)
[](https://codecov.io/gh/lettre/email-encoding)Low-level `#[no_std]` crate implementing various RFCs for encoding emails.
Used internally by [lettre].Implemented RFCs:
* [RFC 2047]
* [RFC 2231][lettre]: https://crates.io/crates/lettre
[RFC 2047]: https://datatracker.ietf.org/doc/html/rfc2047
[RFC 2231]: https://datatracker.ietf.org/doc/html/rfc2231