1
2
3
4
5
//! RFC 821 has been replaced by RFC 5321 which is backwards compatible

use super::ESMTP;

pub type Rfc821 = ESMTP;