作者 邓超

x

@@ -397,6 +397,10 @@ class SyncMail { @@ -397,6 +397,10 @@ class SyncMail {
397 continue; 397 continue;
398 } 398 }
399 399
  400 + if(empty($data['from'])&&empty($data['subject'])){
  401 + logs(['邮件没有主题和发件人',[$folder_id,$item->uid],$data??[],$item->header->getRaw()]);
  402 + }
  403 +
400 404
401 $data['from'] = mb_substr($data['from'],0,120); 405 $data['from'] = mb_substr($data['from'],0,120);
402 406