Changeset 4592 in subversion


Ignore:
Timestamp:
Mar 5, 2011 3:01:42 AM (2 years ago)
Author:
alec
Message:
  • Fix some emails are not shown using Cyrus IMAP (#1487820)
Location:
trunk/roundcubemail
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/roundcubemail/CHANGELOG

    r4591 r4592  
    22=========================== 
    33 
     4- Fix some emails are not shown using Cyrus IMAP (#1487820) 
    45- Fix handling of mime-encoded words with non-integral number of octets in a word (#1487801) 
    56- New config option for custom logo 
  • trunk/roundcubemail/program/include/rcube_imap_generic.php

    r4559 r4592  
    13451345                    } 
    13461346                } 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)) { 
    13481348                        $result[$id] = trim($matches[2]); 
    13491349                    } else { 
Note: See TracChangeset for help on using the changeset viewer.