IMP_Dynamic_AddressList
in package
Utility methods to parse address lists used by dynamic code.
Tags
Table of Contents
Methods
- parseAddressList() : Horde_Mail_Rfc822_List
- Parse an address list created by the dynamic view JS code.
Methods
parseAddressList()
Parse an address list created by the dynamic view JS code.
public
parseAddressList(string $json) : Horde_Mail_Rfc822_List
Parameters
- $json : string
-
JSON input code.
Return values
Horde_Mail_Rfc822_List —A list of addresses.