pop3-client 0.2.1

Another pop3 client
Documentation
language: rust
rust:
- stable

sudo: false

cache: cargo

script:
- cargo build --verbose
- cargo build --verbose --features with-rustls
- cargo test --verbose
- cargo test --verbose --features with-rustls