作者 邓超

预热邮件

@@ -139,7 +139,8 @@ class SyncMail { @@ -139,7 +139,8 @@ class SyncMail {
139 'LOGIN failed.', // 登录失败 139 'LOGIN failed.', // 登录失败
140 // 'NO ERR.LOGIN.REQCODE', // 未知错误 140 // 'NO ERR.LOGIN.REQCODE', // 未知错误
141 '[ALERT] Application-specific password', // 这个错误是没有提供特定的授权码 141 '[ALERT] Application-specific password', // 这个错误是没有提供特定的授权码
142 - 'password error' 142 + 'password error',
  143 + 'ERR.LOGIN.REQCODE'
143 ] as $em){ 144 ] as $em){
144 if(str_contains($login->getMessage(), $em)){ 145 if(str_contains($login->getMessage(), $em)){
145 $this->db->update( 146 $this->db->update(