Skip to main content

handle_command

Function handle_command 

Source
pub async fn handle_command(
    ctx: &HandlerContext,
    session: &mut ImapSession,
    tag: &str,
    command: ImapCommand,
) -> Result<ImapResponse>
Expand description

Handle an IMAP command — dispatches to the appropriate sub-handler