瀏覽代碼

multipart/mixed patch of Seth ER

teepe 23 年之前
父節點
當前提交
76849489c8
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. 1 0
      functions/mime.php

+ 1 - 0
functions/mime.php

@@ -553,6 +553,7 @@ function findDisplayEntity ($message, $textOnly = 1)   {
     if ($message) {
         if ( $message->header->type0 == 'multipart' &&
              ( $message->header->type1 == 'alternative' ||
+               $message->header->type1 == 'mixed' ||
                $message->header->type1 == 'related' ) &&
              $show_html_default && ! $textOnly ) {
             $entity = findDisplayEntityHTML($message);