himalaya 1.2.0

CLI to manage emails
Documentation
1
2
3
4
5
6
7
8
pub mod envelope;
pub mod message;

#[doc(inline)]
pub use self::{
    envelope::flag,
    message::{attachment, template},
};