rfc1939 0.1.0

Parsing RFC 1939 (i.e. POP3) data streams
Documentation
1
2
3
4
//! Once the TCP connection has been opened by a POP3 client, 
//! the POP3 session is now in the AUTHORIZATION state.
pub mod response;
pub mod command;