alecpl
2010-09-21 d560e78d98b291efd8db777e944bf57bb1b577e8
program/include/rcube_imap_generic.php
@@ -708,7 +708,7 @@
    function close()
    {
       if ($this->putLine("I LOGOUT")) {
       if ($this->logged && $this->putLine("I LOGOUT")) {
          if (!feof($this->fp))
             fgets($this->fp, 1024);
       }