正在显示
1 个修改的文件
包含
6 行增加
和
0 行删除
| @@ -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')); | 
- 
请 注册 或 登录 后发表评论