adjust api, test commands with a greenmail instance

This commit is contained in:
Clément DOUIN
2023-12-09 09:36:26 +01:00
parent ef3214f36f
commit 04e721d591
31 changed files with 150 additions and 112 deletions
+2 -2
View File
@@ -16,8 +16,8 @@ use self::{
/// Manage folders.
///
/// A folder (AKA mailbox, or directory) contains envelopes and
/// messages. This subcommand allows you to manage them.
/// A folder (as known as mailbox, or directory) contains one or more
/// emails. This subcommand allows you to manage them.
#[derive(Debug, Subcommand)]
pub enum FolderSubcommand {
#[command(alias = "add", alias = "new")]