作者 邓超

x

@@ -122,7 +122,7 @@ class SyncMail { @@ -122,7 +122,7 @@ class SyncMail {
122 'LOGIN failed.', // 登录失败 122 'LOGIN failed.', // 登录失败
123 // 'NO ERR.LOGIN.REQCODE', // 未知错误 123 // 'NO ERR.LOGIN.REQCODE', // 未知错误
124 '[ALERT] Application-specific password', // 这个错误是没有提供特定的授权码 124 '[ALERT] Application-specific password', // 这个错误是没有提供特定的授权码
125 - 'LOGIN Login error, user name or password error' 125 + 'password error'
126 ] as $em){ 126 ] as $em){
127 if(str_contains($login->getMessage(), $em)){ 127 if(str_contains($login->getMessage(), $em)){
128 $this->db->update( 128 $this->db->update(