string $response cURL HTTP response:
private function fetchMessageBody($response) { preg_match("/(?:\r\n){2}(.*)\$/ms", $response, $match); $this->messageBody = $match[1]; }