Changeset 3730 in subversion
- Timestamp:
- Jun 9, 2010 2:16:09 AM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/roundcubemail/program/include/rcube_imap_generic.php
r3726 r3730 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.
