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