pop3-codec 0.3.0

Low-level POP3 Parser and Serializer
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[![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.