...
|
...
|
@@ -480,9 +480,13 @@ class SyncMail { |
|
|
Event::call('mail_sync_list',$id, $data);
|
|
|
|
|
|
}else{
|
|
|
// 非ai邮件才更新
|
|
|
if(!defined('CLI_AI_SYNC_START')){
|
|
|
$this->db->update(listsSql::$table,$data,dbWhere(['id'=> $id]));
|
|
|
}
|
|
|
|
|
|
}
|
|
|
|
|
|
//TODO 如果header 头信息里面有2段数据 第二段就作为内容解析
|
|
|
if($item->header->body()){
|
|
|
$parseBody = $item->header->body();
|
...
|
...
|
|