himalaya 0.5.2

Command-line interface for email management
1
2
3
4
5
6
7
//! Module related to IMAP.

pub mod imap_arg;
pub mod imap_handler;

pub mod imap_service;
pub use imap_service::*;