rs-smtp 1.0.1

An ESMTP server library written in Rust.
Documentation
1
2
3
4
5
6
7
8
9
pub mod backend;
pub mod conn;
pub mod sasl;
pub mod server;

mod data;
mod lengthlimit_reader;
mod parse;
mod stream;