Function epp_proxy::client::email_forward::transfer_request
source · [−]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 transferredadd_period- How much time to add to the domain’s expiry on transferauth_info- Auth info for the domainclient_sender- Reference to the tokio channel into the client