himalaya 2.0.0

CLI to manage emails
1
2
3
4
5
6
7
8
9
#[cfg(any(feature = "imap", feature = "jmap", feature = "maildir"))]
pub mod attachment;
pub mod client;
pub mod envelope;
pub mod flag;
pub mod mailbox;
pub mod message;
#[cfg(any(feature = "gmail", feature = "msgraph"))]
pub mod output;