pimalaya-cli 0.1.1

CLI utils for Pimalaya
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
//! Interactive account setup wizards, one submodule per protocol.
//!
//! Each wizard prompts for the settings of one account and returns a
//! `Wizard*Config` the caller maps into its own configuration.

#[cfg(feature = "caldav")]
pub mod caldav;
#[cfg(feature = "carddav")]
pub mod carddav;
#[cfg(feature = "imap")]
pub mod imap;
#[cfg(feature = "jmap")]
pub mod jmap;
#[cfg(feature = "smtp")]
pub mod smtp;