$full_value
$full_value : array
List of full header values (strings).
This class represents address fields that may appear multiple times in a message part (i.e. they are independent of each other) (RFC 5322).
sendEncode(array $opts = array()) : array
Returns the encoded string value(s) needed when sending the header text to a RFC compliant mail submission server.
array | $opts | Additional options:
|
An array of string values.
getAddressList(boolean $first = false) : mixed
Return the address list representation(s) for this header.
boolean | $first | If true, return only the first element rather than the entire list. |
A Horde_Mail_Rfc822_List object (if $first is true) or an array of those objects.