imap 0.0.4

IMAP client for Rust
Documentation
[package]

name = "imap"
version = "0.0.4"
authors = ["Matt McCoy <mattnenterprise@yahoo.com>"]
repository = "https://github.com/mattnenterprise/rust-imap"
description = "IMAP client for Rust"
readme = "README.md"
license = "MIT"

[dependencies]
openssl = "*"
regex = "*"

[[bin]]
name = "example"
path = "example.rs"