Class IMP_IMAP_Search

Description

The IMP_IMAP_Search:: class extends the IMAP_Search class in order to provide necessary bug fixes to ensure backwards compatibility with Horde 3.0.

$Horde: imp/lib/IMAP/Search.php,v 1.5.2.6 2009/01/06 15:24:05 jan Exp $

Copyright 2006-2009 The Horde Project (http://www.horde.org/)

See the enclosed file COPYING for license information (GPL). If you did not receive this file, see http://www.fsf.org/copyleft/gpl.html.

Located in /lib/IMAP/Search.php (line 21)

IMAP_Search
   |
   --IMP_IMAP_Search
Method Summary
 void searchMailbox ( $query,  $imap,  $mbox)
 void searchSortMailbox ( $query,  $imap,  $mbox,  $sortby, [ $sortdir = 0])
 void &singleton ([ $params = array()])
Methods
searchMailbox (line 47)

Searches messages by ALL headers (rather than the limited set provided by imap_search()).

  • see: IMAP_Search::searchMailbox(). $imap does not needed to be passed in.
void searchMailbox ( $query,  $imap,  $mbox)
  • $query
  • $imap
  • $mbox
searchSortMailbox (line 67)

Searches a mailbox and sorts the results.

  • see: IMAP_Search::searchSortMailbox(). $imap does not needed to be passed in.
void searchSortMailbox ( $query,  $imap,  $mbox,  $sortby, [ $sortdir = 0])
  • $query
  • $imap
  • $mbox
  • $sortby
  • $sortdir
singleton (line 29)

Returns a reference to the global IMP_IMAP_Search object, only creating it if it doesn't already exist.

  • see: IMAP_Search::singleton()
void &singleton ([ $params = array()])
  • $params

Documentation generated on Sun, 30 Jan 2011 05:28:17 +0000 by phpDocumentor 1.4.3