panorama/smtp
2021-03-01 03:13:25 -06:00
..
src add some docs 2021-02-24 06:50:27 -06:00
Cargo.toml switch back to crossterm + cargo-deny stuff 2021-03-01 03:13:25 -06:00
README.md checklist for protocol implementation 2021-03-01 02:03:21 -06:00

SMTP

here's the list of RFCs planning to be supported and the status of the implementation of their commands:

  • RFC5321 (SMTP)
    • HELO: not yet implemented
    • EHLO: not yet implemented
    • MAIL: not yet implemented
    • RCPT: not yet implemented
    • DATA: not yet implemented
    • RSET: not yet implemented
    • VRFY: not yet implemented
    • EXPN: not yet implemented
    • HELP: not yet implemented
    • NOOP: not yet implemented
    • QUIT: not yet implemented
  • RFC3207 (SMTP STARTTLS)
    • STARTTLS: not yet implemented
  • RFC2554 (SMTP AUTH)
    • AUTH: not yet implemented