Bartlomiej Nogas
2014-10-24 a235f79df9b3e94e52e22008e9af858e094fd25f
Fix of really fix UNKNOWN-CTE handling
1 files modified
3 ■■■■ changed files
program/lib/Roundcube/rcube_imap_generic.php 3 ●●●● patch | view | raw | blame | history
program/lib/Roundcube/rcube_imap_generic.php
@@ -2569,7 +2569,6 @@
            return false;
        }
        $initiated = false;
        $binary    = true;
        do {
@@ -2732,7 +2731,7 @@
                    }
                }
            }
        } while (!$this->startsWith($line, $key, true));
        } while (!$this->startsWith($line, $key, true) || !$initiated);
        if ($result !== false) {
            if ($file) {