alecpl
2009-09-05 161c28dffcab78da00b6b80693ef9423c4258248
program/lib/imap.inc
@@ -620,7 +620,7 @@
   }
   stream_set_timeout($conn->fp, 10);
   $line = stream_get_line($conn->fp, 8192, "\r\n");
   $line = stream_get_line($conn->fp, 8192, "\n");
   if ($my_prefs['debug_mode'] && $line)
      write_log('imap', 'S: '. $line);