pub async fn check(
    email: &str,
    fee_check: Option<FeeCheck>,
    client_sender: &mut Sender<RequestMessage>
) -> Result<CommandResponse<CheckResponse>, Error>
Expand description

Checks if an email forwarding is available

Arguments

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