作者 邓超

body tag

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