PHP Class IMP_Prefs_Special_SpecialMboxes, horde

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

Protected Properties

Property Type Description
$_cache array Cached mailbox list.

Protected Methods

Method Description
_getSpecialUse ( string $use ) : string Get the list of special use mailboxes of a certain type.
_updateSpecialMboxes ( string $pref, IMP_Mailbox $form, string $new, string $type, Horde_Core_Prefs_Ui $ui ) : boolean Update special mailbox preferences.

Method Details

_getSpecialUse() protected method

Get the list of special use mailboxes of a certain type.
protected _getSpecialUse ( string $use ) : string
$use string The special-use flag.
return string HTML code.

_updateSpecialMboxes() protected method

Update special mailbox preferences.
protected _updateSpecialMboxes ( string $pref, IMP_Mailbox $form, string $new, string $type, Horde_Core_Prefs_Ui $ui ) : boolean
$pref string The pref name to update.
$form IMP_Mailbox The form data.
$new string The new mailbox name.
$type string Special use attribute (RFC 6154).
$ui Horde_Core_Prefs_Ui The UI object.
return boolean True if preferences were updated.

Property Details

$_cache protected property

Cached mailbox list.
protected array $_cache
return array