...
|
...
|
@@ -545,6 +545,12 @@ class SyncMail { |
|
|
continue;
|
|
|
}
|
|
|
|
|
|
// 预热自动恢复
|
|
|
if($data['is_hots'] && $item->getFolderName() == 'INBOX'){
|
|
|
redis()->rPush('new_hot_mail_auto_reply_ids',$id);
|
|
|
}
|
|
|
|
|
|
|
|
|
// 自动回复 设置 用
|
|
|
if(!$data['is_hots']){
|
|
|
$foldername = $this->db->cache(86400)->value(folderSql::first($folder_id,'folder'));
|
...
|
...
|
|