Function mailslurp::apis::email_controller_api::get_email_html_query[][src]

pub async fn get_email_html_query(
    configuration: &Configuration,
    params: GetEmailHtmlQueryParams
) -> Result<EmailTextLinesResult, Error<GetEmailHtmlQueryError>>

Parse an email body and return the content as an array of text. HTML parsing uses JSoup which supports JQuery/CSS style selectors