pub async fn handle_command<B>(
conn: Arc<Mutex<SMTPConnection<B>>>,
controllers: Controllers<B>,
client_message: &mut ClientMessage<String>,
allowed_commands: Vec<Commands>,
max_size: usize,
) -> Result<(Vec<Message>, SMTPConnectionStatus), SMTPError>Expand description
ยงHandle Command
This function handles the SMTP command.