...
|
...
|
@@ -265,6 +265,9 @@ class HomeEs extends Base { |
|
|
$v = $v['_source'];
|
|
|
$v['id'] = $v['uuid'];
|
|
|
|
|
|
$v['from_name'] = $v['from']['name']??'';
|
|
|
$v['from'] = $v['from']['email']??'';
|
|
|
|
|
|
$v['uuid'] = get_email_uuid($v['subject'],$v['udate'],$v['from'],$v['to'],$v['size']);
|
|
|
if(!empty($v['description'])){
|
|
|
$v['description'] = @html_entity_decode($v['description'], ENT_COMPAT, 'UTF-8');
|
...
|
...
|
|