From 90fd1987fa24fa6b9499fbcdb82fc5630b7a3420 Mon Sep 17 00:00:00 2001 From: alec Date: Mon, 8 Mar 2010 07:13:09 +0000 Subject: - Net_SMTP 1.4.2 with fix for #1486537 git-svn-id: https://svn.roundcube.net/trunk@3339 208e9e7b-5314-0410-a742-e7e81cd9613c --- roundcubemail/program/lib/Net/SMTP.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'roundcubemail/program/lib') diff --git a/roundcubemail/program/lib/Net/SMTP.php b/roundcubemail/program/lib/Net/SMTP.php index f5a625454..0602e100f 100644 --- a/roundcubemail/program/lib/Net/SMTP.php +++ b/roundcubemail/program/lib/Net/SMTP.php @@ -952,7 +952,7 @@ class Net_SMTP /* If we have a separate headers string, send it first. */ if (!is_null($headers)) { - $this->quotedata($line); + $this->quotedata($headers); if (PEAR::isError($result = $this->_send($headers . "\r\n\r\n"))) { return $result; } -- cgit v1.2.3