io-smtp 0.2.2

SMTP client library for Rust
Documentation
1
2
3
4
5
6
7
8
9
//! RFC 3461: Simple Mail Transfer Protocol (SMTP) Service Extension
//! for Delivery Status Notifications (DSNs).
//!
//! Provides type-safe ESMTP parameter constructors for MAIL FROM and
//! RCPT TO commands. The server must announce the `DSN` capability in
//! its EHLO response before these parameters may be used.

pub mod capability;
pub mod parameter;