作者 邓超

检查 邮箱

@@ -323,7 +323,7 @@ class Home extends Base { @@ -323,7 +323,7 @@ class Home extends Base {
323 } 323 }
324 324
325 foreach ($lists as $k=>$list){ 325 foreach ($lists as $k=>$list){
326 - if(!$list['pwd_error']){ 326 +// if(!$list['pwd_error']){
327 $list['host'] = $list['imap']; 327 $list['host'] = $list['imap'];
328 $list['password'] = base64_decode($list['password']); 328 $list['password'] = base64_decode($list['password']);
329 $imap = ImapPool::get(new ImapConfig($list)); 329 $imap = ImapPool::get(new ImapConfig($list));
@@ -339,7 +339,7 @@ class Home extends Base { @@ -339,7 +339,7 @@ class Home extends Base {
339 } 339 }
340 $lists[$k]['pwd_error'] = 1; 340 $lists[$k]['pwd_error'] = 1;
341 } 341 }
342 - } 342 +// }
343 343
344 } 344 }
345 345