作者 邓超

body tag

@@ -268,6 +268,8 @@ class Body { @@ -268,6 +268,8 @@ class Body {
268 } 268 }
269 // 是文本还是附件 269 // 是文本还是附件
270 else if(strpos($data['type'],'text/') === 0 ){ 270 else if(strpos($data['type'],'text/') === 0 ){
  271 + // tag
  272 + $data['body'] = trim($this->body_remove_tag($data['body'],'Content-ID:'));
271 // body解密 273 // body解密
272 switch($data['encode']??''){ 274 switch($data['encode']??''){
273 case 'base64': { 275 case 'base64': {