Changeset fefed62 in github
- Timestamp:
- Oct 2, 2009 1:12:51 PM (4 years ago)
- Branches:
- master, HEAD, courier-fix, dev-browser-capabilities, pdo, release-0.6, release-0.7, release-0.8
- Children:
- 2c7296a
- Parents:
- 1bf9a86
- File:
-
- 1 edited
-
program/lib/imap.inc (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
program/lib/imap.inc
r1480e2f rfefed62 343 343 if ($error && preg_match('/^\* (BYE|BAD) /i', $string)) { 344 344 return true; 345 346 345 } 347 346 return false; … … 1546 1545 } 1547 1546 // patch from "Maksim Rubis" <siburny@hotmail.com> 1548 } while ( trim($line[0]) != ')' && strncmp($line, $key, strlen($key)));1547 } while ($line[0] != ')' && !iil_StartsWith($line, $key, true)); 1549 1548 1550 1549 if (strncmp($line, $key, strlen($key))) {
Note: See TracChangeset
for help on using the changeset viewer.
