mail-mime-parser icon indicating copy to clipboard operation
mail-mime-parser copied to clipboard

Document `->setCharsetOverride()`

Open ThomasLandauer opened this issue 5 years ago • 1 comments

...in README.md and/or https://mail-mime-parser.org/

ThomasLandauer avatar Aug 20 '20 16:08 ThomasLandauer

if (null === $message->getTextPart()->getHeaderParameter('content-type', 'charset'))
{
    $message->getTextPart()->setCharsetOverride('utf-8');
}

ThomasLandauer avatar Aug 25 '20 13:08 ThomasLandauer