Changeset 2879 in subversion
- Timestamp:
- Aug 27, 2009 5:22:34 AM (4 years ago)
- Location:
- trunk/roundcubemail
- Files:
-
- 2 edited
-
CHANGELOG (modified) (1 diff)
-
program/lib/imap.inc (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/roundcubemail/CHANGELOG
r2876 r2879 2 2 =========================== 3 3 4 - Fix date sorting problem with Courier IMAP server (#1486065) 4 5 - Unselect pressed buttons on mouse up (#1485987) 5 6 - Don't set php_value error_log in .htaccess but mention in INSTALL (#1485924) -
trunk/roundcubemail/program/lib/imap.inc
r2826 r2879 989 989 990 990 if ($mode == 1) { 991 if (preg_match('/BODY\[HEADER\.FIELDS \( (DATE|FROM|REPLY-TO|SENDER|TO|SUBJECT)\)\] (.*)/', $line, $matches)) {991 if (preg_match('/BODY\[HEADER\.FIELDS \("?(DATE|FROM|REPLY-TO|SENDER|TO|SUBJECT)"?\)\] (.*)/', $line, $matches)) { 992 992 $value = preg_replace(array('/^"*[a-z]+:/i', '/\s+$/sm'), array('', ''), $matches[2]); 993 993 $value = trim($value);
Note: See TracChangeset
for help on using the changeset viewer.
