diff options
author | alecpl <alec@alec.pl> | 2010-06-09 06:16:09 +0000 |
---|---|---|
committer | alecpl <alec@alec.pl> | 2010-06-09 06:16:09 +0000 |
commit | 2653fe169f781f2736c0f8fd18a7f1806b7c71d9 (patch) | |
tree | 46f3960d7ceed421637cd29bb99e857b48f9a127 /program/include | |
parent | af3cf8a0a7de74ab169f44277eda73f5f9e18cd7 (diff) |
- Reverted r3725 change
Diffstat (limited to 'program/include')
-rw-r--r-- | program/include/rcube_imap_generic.php | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/program/include/rcube_imap_generic.php b/program/include/rcube_imap_generic.php index 7669ceb32..e8654cdd2 100644 --- a/program/include/rcube_imap_generic.php +++ b/program/include/rcube_imap_generic.php @@ -645,7 +645,6 @@ class rcube_imap_generic // RFC3501 [7.1] optional CAPABILITY response if (preg_match('/\[CAPABILITY ([^]]+)\]/i', $line, $matches)) { $this->capability = explode(' ', strtoupper($matches[1])); - $this->capability_readed = true; } $this->message .= $line; @@ -710,7 +709,7 @@ class rcube_imap_generic // do plain text auth $result = $this->login($user, $password); } - +write_log('imap', '----------'); if (is_resource($result)) { if ($this->prefs['force_caps']) { $this->clearCapability(); |