SSilence / php-imap-client

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

Added work-around for Issue-185. #217

Closed Daxyhr closed 6 years ago

Daxyhr commented 6 years ago

Added work-around for Issue-185 where to array was not filled with all recipients. I found this solution on: http://php.net/manual/en/function.imap-headerinfo.php#98809 After testing it does do the trick and the To array is filled properly with this change.

Daxyhr commented 6 years ago

It contained a syntax error. Will start a new one.