private function chooseEncoding() : string { if (null === $this->charset) { return 'base64'; } return 'quoted-printable'; }