An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

POP3-RS
=======

A POP3 client library written in Rust

[![Build Status](https://travis-ci.org/darnir/pop3-rs.svg?branch=master)](https://travis-ci.org/darnir/pop3-rs)
[![Crates.io](https://img.shields.io/crates/v/pop3-rs.svg)](https://crates.io/crates/pop3-rs)
[![Crates.io](https://img.shields.io/crates/l/pop3-rs.svg)](./LICENSE)
[![Docs.rs](https://docs.rs/pop3-rs/badge.svg)](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.