正在显示
1 个修改的文件
包含
10 行增加
和
0 行删除
@@ -272,6 +272,12 @@ class Body { | @@ -272,6 +272,12 @@ class Body { | ||
272 | else if(strpos($data['type'],'text/') === 0 ){ | 272 | else if(strpos($data['type'],'text/') === 0 ){ |
273 | // tag | 273 | // tag |
274 | $data['body'] = trim($this->body_remove_tag($data['body'],'Content-ID:')); | 274 | $data['body'] = trim($this->body_remove_tag($data['body'],'Content-ID:')); |
275 | + | ||
276 | + $data['body'] = $this->body_remove_tag($data['body'],"Content-"); | ||
277 | + $data['body'] = $this->body_remove_tag($data['body'],"Content-"); | ||
278 | + $data['body'] = $this->body_remove_tag($data['body'],"Content-"); | ||
279 | + $data['body'] = $this->body_remove_tag($data['body'],"Content-"); | ||
280 | + | ||
275 | // body解密 | 281 | // body解密 |
276 | switch($data['encode']??''){ | 282 | switch($data['encode']??''){ |
277 | case 'base64': { | 283 | case 'base64': { |
@@ -398,6 +404,10 @@ class Body { | @@ -398,6 +404,10 @@ class Body { | ||
398 | 404 | ||
399 | $item['body'] = str_replace($result,'',$item['body']); | 405 | $item['body'] = str_replace($result,'',$item['body']); |
400 | 406 | ||
407 | + $item['body'] = $this->body_remove_tag($item['body'],"Content-"); | ||
408 | + $item['body'] = $this->body_remove_tag($item['body'],"Content-"); | ||
409 | + $item['body'] = $this->body_remove_tag($item['body'],"Content-"); | ||
410 | + $item['body'] = $this->body_remove_tag($item['body'],"Content-"); | ||
401 | 411 | ||
402 | $content = base64_decode(trim($item['body'])); | 412 | $content = base64_decode(trim($item['body'])); |
403 | 413 |
-
请 注册 或 登录 后发表评论