浏览代码

* Put the select back in. Something is wrong with UW/mh if removing this
line works good for them.

Tyler Akins 24 年之前
父节点
当前提交
cc7536740e
共有 1 个文件被更改,包括 2 次插入0 次删除
  1. 2 0
      src/delete_message.php

+ 2 - 0
src/delete_message.php

@@ -16,6 +16,8 @@
 
    $imapConnection = sqimap_login($username, $key, $imapServerAddress, $imapPort, 0);
 
+   sqimap_mailbox_select($imapConnection, $mailbox);
+   
    sqimap_messages_delete($imapConnection, $message, $message, $mailbox);
    if ($auto_expunge)
       sqimap_mailbox_expunge($imapConnection, $mailbox, true);