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