SSilence / php-imap-client

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

add getImap() function #208

Closed likemusic closed 6 years ago

likemusic commented 6 years ago

Is the pull request based off the lastest version?

Yes.

What features have you added?

Added method getImap() to be able to use some imap functions that haven't wrappers in this client. For example imap_fetchheader().

In my case I want to check get all multiple email form 'to' field, that seems impossible by imap_headerinfo() according to comments 1 and 2

What bugs did you fix?

Not fix any bugs.

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?

No

mattparksjr commented 6 years ago

Looks good!