This is a discussion on imap_search - criterion "ON" within the PHP General forums, part of the PHP Programming Forums category; Hey there, i am trying to use the imap_search function oh PHP. In the documentation it says i can use ...
|
|||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
|||
|
Hey there,
i am trying to use the imap_search function oh PHP. In the documentation it says i can use ON to search for a date. Whenever i try that I get: "Unknown search criterion: ON" Which is wired because ON is even mentioned in the IMAP2 criteria?!? Any ideas what's wrong? Greets, Max |
|
|||
|
2007. 11. 22, csütörtök keltezéssel 21.15-kor Max Frigge ezt Ã*rta:
> Hey there, > > i am trying to use the imap_search function oh PHP. > In the documentation it says i can use ON to search for > a date. Whenever i try that I get: > > "Unknown search criterion: ON" > > Which is wired because ON is even mentioned in > the IMAP2 criteria?!? yep, ON is correct according to rfc3501 (IMAPv4rev1) > > Any ideas what's wrong? the problem is probably with the imap server. maybe it is not rfc compliant or something. greets Zoltán Németh > > Greets, Max > |