Browse Source

todo about caching

tokul 20 years ago
parent
commit
df06aed4d2
1 changed files with 2 additions and 0 deletions
  1. 2 0
      functions/imap_mailbox.php

+ 2 - 0
functions/imap_mailbox.php

@@ -902,6 +902,8 @@ function sqimap_mailbox_tree($imap_stream) {
         $folder_prefix, $delimiter, $trash_folder, $move_to_trash,
         $imap_server_type, $show_only_subscribed_folders;
 
+    // TODO: implement mailbox tree caching. maybe store object in session?
+
     $noselect = false;
     $noinferiors = false;