Changeset b9787b3 in github
- Timestamp:
- Oct 23, 2011 4:26:17 AM (19 months ago)
- Branches:
- master, HEAD, courier-fix, dev-browser-capabilities, pdo, release-0.8
- Children:
- 104e2353
- Parents:
- 7e50b43
- File:
-
- 1 edited
-
program/include/rcube_imap.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
program/include/rcube_imap.php
r7e50b43 rb9787b3 2404 2404 if (!$o_part->charset || strtoupper($o_part->charset) == 'US-ASCII') { 2405 2405 // try to extract charset information from HTML meta tag (#1488125) 2406 if ($o_part->ctype_secondary == 'html' && preg_match('/<meta[^>]+charset=([a-z0-9- ]+)/i', $body, $m))2406 if ($o_part->ctype_secondary == 'html' && preg_match('/<meta[^>]+charset=([a-z0-9-_]+)/i', $body, $m)) 2407 2407 $o_part->charset = strtoupper($m[1]); 2408 2408 else
Note: See TracChangeset
for help on using the changeset viewer.
