neverest 0.1.0

CLI to synchronize and backup emails
Documentation
1
2
3
4
5
6
7
8
9
10
//! # Account commands
//!
//! This module gathers CLI commands dedicated to accounts:
//! [`check_up`] to check up the validity of a given account,
//! [`configure`] to configure secrets of a given account, and
//! [`sync`] to synchronize two backends of a given account.

pub mod check_up;
pub mod configure;
pub mod sync;