pub async fn delete(
    email: &str,
    client_sender: &mut Sender<RequestMessage>
) -> Result<CommandResponse<DeleteResponse>, Error>
Expand description

Deletes an email forwarding

Arguments

  • email - The email in question
  • client_sender - Reference to the tokio channel into the client