Low-level, sans-I/O SMTP protocol implementation
Go to file
Damian Poddebniak d41e8118f3 EhloOkResp Parser + Type
* ehlo_ok_resp returns `EhloOkResp` now
* Converted some &[u8] parser to &str
* Added unit test
* Changed ehlo_line to accept "AUTH=LOGIN PLAIN" (note the "=")
2020-08-10 15:05:30 +02:00
src EhloOkResp Parser + Type 2020-08-10 15:05:30 +02:00
.gitignore "Initial" commit. 2020-08-06 16:25:02 +02:00
Cargo.toml "Initial" commit. 2020-08-06 16:25:02 +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 License 2020-08-09 11:27:59 +02:00

README.md

SMTP Protocol

This crate provides some types and many parsers for SMTP.

License

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