...
|
...
|
@@ -311,6 +311,7 @@ class Body { |
|
|
$item = $this->body_remove_tag($item,'Content-Description:');
|
|
|
$item = $this->body_remove_tag($item,'Content-Disposition:');
|
|
|
$item = $this->body_remove_tag($item,'Mime-Version:');
|
|
|
$item = $this->body_remove_tag($item,'Content-Location:');
|
|
|
|
|
|
$data['body'] = trim($item);
|
|
|
|
...
|
...
|
|