Changeset 3725 in subversion
- Timestamp:
- Jun 7, 2010 6:03:59 AM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/roundcubemail/program/include/rcube_imap_generic.php
r3714 r3725 646 646 if (preg_match('/\[CAPABILITY ([^]]+)\]/i', $line, $matches)) { 647 647 $this->capability = explode(' ', strtoupper($matches[1])); 648 $this->capability_readed = true; 648 649 } 649 650 … … 717 718 $this->getNamespace(); 718 719 $this->logged = true; 720 719 721 return true; 720 722 } else {
Note: See TracChangeset
for help on using the changeset viewer.
