Changeset 5359 in subversion for trunk/roundcubemail/program/include/rcube_imap.php
- Timestamp:
- Oct 23, 2011 4:26:17 AM (19 months ago)
- File:
-
- 1 edited
-
trunk/roundcubemail/program/include/rcube_imap.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/roundcubemail/program/include/rcube_imap.php
r5358 r5359 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.
