正在显示
1 个修改的文件
包含
2 行增加
和
1 行删除
@@ -475,7 +475,8 @@ class SyncMail { | @@ -475,7 +475,8 @@ class SyncMail { | ||
475 | 'answered' => $item->isAnswered() ? 1 : 0, | 475 | 'answered' => $item->isAnswered() ? 1 : 0, |
476 | 'folder_id' => $folder_id, | 476 | 'folder_id' => $folder_id, |
477 | 'email_id' => $this->emailId(), | 477 | 'email_id' => $this->emailId(), |
478 | - 'is_file' => $item->isAttachment() ? 1: 0 //是否附件 | 478 | + 'is_file' => $item->isAttachment() ? 1: 0, //是否附件 |
479 | + 'is_hots' => $item->header->get('Aicc-Hot-Mail')?1:0 // 是否是预热 | ||
479 | ]; | 480 | ]; |
480 | }catch (\Throwable $e){ | 481 | }catch (\Throwable $e){ |
481 | logs([$e->getMessage(),$folder_id,$this->emailId(),$item->uid]); | 482 | logs([$e->getMessage(),$folder_id,$this->emailId(),$item->uid]); |
-
请 注册 或 登录 后发表评论