Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Document ->setCharsetOverride() #136

Open
ThomasLandauer opened this issue Aug 20, 2020 · 1 comment
Open

Document ->setCharsetOverride() #136

ThomasLandauer opened this issue Aug 20, 2020 · 1 comment
Labels

Comments

@ThomasLandauer
Copy link
Contributor

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

@ThomasLandauer ThomasLandauer changed the title Document ->setCharsetOverride() Document ->setCharsetOverride() Aug 20, 2020
@zbateson zbateson added the Docs label Aug 21, 2020
@ThomasLandauer
Copy link
Contributor Author

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants