SSilence / php-imap-client

a easy solution for simple IMAP email access in php
MIT License
268 stars 138 forks source link

"special" char deleted #247

Open ggiacomoo opened 4 years ago

ggiacomoo commented 4 years ago

bug

"special" char deleted

if i download a mail with these charachters "òàùéì" (and many more i think), these characters are deleted from body

If a bug, list steps to reproduce bugs.

send a mail like 'ciào' in html format, downloading it and calling $email->message->html->__toString() the result will be 'cio'

If a bug, did you do these steps?

[x] Download and use the lastest stable version [x] See if the issue has already been reported [x] Debug

https://pastebin.com/qYfc4f8s

JAKgit commented 3 years ago

Please check following comment: https://github.com/SSilence/php-imap-client/issues/251#issuecomment-849521509