Low-level, sans-I/O SMTP protocol implementation
Go to file
Dirkjan Ochtman 0729f03003 Change Response::Other to more closely match RFC grammar 2022-10-11 22:08:29 +02:00
.github/workflows Run "scheduled.yml" only two times a week 2021-10-17 12:55:27 +02:00
examples Use a char instead of single-char string 2022-10-07 18:21:10 +02:00
fuzz Add `cargo fuzz` target for `command` parser (and serializer). 2021-05-24 17:27:35 +02:00
src Change Response::Other to more closely match RFC grammar 2022-10-11 22:08:29 +02:00
tests Change Response::Other to more closely match RFC grammar 2022-10-11 22:08:29 +02:00
.gitignore "Initial" commit. 2020-08-06 16:25:02 +02:00
Cargo.toml Bump version to 0.2.0. 2022-06-12 09:25:11 +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-10-26 14:55:48 +02:00
SECURITY.md Update SECURITY.md 2022-02-15 21:56:02 +01:00
deny.toml Add "Unicode-DFS-2016" to allowed licenses in `deny.toml`. 2022-10-07 17:46:06 +02:00

README.md

CI Scheduled docs

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.