https://github.com/darnir/pop3-rs
A POP3 Protocol Library for Rust
https://github.com/darnir/pop3-rs
crates pop3-client pop3-protocol rust
Last synced: about 1 year ago
JSON representation
A POP3 Protocol Library for Rust
- Host: GitHub
- URL: https://github.com/darnir/pop3-rs
- Owner: darnir
- License: mit
- Created: 2017-01-26T21:09:02.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2019-06-14T08:06:55.000Z (about 7 years ago)
- Last Synced: 2025-04-11T09:57:57.019Z (over 1 year ago)
- Topics: crates, pop3-client, pop3-protocol, rust
- Language: Rust
- Size: 23.4 KB
- Stars: 2
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
POP3-RS
=======
A POP3 client library written in Rust
[](https://travis-ci.org/darnir/pop3-rs)
[](https://crates.io/crates/pop3-rs)
[](./LICENSE)
[](https://docs.rs/pop3-rs)
This is a fully RFC 1939 compliant library for working with the POP3 Protocol.
It originally started as a small project for me to learn Rust. I intend to
continue using and maintaining it, since I am writing a POP3 client for myself
using this library as a backend.
Installation
------------
```toml
[dependencies]
pop3-rs = "0.1"
```
License
-------
MIT
Contact
-------
In case of any queries, please create a new issue on the Issue Tracker on
GitHub.