pdontthink 12 年 前
コミット
70fcd2f2ea
1 ファイル変更1 行追加0 行削除
  1. 1 0
      functions/mime.php

+ 1 - 0
functions/mime.php

@@ -806,6 +806,7 @@ function decodeHeader ($string, $utfencode=true,$htmlsafe=true,$decide=false) {
     $iLastMatch = -2;
     $encoded = true;
 
+// FIXME: spaces are allowed inside quoted-printable encoding, but the following line will bust up any such encoded strings
     $aString = explode(' ',$string);
     $ret = '';
     foreach ($aString as $chunk) {