/functions/imap_search.php

Description

imap_search.php

IMAP search routines

  • version: $Id: imap_search.php 14840 2020-01-07 07:42:38Z pdontthink $
  • copyright: 1999-2020 The SquirrelMail Project Team
  • deprecated: This search interface has been largely replaced by asearch
  • filesource: Source Code for this file
  • license: GNU Public License
Includes
require_once (SM_PATH.'functions/date.php') (line 19)
require_once (SM_PATH.'functions/imap.php') (line 18)

Load up a bunch of SM functions

require_once (SM_PATH.'functions/mime.php') (line 21)
Functions
sqimap_search (line 29)
void sqimap_search ( $imapConnection, string $search_where,  $search_what,  $mailbox,  $color, [ $search_position = ''],  $search_all,  $count_all)
  • string $search_where: The location to search (see RFC3501 section 6.4.4) If this string contains underscores, they are interpreted as an OR condition, thus "TO_CC" will result in a search of the TO *or* CC headers
  • $imapConnection
  • $search_what
  • $mailbox
  • $color
  • $search_position
  • $search_all
  • $count_all

Documentation generated on Mon, 13 Jan 2020 04:24:48 +0100 by phpDocumentor 1.4.3