1 2 3 4 5 6 7
//! RFC 3463: Enhanced Mail System Status Codes. //! //! The refined class.subject.detail codes some servers attach to //! their replies, plus the EHLO capability announcing them. pub mod capability; pub mod enhanced_status_code;