Bartlomiej Nogas
2014-10-24 281ca0ea2a368a5ecd62344bffaa4b4a5986db9e
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
@@ -2530,7 +2530,6 @@
            return false;
        }
        $initiated = false;
        $binary    = true;
        do {
@@ -2693,7 +2692,7 @@
                    }
                }
            }
        } while (!$this->startsWith($line, $key, true));
        } while (!$this->startsWith($line, $key, true) || !$initiated);
        if ($result !== false) {
            if ($file) {