pub async fn info(
email: &str,
auth_info: Option<&str>,
client_sender: &mut Sender<RequestMessage>
) -> Result<CommandResponse<InfoResponse>, Error>
Expand description
Fetches information about an email forwarding
Arguments
email
- The email in questionclient_sender
- Reference to the tokio channel into the client