summaryrefslogtreecommitdiff
path: root/roundcubemail/program/lib/Mail
diff options
context:
space:
mode:
authorroundcube <roundcube@208e9e7b-5314-0410-a742-e7e81cd9613c>2005-10-21 12:12:23 +0000
committerroundcube <roundcube@208e9e7b-5314-0410-a742-e7e81cd9613c>2005-10-21 12:12:23 +0000
commita859a759e8ca812a55ac36aba2e36446c17574e0 (patch)
tree4b91e5aa1cd01d69facdc1194137ac46666c3d0a /roundcubemail/program/lib/Mail
parente8ee29555cd7845b3fbfcaab6f012608f80ad442 (diff)
Improved support for UTF-8 and other charsets
git-svn-id: https://svn.roundcube.net/trunk@50 208e9e7b-5314-0410-a742-e7e81cd9613c
Diffstat (limited to 'roundcubemail/program/lib/Mail')
-rw-r--r--roundcubemail/program/lib/Mail/mimeDecode.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/roundcubemail/program/lib/Mail/mimeDecode.php b/roundcubemail/program/lib/Mail/mimeDecode.php
index 07fe88f6e..851481434 100644
--- a/roundcubemail/program/lib/Mail/mimeDecode.php
+++ b/roundcubemail/program/lib/Mail/mimeDecode.php
@@ -247,7 +247,7 @@ class Mail_mimeDecode extends PEAR
$return->ctype_primary = $regs[1];
$return->ctype_secondary = $regs[2];
}
-
+
if (isset($content_type['other'])) {
while (list($p_name, $p_value) = each($content_type['other'])) {
$return->ctype_parameters[$p_name] = $p_value;