[![CI](https://github.com/duesee/pop3-codec/actions/workflows/ci.yml/badge.svg)](https://github.com/duesee/pop3-codec/actions/workflows/ci.yml) [![Scheduled](https://github.com/duesee/pop3-codec/actions/workflows/scheduled.yml/badge.svg)](https://github.com/duesee/pop3-codec/actions/workflows/scheduled.yml) [![docs](https://docs.rs/pop3-codec/badge.svg)](https://docs.rs/pop3-codec) # POP3 Protocol This crate provides types and parsers for POP3 commands. Responses are not implemented yet. # Overview of (all?) RFCs related to POP3 ![Overview of POP3 RFCs](./assets/overview.svg) Made with https://github.com/raybellis/rfcdeps # License This crate is dual-licensed under Apache 2.0 and MIT terms.