himalaya 2.0.0

CLI to manage emails
1
2
3
4
5
6
7
8
9
10
11
pub mod attachments;
pub mod backend;
pub mod cli;
pub mod client;
pub mod drafts;
pub mod history;
pub mod labels;
pub mod messages;
pub mod profile;
pub mod settings;
pub mod threads;