Low-level, sans-I/O SMTP protocol implementation
Go to file
Damian Poddebniak e72b8b4772 Run "scheduled.yml" only two times a week 2021-10-17 12:55:27 +02:00
.github/workflows Run "scheduled.yml" only two times a week 2021-10-17 12:55:27 +02:00
examples Reformat code 2021-07-20 21:51:44 +02:00
fuzz Add `cargo fuzz` target for `command` parser (and serializer). 2021-05-24 17:27:35 +02:00
src Reformat code 2021-07-20 21:51:44 +02:00
tests Add traces from RFC 5321 (Appendix D. Scenarios) as tests. 2021-05-24 18:40:43 +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 Improve CI 2021-07-21 13:48:40 +02:00
SECURITY.md Create SECURITY.md 2021-02-22 18:44:04 +01:00
deny.toml Improve CI 2021-07-21 13:48:40 +02:00

README.md

CI Scheduled

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.