Explorar o código

force reload of folder list

stekkel %!s(int64=21) %!d(string=hai) anos
pai
achega
c878980bf3
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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"' ) .