Changeset 1714 in subversion
- Timestamp:
- Sep 2, 2008 8:47:48 AM (5 years ago)
- File:
-
- 1 edited
-
trunk/roundcubemail/program/lib/imap.inc (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/roundcubemail/program/lib/imap.inc
r1713 r1714 299 299 { 300 300 if (in_array($name, $conn->capability)) { 301 return $conn->capability[$name];301 return true; 302 302 } 303 303 else if ($conn->capability_readed) { … … 324 324 325 325 if (in_array($name, $conn->capability)) { 326 return $conn->capability[$name];326 return true; 327 327 } 328 328 … … 549 549 550 550 $iil_error .= "Socket connection established\r\n"; 551 $line = iil_ReadLine($conn->fp, 1024);551 $line = iil_ReadLine($conn->fp, 4096); 552 552 553 553 // RFC3501 [7.1] optional CAPABILITY response … … 555 555 $conn->capability = explode(' ', strtoupper($matches[1])); 556 556 } 557 558 $conn->message .= $line; 557 559 558 560 if (strcasecmp($auth_method, "check") == 0) {
Note: See TracChangeset
for help on using the changeset viewer.
