pub async fn update(
info: UpdateInfo<'_>,
client_sender: &mut Sender<RequestMessage>
) -> Result<CommandResponse<UpdateResponse>, Error>
Expand description
Updates properties of an email forwarding
Arguments
email
- The email to be updatedadd
- Attributes to be addedremove
- Attributes to be removednew_registrant
- New registrant IDnew_auth_info
- New auth info password for future transfersclient_sender
- Reference to the tokio channel into the client