io-smtp 0.1.0

SMTP client library
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
pub mod address_literal;
pub mod atom;
pub mod domain;
pub mod ehlo_domain;
pub mod ehlo_response;
pub mod forward_path;
pub mod greeting;
pub mod local_part;
pub mod mailbox;
pub mod parameter;
pub mod reply_code;
pub mod response;
pub mod reverse_path;
pub mod text;
pub mod vec1;