neo-email 0.1.0

The modern way to build emails services with Rust
Documentation
1
2
3
4
5
6
7
8
9
10
pub mod mail;
pub mod headers;
pub mod command;
pub mod status_code;
pub mod server;
pub mod connection;
pub mod message;
pub mod errors;
pub mod controllers;
pub mod client_message;