pop3-rs

Crates.iopop3-rs
lib.rspop3-rs
version0.1.0
sourcesrc
created_at2017-01-26 21:41:14.078654
updated_at2017-01-26 21:41:14.078654
descriptionA rust based library for handling the POP3 Protocol
homepagehttps://github.com/darnir/pop3-rs
repositoryhttps://github.com/darnir/pop3-rs
max_upload_size
id8233
size15,587
Darshit Shah (darnir)

documentation

README

POP3-RS

A POP3 client library written in Rust

Build Status MIT licensed

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

[dependencies]
pop3-rs = "0.1"

License

MIT

Contact

In case of any queries, please create a new issue on the Issue Tracker on GitHub.

Commit count: 43

cargo fmt