Browse Source

forgot something

stekkel 23 năm trước cách đây
mục cha
commit
99028a0362
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      plugins/spamcop/spamcop.php

+ 1 - 1
plugins/spamcop/spamcop.php

@@ -13,7 +13,7 @@
     $sid = 'a010';
     if ($uid_support) $sid .= ' UID';
     
-    $read = sqimap_read_data($imap_stream, 'a010', true, $response, $message);
+    $read = sqimap_read_data($imap_stream, $sid, true, $response, $message);
     array_shift($read);
 
     if ($spamcop_method == 'quick_email' ||