top button
Flag Notify
    Connect to us
      Site Registration

Site Registration

PHP: logical distinction for two search criteria in imap_search()

+3 votes
786 views

I need a logical distinction for two search criteria in imap_search().

The RFC 2060 says this: OR

I tried almost all possible combinations of quoted strings for OR, UNSEEN and DELETED, but all return false.

Can anyone help me...

posted Feb 18, 2014 by Amit Parthsarthi

Looking for an answer?  Promote on:
Facebook Share Button Twitter Share Button LinkedIn Share Button

Similar Questions
+1 vote

Need to implement searching technology for whole website using index,
Required alogrithm or logic for that in php

+3 votes

Do Google Search API have any limit for the website like google custom search, I could not find any documentation?
Please help...

0 votes

As per specification, System Information block 1 (SIB1) can broadcast up to six PLMNs in a cell. My question is when I do manual network search at UE, will UE show all the PLMNs or only first PLMN (primary PLMN) in the output ?

+1 vote

I want to do the Boolean search over various sentences or documents. I do not want to use special programs like Whoosh, etc.

May I use any other parser? If anybody may kindly let me know.

+2 votes

I am trying to search the phrase of numbers in a html page in the
sentence below:

(253 items)

I used this piece of code, but it does not work,

limit= page.search("div[class=Results]").search("div").gsub("items","")

 begin
 Integer(limit)
 rescue
 return 0
 end

Would you give me any suggestion on this?

...