- Fix some emails are not shown using Cyrus IMAP (#1487820)
| | |
| | | CHANGELOG Roundcube Webmail |
| | | =========================== |
| | | |
| | | - Fix some emails are not shown using Cyrus IMAP (#1487820) |
| | | - Fix handling of mime-encoded words with non-integral number of octets in a word (#1487801) |
| | | - New config option for custom logo |
| | | - Allow skins to define/override texts with <roundcube:label /> |
| | |
| | | $result[$id] = ''; |
| | | } |
| | | } else if ($mode == 2) { |
| | | if (preg_match('/\((UID|RFC822\.SIZE) ([0-9]+)/', $line, $matches)) { |
| | | if (preg_match('/(UID|RFC822\.SIZE) ([0-9]+)/', $line, $matches)) { |
| | | $result[$id] = trim($matches[2]); |
| | | } else { |
| | | $result[$id] = 0; |