Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support for more complex search expressions. #10

Merged
merged 1 commit into from
May 30, 2013

Conversation

jamesiarmes
Copy link
Contributor

This library is exactly what I needed except for the limited searching. I needed to be able to search for messages sent to a specific address, with a specific subject and optionally with certain text contain in the body.

I took the liberty of implementing a more advanced search expression feature utilizing each of the search keywords supported by IMAP2. IMAP4 introduces more advanced searches but would require the use of sockets as the PHP extension only supports IMAP2.

ddeboer added a commit that referenced this pull request May 30, 2013
Add support for more complex search expressions.
@ddeboer ddeboer merged commit d2f37d1 into ddeboer:master May 30, 2013
@ddeboer
Copy link
Owner

ddeboer commented May 30, 2013

Beautiful addition, thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants