Thomas Bruederli
2014-02-19 0b70f509fc3f8cdf15c8887d534d85a015851cf2
Declare LOGIN commands to be anonymized in debug logging
1 files modified
2 ■■■ changed files
program/lib/Roundcube/rcube_imap_generic.php 2 ●●● patch | view | raw | blame | history
program/lib/Roundcube/rcube_imap_generic.php
@@ -633,7 +633,7 @@
    function login($user, $password)
    {
        list($code, $response) = $this->execute('LOGIN', array(
            $this->escape($user), $this->escape($password)), self::COMMAND_CAPABILITY);
            $this->escape($user), $this->escape($password)), self::COMMAND_CAPABILITY | self::COMMAND_ANONYMIZED);
        // re-set capabilities list if untagged CAPABILITY response provided
        if (preg_match('/\* CAPABILITY (.+)/i', $response, $matches)) {