SSilence / php-imap-client

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

convert_UTF8 error #251

Open kavs opened 4 years ago

kavs commented 4 years ago

Feature request or bug

If a bug, what did you expect to happen?

If a bug, what happened?

If a bug, list steps to reproduce bugs.

If a bug, did you do these steps?

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

If a feature request, what do you want to be added or changed?

If a feature request, is this feature already in a pull request?

If a feature request, do you know anyone who can help?

Side notes(Read then del this chunk)

Please use pastebin for var_dumps. Not screenies or paste blobs!
Be descriptive!
Please fill out this entire form!

JAKgit commented 3 years ago

For someone having the same issues with the utf-8 decode for Subject and Content, you can modify the class to following:

`/**

That has fixed the issues for special characters and quoted encoded content.