作者 邓超

x

... ... @@ -271,8 +271,10 @@ class Body {
{
$data->Charset = $this->header->get('charset') ? : 'utf-8';
}
if($data->get('Content-ID')){
// 处理content id中意外的字符串
$data->set('Content-ID',trim(str_replace(['"','<','>'],'',$data->get('Content-ID'))));
}
return $data;
}
... ...