<?php quoted_printable_decode(string $string): string
<?php return implode("\r\n\r\n", [ $headers, quoted_printable_decode($content), ]); }