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
pub async fn handle_command(
ctx: &HandlerContext,
session: &mut ImapSession,
tag: &str,
command: ImapCommand,
) -> Result<ImapResponse>Handle an IMAP command — dispatches to the appropriate sub-handler