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