PHP Class IMP_Ajax_Application_Handler_Search, horde

Author: Michael Slusarz ([email protected])
Inheritance: extends Horde_Core_Ajax_Application_Handler
Show file Open project: horde/horde

Public Methods

Method Description
searchMailboxList ( ) : object AJAX action: Create mailbox select list for advanced search page.

Protected Methods

Method Description
_getSearchMboxList ( boolean $unsub = false ) : object Create list of mailboxes used on advanced search page.

Method Details

_getSearchMboxList() protected method

Create list of mailboxes used on advanced search page.
protected _getSearchMboxList ( boolean $unsub = false ) : object
$unsub boolean Include unsubcribed mailboxes?
return object Object with the following properties:
  - mbox_list: (array) Mapping of mailbox name (key) to display
               string (values).
  - tree: (IMP_Tree_Flist) Tree object.

searchMailboxList() public method

Variables used: - unsub: (integer) If set, includes unsubscribed mailboxes.
public searchMailboxList ( ) : object
return object An object with the following entries: - mbox_list: (array) - tree: (string)