Re: [PHP] imap4 search criterias

2008-12-03 Thread ceo
As I recall, there needs to be a \SENTSINCE instead of just SENTSINCE, and the PHP online manual ended up stripping out the \ business... Or maybe that was in some kind of "flags" somewhere else... Check the user contributed notes -- Those are invaluable for "what can go wrong" type of ins

Re: [PHP] imap4 search criterias

2008-12-03 Thread Ergün Koray
Thanks for the quick reply, There is no SENTSINCE keyword in the critera parameter section, so I believe that no SENTSINCE queries can be performed againts the server. The problem with the SINCE keyword is that it returns the wrong results. On Wed, Dec 3, 2008 at 12:07 PM, Richard Heyes <[EMAIL

Re: [PHP] imap4 search criterias

2008-12-03 Thread Richard Heyes
> I have a Fedora Core 9 system with php 5.2.5 and imap enabled. > A little program that uses imap_search results in this error. Does the > current php version support imap4 search criterias ? It does, and has done for a while. I used it my Vwebmail application (which I no longer have I'm afraid).