Method | Description | |
---|---|---|
getAddressList ( string $str = '', array $opts = [] ) : Horde_Mail_Rfc822_List | Uses the Registry to expand names. |
Method | Description | |
---|---|---|
_getAddressbookSearchParams ( ) : object | Return search parameters necessary to do a contacts API search. | |
_getAutoCompleter ( ) | ||
_getAutoCompleterParams ( ) : array | Return the basic autocompleter parameters. | |
_handleAutoCompleter ( $input ) |
abstract protected _getAddressbookSearchParams ( ) : object | ||
return | object | Object with these properties: - fields: TODO - sources: TODO |
protected _getAutoCompleterParams ( ) : array | ||
return | array | Autocompleter parameters. |
public getAddressList ( string $str = '', array $opts = [] ) : Horde_Mail_Rfc822_List | ||
$str | string | The name(s) or address(es) to expand. |
$opts | array | Additional options: - levenshtein: (boolean) Do levenshtein sorting, - count_only: (boolean) Only return the count of results. |
return | Horde_Mail_Rfc822_List | Expand results. |