pub async fn transfer_accept(
    email: &str,
    auth_info: Option<&str>,
    client_sender: &mut Sender<RequestMessage>
) -> Result<CommandResponse<TransferResponse>, Error>
Expand description

Accepts the transfer of an email forwarding

Arguments

  • email - The email to be approved
  • auth_info - Auth info for the domain
  • client_sender - Reference to the tokio channel into the client