Function email::utils::response::get_email_data_from_response

Function Documentation

std::optional<struct EmailData> email::utils::response::get_email_data_from_response(const std::string &response)

Get raw email data from raw request response.

Parameters:

response – the result of the request

Returns:

the email data, or std::nullopt if it failed