Function epp_proxy::client::email_forward::transfer_reject
source · [−]pub async fn transfer_reject(
email: &str,
auth_info: Option<&str>,
client_sender: &mut Sender<RequestMessage>
) -> Result<CommandResponse<TransferResponse>, Error>
Expand description
Rejects the transfer of an email forwarding
Arguments
email
- The email to be rejectedauth_info
- Auth info for the domainclient_sender
- Reference to the tokio channel into the client