作者 邓超

proxy

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