Re: [PHP] Does php 5.2.5 support imap4rev1 search criterias

2008-12-04 Thread Ergün Koray
#x27;t appear to be a valid search option - only SINCE is listed here: > > http://uk2.php.net/manual/en/function.imap-search.php > > -- > Richard Heyes > > HTML5 Graphing for FF, Chrome, Opera and Safari: > http://www.rgraph.org (Updated November 29th) > -- Ergün K

[PHP] Does php 5.2.5 support imap4rev1 search criterias

2008-12-04 Thread Ergün Koray
I have php 5.2.5 installed on fedora 9. I have written a little php program that uses the search criteria SENTSINCE. But it complains with : Unknown search criterion: SENTSINCE Can anbody help ? -- Ergün Koray bb, vm, mu, xg -- PHP General Mailing List (http://www.php.net/) To unsubscribe

Re: [PHP] imap4 search criterias

2008-12-03 Thread Ergün Koray
webmail application > (which I no longer have I'm afraid). But try the manual: > http://uk2.php.net/imap_search > > -- > Richard Heyes > > HTML5 Graphing for FF, Chrome, Opera and Safari: > http://www.rgraph.org (Updated November 29th) > -- Ergün Koray bb, vm

[PHP] imap4 search criterias

2008-12-03 Thread Ergün Koray
t;subject}\n"; } } else { echo "Empty " . imap_last_error() ; } imap_close($mbox); ? Here is the result : Unknown search criterion: SENTSINCE -- Ergün Koray bb, vm, mu, xg -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php