فهرست منبع

todo about caching

tokul 20 سال پیش
والد
کامیت
df06aed4d2
1فایلهای تغییر یافته به همراه2 افزوده شده و 0 حذف شده
  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;