فهرست منبع

* Possible fix for UW giving billions of files as "folders"
SourceForge Patch # 407864 by Steve Huston (srhuston)

Tyler Akins 24 سال پیش
والد
کامیت
f8f9c528ff
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      functions/imap_mailbox.php

+ 1 - 1
functions/imap_mailbox.php

@@ -204,7 +204,7 @@
 
 
       /** LSUB array **/
       /** LSUB array **/
       $inbox_subscribed = false;
       $inbox_subscribed = false;
-      fputs ($imap_stream, "a001 LSUB \"\" \"*%\"\r\n");
+      fputs ($imap_stream, "a001 LSUB \"$folder_prefix\" \"*%\"\r\n");
       $lsub_ary = sqimap_read_data ($imap_stream, "a001", true, $response, $message);
       $lsub_ary = sqimap_read_data ($imap_stream, "a001", true, $response, $message);
 
 
       /** OS: we don't want to parse last element of array, 'cause it is OK command, so we unset it **/
       /** OS: we don't want to parse last element of array, 'cause it is OK command, so we unset it **/