Overrides Message::getBody
public function getBody() : AbstractPart { if (null !== ($body = parent::getBody())) { return $body; } return $this->generateBody(); }