d41e8118f3
* 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 "=") |
||
---|---|---|
src | ||
.gitignore | ||
Cargo.toml | ||
LICENSE-APACHE | ||
LICENSE-MIT | ||
README.md |
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.