正在显示
1 个修改的文件
包含
2 行增加
和
1 行删除
@@ -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( |
-
请 注册 或 登录 后发表评论