Low-level, sans-I/O SMTP protocol implementation
Go to file
Damian Poddebniak 21138c353b Introduce feature-gated `serde` dependency
* derive `serde::{Deserialize, Serialize}` for `Capability` and `AuthMechanism`.
2021-05-22 22:57:21 +02:00
examples Add command parsing example. 2021-05-22 21:33:27 +02:00
src Introduce feature-gated `serde` dependency 2021-05-22 22:57:21 +02:00
.gitignore "Initial" commit. 2020-08-06 16:25:02 +02:00
Cargo.toml Introduce feature-gated `serde` dependency 2021-05-22 22:57:21 +02:00
LICENSE-APACHE License 2020-08-09 11:27:59 +02:00
LICENSE-MIT License 2020-08-09 11:27:59 +02:00
README.md Update README.md 2021-02-22 18:53:25 +01:00
SECURITY.md Create SECURITY.md 2021-02-22 18:44:04 +01:00

README.md

SMTP Protocol

This crate provides some types and many parsers for SMTP. Many things are there, but it is still in a very rough state.

License

This crate is dual-licensed under Apache 2.0 and MIT terms.