validateMbox() validateMbox(string $name) : string Validates an IMAP mailbox provided by user input. Parameters string $name The form name of the input. Throws \Horde_Exception Returns string — The IMAP mailbox name.
url() url(array $opts = array()) Parameters array $opts Additional options: - mbox_search: (string) Filter results by this mailbox. - mbox_search_substr: (boolean) If true, do substring search instead of exact match.
_addToken() _addToken(\Horde_Url $url) : \Horde_Url Add the ingo action token to a URL. Parameters \Horde_Url $url URL. Returns \Horde_Url — URL with token added (for chainable calls).
_checkToken() _checkToken(array $actions) : string Check token. Parameters array $actions The list of actions that require token checking. Returns string — The verified action ID.
_assertCategory() _assertCategory(integer $type, string $label) Assert category. Parameters integer $type Category type. string $label Category label.