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

Requests the transfer of an email forwarding

Arguments

  • email - The email to be transferred
  • add_period - How much time to add to the domain’s expiry on transfer
  • auth_info - Auth info for the domain
  • client_sender - Reference to the tokio channel into the client