Browse Source

force reload of folder list

stekkel 21 năm trước cách đây
mục cha
commit
c878980bf3
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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"' ) .