neverest 0.2.0

CLI to synchronize PIM collections: mail, contact, calendar…
1
2
3
4
5
6
7
8
9
10
11
12
13
14
//! # Wizard
//!
//! Interactive configuration: email-driven service discovery, per-backend
//! credential prompts, and the converters from answers to [`crate::config`].

#[cfg(feature = "dav")]
pub mod dav;
pub mod discover;
#[cfg(feature = "imap")]
pub mod imap_smtp;
#[cfg(feature = "msgraph")]
pub mod msgraph;
pub mod search;
pub mod secret;