Changeset 6a4bccb in github


Ignore:
Timestamp:
Mar 5, 2011 3:01:42 AM (2 years ago)
Author:
alecpl <alec@…>
Branches:
master, HEAD, courier-fix, dev-browser-capabilities, pdo, release-0.6, release-0.7, release-0.8
Children:
6f6efa2
Parents:
8df56e6
Message:
  • Fix some emails are not shown using Cyrus IMAP (#1487820)
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • CHANGELOG

    r8df56e6 r6a4bccb  
    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 
  • program/include/rcube_imap_generic.php

    r261ea44 r6a4bccb  
    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.