浏览代码

force reload of folder list

stekkel 21 年之前
父节点
当前提交
c878980bf3
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/folders.php

+ 1 - 1
src/folders.php

@@ -90,7 +90,7 @@ if ( isset($success) && $success ) {
 echo "\n<br>";
 
 $imapConnection = sqimap_login ($username, $key, $imapServerAddress, $imapPort, 0);
-$boxes = sqimap_mailbox_list($imapConnection);
+$boxes = sqimap_mailbox_list($imapConnection,true);
 
 /** CREATING FOLDERS **/
 echo html_tag( 'table', '', 'center', '', 'width="70%" cellpadding="4" cellspacing="0" border="0"' ) .