Browse Source

force reload of folder list

stekkel 21 years ago
parent
commit
c878980bf3
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/folders.php

+ 1 - 1
src/folders.php

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