正在显示
1 个修改的文件
包含
1 行增加
和
0 行删除
| @@ -391,6 +391,7 @@ class SyncMail { | @@ -391,6 +391,7 @@ class SyncMail { | ||
| 391 | return 0; | 391 | return 0; | 
| 392 | } | 392 | } | 
| 393 | if($maxUid){ | 393 | if($maxUid){ | 
| 394 | + $this->eLog("找到最大的uid ".$maxUid); | ||
| 394 | $lists = $msg->uid(1)->get(($maxUid+1).':*')->all(); | 395 | $lists = $msg->uid(1)->get(($maxUid+1).':*')->all(); | 
| 395 | if($lists){ | 396 | if($lists){ | 
| 396 | $this->saveMail($folder_id,$lists,$isBody); | 397 | $this->saveMail($folder_id,$lists,$isBody); | 
- 
请 注册 或 登录 后发表评论