suche nach in der

imap_set_quota> <imap_scanmailbox
Last updated: Fri, 18 May 2012

view this page in



add a note add a note User Contributed Notes
imap_search
oliver at samera dot com dot py
26-Oct-2002 05:16
imap_search() only supports IMAP2 search criterias, because the function mail_criteria() (from c-client lib) is used in ext/imap/php_imap.c for parsing the search string.
IMAP2 search criteria is defined in RFC 1176, section "tag SEARCH search_criteria".
oliver at samera dot com dot py
27-Jan-2002 06:03
imap_search() return false if it does not understand the search condition or no messages have been found.

$emails imap_seach($mbox, "UNDELETED SENTSINCE 01-Jan-2002");
if($emails === false)
  echo "The search failed";

imap_set_quota> <imap_scanmailbox
Last updated: Fri, 18 May 2012