https://github.com/duesee/pop3-codec
Parsing and construction of POP3 messages
https://github.com/duesee/pop3-codec
email parsing pop3 protocol rust
Last synced: about 2 months ago
JSON representation
Parsing and construction of POP3 messages
- Host: GitHub
- URL: https://github.com/duesee/pop3-codec
- Owner: duesee
- License: apache-2.0
- Created: 2020-06-07T10:45:37.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2023-10-10T07:46:21.000Z (over 1 year ago)
- Last Synced: 2025-03-28T09:47:29.664Z (about 2 months ago)
- Topics: email, parsing, pop3, protocol, rust
- Language: Rust
- Homepage:
- Size: 43.9 KB
- Stars: 5
- Watchers: 3
- Forks: 1
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
- License: LICENSE-APACHE
- Security: SECURITY.md
Awesome Lists containing this project
README
[](https://github.com/duesee/pop3-codec/actions/workflows/build_and_test.yml)
[](https://github.com/duesee/pop3-codec/actions/workflows/audit.yml)
[](https://coveralls.io/github/duesee/pop3-codec?branch=main)
[](https://docs.rs/pop3-codec)# POP3 Protocol
This crate provides types and parsers for POP3 commands. Responses are not implemented yet.
# Overview of POP3 RFCs

Made with https://github.com/raybellis/rfcdeps
# License
This crate is dual-licensed under Apache 2.0 and MIT terms.