himalaya 0.5.4

Command-line interface for email management
1
2
3
4
//! Module related to SMTP.

pub mod smtp_service;
pub use smtp_service::*;