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 base64 encoded mail #224

Closed Bacca1997 closed 6 years ago

Bacca1997 commented 6 years ago

Is the pull request based off the lastest version?

yes

What features have you added?

Added support for emails encoded in base64

What bugs did you fix?

When an email was read the plain text wasn't decoded from base64 ($objNew->plain)

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

Thank you very much!