|
...
|
...
|
@@ -323,7 +323,7 @@ class Home extends Base { |
|
|
|
}
|
|
|
|
|
|
|
|
foreach ($lists as $k=>$list){
|
|
|
|
if(!$list['pwd_error']){
|
|
|
|
// if(!$list['pwd_error']){
|
|
|
|
$list['host'] = $list['imap'];
|
|
|
|
$list['password'] = base64_decode($list['password']);
|
|
|
|
$imap = ImapPool::get(new ImapConfig($list));
|
|
...
|
...
|
@@ -339,7 +339,7 @@ class Home extends Base { |
|
|
|
}
|
|
|
|
$lists[$k]['pwd_error'] = 1;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
// }
|
|
|
|
|
|
|
|
}
|
|
|
|
|
...
|
...
|
|