imap 0.0.4

IMAP client for Rust
Documentation
1
2
3
4
5
6
7
#![crate_name = "imap"]
#![crate_type = "lib"]

extern crate openssl;
extern crate regex;

pub mod client;