| 
...
 | 
...
 | 
@@ -331,9 +331,10 @@ class Body { | 
| 
 | 
 | 
                     $tempbody = $this->body_remove_tag($tempbody,"Content-");
 | 
| 
 | 
 | 
                     $tempbody = $this->body_remove_tag($tempbody,"Content-");
 | 
| 
 | 
 | 
                     $tempbody = $this->body_remove_tag($tempbody,"Content-");
 | 
| 
 | 
 | 
                     $tempbody = $this->body_remove_tag($tempbody,"X-OMN-MD5-Sum:");
 | 
| 
 | 
 | 
 
 | 
| 
 | 
 | 
                     // 这里还有可能出现附件
 | 
| 
 | 
 | 
                     if($filename&&!empty($isfileattachment)&&MailFun::isBase64($tempbody)){
 | 
| 
 | 
 | 
                     if($filename&&!empty($isfileattachment)&&MailFun::isBase64($tempbody)&&$filename!='text_0.txt'){
 | 
| 
 | 
 | 
                         $data = $this->parseFile($data,$filename);
 | 
| 
 | 
 | 
                     }else{
 | 
| 
 | 
 | 
                         // tag
 | 
...
 | 
...
 | 
 |