|
@@ -480,6 +480,7 @@ class Rfc822Header {
|
|
++$i;
|
|
++$i;
|
|
}
|
|
}
|
|
} else {
|
|
} else {
|
|
|
|
+ if (!is_array($this->cc)) $this->cc = array();
|
|
$srch_addr = $this->parseAddress($address);
|
|
$srch_addr = $this->parseAddress($address);
|
|
$results = array();
|
|
$results = array();
|
|
foreach ($this->to as $to) {
|
|
foreach ($this->to as $to) {
|