...
|
...
|
@@ -400,6 +400,12 @@ class Body { |
|
|
if($atta->getFilename()){
|
|
|
return true;
|
|
|
}
|
|
|
// 这个是邮件发的源文件,以附件的形式存在
|
|
|
if($atta->data->eq('content-type','message/rfc822')){
|
|
|
// 设置名字
|
|
|
$atta->data->set('filename',$this->header->getSubject().'.eml');
|
|
|
return true;
|
|
|
}
|
|
|
return false;
|
|
|
});
|
|
|
}
|
...
|
...
|
|