作者 邓超

同步

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