Changeset 2653fe16 in github
- Timestamp:
- Jun 9, 2010 2:16:09 AM (3 years ago)
- Branches:
- master, HEAD, courier-fix, dev-browser-capabilities, pdo, release-0.6, release-0.7, release-0.8
- Children:
- 0926679
- Parents:
- af3cf8a0
- File:
-
- 1 edited
-
program/include/rcube_imap_generic.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
program/include/rcube_imap_generic.php
r64e3e80 r2653fe16 646 646 if (preg_match('/\[CAPABILITY ([^]]+)\]/i', $line, $matches)) { 647 647 $this->capability = explode(' ', strtoupper($matches[1])); 648 $this->capability_readed = true;649 648 } 650 649 … … 711 710 $result = $this->login($user, $password); 712 711 } 713 712 write_log('imap', '----------'); 714 713 if (is_resource($result)) { 715 714 if ($this->prefs['force_caps']) {
Note: See TracChangeset
for help on using the changeset viewer.
