作者 邓超

proxy

@@ -154,7 +154,8 @@ class SyncMail { @@ -154,7 +154,8 @@ class SyncMail {
154 // 'NO ERR.LOGIN.REQCODE', // 未知错误 154 // 'NO ERR.LOGIN.REQCODE', // 未知错误
155 '[ALERT] Application-specific password', // 这个错误是没有提供特定的授权码 155 '[ALERT] Application-specific password', // 这个错误是没有提供特定的授权码
156 'password error', 156 'password error',
157 - 'ERR.LOGIN.REQCODE' 157 + 'ERR.LOGIN.REQCODE',
  158 + 'authentication failure'
158 ] as $em){ 159 ] as $em){
159 if(str_contains($login->getMessage(), $em)){ 160 if(str_contains($login->getMessage(), $em)){
160 $this->db->update( 161 $this->db->update(