alecpl
2010-05-22 6f4e7dbcb15ee6f51101186da2febff8d7d7234b
program/include/rcube_imap_generic.php
@@ -242,7 +242,7 @@
    }
    // don't use it in loops, until you exactly know what you're doing
    private function readReply($untagged=null)
    private function readReply(&$untagged=null)
    {
       do {
          $line = trim($this->readLine(1024));