Method | Description | |
---|---|---|
searchMailboxList ( ) : object | AJAX action: Create mailbox select list for advanced search page. |
Method | Description | |
---|---|---|
_getSearchMboxList ( boolean $unsub = false ) : object | 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. |
public searchMailboxList ( ) : object | ||
return | object | An object with the following entries: - mbox_list: (array) - tree: (string) |