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

pub async fn get_raw_email_contents(
    configuration: &Configuration,
    params: GetRawEmailContentsParams
) -> Result<String, Error<GetRawEmailContentsError>>

Returns a raw, unparsed, and unprocessed email. If your client has issues processing the response it is likely due to the response content-type which is text/plain. If you need a JSON response content-type use the getRawEmailJson endpoint