$addresses
$addresses : \Horde_Mail_Rfc822_GroupList
List of group e-mail address objects.
Object representation of a RFC 822 group e-mail address.
$addresses : \Horde_Mail_Rfc822_GroupList
List of group e-mail address objects.
writeAddress(mixed $opts = array()) : string
Write an address given information in this part.
mixed | $opts | If boolean true, is equivalent to passing true for both 'encode' and 'idn'. If an array, these keys are supported:
|
The correctly escaped/quoted address.
__construct(string $groupname = null, mixed $addresses = null)
Constructor.
string | $groupname | If set, used as the group name. |
mixed | $addresses | If a GroupList object, used as the address list. Any other non-null value is parsed and used as the address list (addresses not verified; sub-groups are ignored). |