SSilence / php-imap-client

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

Added support for utf-8 and quoted printable #223

Closed loviuz closed 6 years ago

loviuz commented 6 years ago

Added support for utf-8 encoding and quoted printable characters on plaintext emails

Is the pull request based off the lastest version?

Yes

What features have you added?

Added support for utf-8 and quoted printable characters

What bugs did you fix?

Wrong characters read

Is your code valid PSR-2?

Yes

Have you properly documented your code?

Yes

Has anything in your pull request already been fixed?

No

Anything else?

Optional things below

[X] Added your name to the credits

mattparksjr commented 6 years ago

Thanks! Much appreciated!