From 49c8adfca6d0ac069bf311a4e8aeea8a782a0f1b Mon Sep 17 00:00:00 2001 From: alec Date: Thu, 18 Dec 2008 18:22:25 +0000 Subject: #1485157: fix DIGEST-MD5 authentication git-svn-id: https://svn.roundcube.net/trunk@2179 208e9e7b-5314-0410-a742-e7e81cd9613c --- roundcubemail/program/lib/Net/SMTP.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'roundcubemail/program') diff --git a/roundcubemail/program/lib/Net/SMTP.php b/roundcubemail/program/lib/Net/SMTP.php index a116b3bae..6e1bb0330 100644 --- a/roundcubemail/program/lib/Net/SMTP.php +++ b/roundcubemail/program/lib/Net/SMTP.php @@ -532,7 +532,7 @@ class Net_SMTP /* We don't use the protocol's third step because SMTP doesn't * allow subsequent authentication, so we just silently ignore * it. */ - if (PEAR::isError($error = $this->_put(' '))) { + if (PEAR::isError($error = $this->_put(''))) { return $error; } /* 235: Authentication successful */ -- cgit v1.2.3