Thanks Tomas.
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@12765
7612ce4b-ef26-0410-bec9-
ea0150e637f0
- Fix off-by-one in bodystructure parsing triggered by servers sending
a body location part (e.g. Sun Java System Messaging Server). Thanks
John Callahan (#1808382).
+ - Invalid initialization of To: header (#1772893).
Version 1.5.1 (branched on 2006-02-12)
--------------------------------------
}
} else {
if (!is_array($this->cc)) $this->cc = array();
+ if (!is_array($this->to)) $this->to = array();
$srch_addr = $this->parseAddress($address);
$results = array();
foreach ($this->to as $to) {