Changeset ecc28ce in github
- Timestamp:
- Aug 9, 2010 9:31:48 AM (3 years ago)
- Branches:
- master, HEAD, courier-fix, dev-browser-capabilities, pdo, release-0.6, release-0.7, release-0.8
- Children:
- 27a96a4
- Parents:
- 3c9d9aa
- File:
-
- 1 edited
-
program/include/rcube_imap.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
program/include/rcube_imap.php
r3c9d9aa recc28ce 1715 1715 && strtolower($structure[0].'/'.$structure[1]) == 'text/plain') { 1716 1716 // we can handle single-part messages, by simple fix in structure (#1486898) 1717 if (preg_match('/^(text|application)\/(.*)/ i', $headers->ctype, $m)) {1717 if (preg_match('/^(text|application)\/(.*)/', $headers->ctype, $m)) { 1718 1718 $structure[0] = $m[1]; 1719 1719 $structure[1] = $m[2];
Note: See TracChangeset
for help on using the changeset viewer.
