/functions/imap_search.php

Description
Description | Includes | Functions

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
Description | Includes | Functions
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
Description | Includes | 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 2020年1月13日 04:24:48 +0100 by phpDocumentor 1.4.3

AltStyle によって変換されたページ (->オリジナル) /