Changeset 1414 in subversion
- Timestamp:
- May 21, 2008 4:19:26 AM (5 years ago)
- File:
-
- 1 edited
-
trunk/roundcubemail/program/lib/imap.inc (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/roundcubemail/program/lib/imap.inc
r1369 r1414 481 481 482 482 // RFC3501 [7.1] optional CAPABILITY response 483 if (preg_match('/\[CAPABILITY ([^]]+)\]/i', $line, $matches)) { 484 $conn->capability = explode(' ', $matches[1]); 485 } else { 483 // commented out, because it's not working always as should 484 // if (preg_match('/\[CAPABILITY ([^]]+)\]/i', $line, $matches)) { 485 // $conn->capability = explode(' ', $matches[1]); 486 // } else { 486 487 fputs($conn->fp, "cp01 CAPABILITY\r\n"); 487 488 do { … … 498 499 } 499 500 } while ($a[0] != 'cp01'); 500 }501 // } 501 502 502 503 if (strcasecmp($auth_method, "check") == 0) {
Note: See TracChangeset
for help on using the changeset viewer.
