作者 邓超

x

@@ -39,7 +39,7 @@ function start(){ @@ -39,7 +39,7 @@ function start(){
39 // 开始同步 39 // 开始同步
40 (new \Service\SyncMail($id))->search( 40 (new \Service\SyncMail($id))->search(
41 (new \Lib\Imap\ImapSearch()) 41 (new \Lib\Imap\ImapSearch())
42 - ->date(date('Y-m-d',strtotime("-3 day"))) 42 + ->dateGt(date('Y-m-d',strtotime("-3 day")))
43 )->sync(); 43 )->sync();
44 }catch (Throwable $e){ 44 }catch (Throwable $e){
45 logs('sync : '.$e->getMessage()); 45 logs('sync : '.$e->getMessage());