himalaya 0.7.0

Command-line interface for email management.
Documentation
1
2
3
4
5
6
7
8
9
pub mod account;
pub mod accounts;
pub mod args;
pub mod config;
pub mod handlers;

pub use account::*;
pub use accounts::*;
pub use config::*;