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