alecpl
2010-05-18 6a86d2727ac16eb65d5ab5b920f0fa70fbfeef7d
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));