commons-net 0.1.0

Tokio based implementation for Commons Net library contains a collection of network utilities and protocol implementations. Supported protocols include: Echo, FTP(S), NNTP, NTP, POP3(S), SMTP(S), Telnet
Documentation
#[derive(Debug)]
pub enum SMTPCommand {
    HELO,
    MAIL,
    RCPT,
    DATA,
    SEND,
    SOML,
    SAML,
    RSET,
    VRFY,
    EXPN,
    HELP,
    NOOP,
    TURN,
    QUIT,
    AUTH,
    EHLO,
}