alecpl
2010-12-07 d7e83d34ddad6d4285a1ae18362642149b18aaa2
program/include/rcube_imap_generic.php
@@ -85,7 +85,6 @@
{
    public $error;
    public $errornum;
   public $message;
    public $data = array();
    public $flags = array(
        'SEEN'     => '\\Seen',
@@ -691,8 +690,6 @@
       if (preg_match('/\[CAPABILITY ([^]]+)\]/i', $line, $matches)) {
          $this->parseCapability($matches[1], true);
       }
       $this->message = $line;
       // TLS connection
       if ($this->prefs['ssl_mode'] == 'tls' && $this->getCapability('STARTTLS')) {