alecpl
2008-12-18 b751d5609f915aaafde78782c15cd91af71af69e
#1485157: fix DIGEST-MD5 authentication


1 files modified
2 ■■■ changed files
program/lib/Net/SMTP.php 2 ●●● patch | view | raw | blame | history
program/lib/Net/SMTP.php
@@ -532,7 +532,7 @@
        /* 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 */