//! 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")]pubmodcaldav;#[cfg(feature ="carddav")]pubmodcarddav;#[cfg(feature ="imap")]pubmodimap;#[cfg(feature ="jmap")]pubmodjmap;#[cfg(feature ="smtp")]pubmodsmtp;