https://github.com/duesee/smtp-codec
Parsing and construction of SMTP messages
https://github.com/duesee/smtp-codec
Last synced: about 2 months ago
JSON representation
Parsing and construction of SMTP messages
- Host: GitHub
- URL: https://github.com/duesee/smtp-codec
- Owner: duesee
- License: apache-2.0
- Created: 2020-08-06T14:23:49.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2023-11-14T17:18:58.000Z (over 1 year ago)
- Last Synced: 2024-03-14T20:22:10.711Z (about 1 year ago)
- Language: Rust
- Homepage:
- Size: 89.8 KB
- Stars: 6
- Watchers: 3
- Forks: 3
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- License: LICENSE-APACHE
- Security: SECURITY.md
Awesome Lists containing this project
README
[](https://github.com/duesee/smtp-codec/actions/workflows/ci.yml)
[](https://github.com/duesee/smtp-codec/actions/workflows/scheduled.yml)
[](https://docs.rs/smtp-codec)# smtp-codec
This library provides parsing, serialization, and support for SMTP implementations.
It is based on `smtp-types` and aims to become a rock-solid building block for SMTP client and server implementations in Rust.
Many things are there, but `smtp-codec` is still in a rough state.# License
This crate is dual-licensed under Apache 2.0 and MIT terms.