Changeset 4592 in subversion
- Timestamp:
- Mar 5, 2011 3:01:42 AM (2 years ago)
- Location:
- trunk/roundcubemail
- Files:
-
- 2 edited
-
CHANGELOG (modified) (1 diff)
-
program/include/rcube_imap_generic.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/roundcubemail/CHANGELOG
r4591 r4592 2 2 =========================== 3 3 4 - Fix some emails are not shown using Cyrus IMAP (#1487820) 4 5 - Fix handling of mime-encoded words with non-integral number of octets in a word (#1487801) 5 6 - New config option for custom logo -
trunk/roundcubemail/program/include/rcube_imap_generic.php
r4559 r4592 1345 1345 } 1346 1346 } else if ($mode == 2) { 1347 if (preg_match('/ \((UID|RFC822\.SIZE) ([0-9]+)/', $line, $matches)) {1347 if (preg_match('/(UID|RFC822\.SIZE) ([0-9]+)/', $line, $matches)) { 1348 1348 $result[$id] = trim($matches[2]); 1349 1349 } else {
Note: See TracChangeset
for help on using the changeset viewer.
