Aleksander Machniak
2014-10-24 9d0d40308c79218419e24d3d118f4bcf09df059b
Merge pull request #238 from bnogas/master-p5

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) {