rfc1939 0.1.0

Parsing RFC 1939 (i.e. POP3) data streams
Documentation
1
2
3
4
5
6
//! Once the client has successfully identified itself to the POP3 server
//! and the POP3 server has locked and opened the appropriate maildrop,
//! the POP3 session is now in the TRANSACTION state.

pub mod command;
pub mod response;