Explorar el Código

* Fix for the UW/mh problem with deleting messages.

Tyler Akins hace 24 años
padre
commit
973f65dd82
Se han modificado 1 ficheros con 0 adiciones y 1 borrados
  1. 0 1
      functions/imap_mailbox.php

+ 0 - 1
functions/imap_mailbox.php

@@ -15,7 +15,6 @@
     **  Expunges a mailbox 
     **  Expunges a mailbox 
     ******************************************************************************/
     ******************************************************************************/
    function sqimap_mailbox_expunge ($imap_stream, $mailbox,$handle_errors = true) {
    function sqimap_mailbox_expunge ($imap_stream, $mailbox,$handle_errors = true) {
-      sqimap_mailbox_select ($imap_stream, $mailbox);
       fputs ($imap_stream, "a001 EXPUNGE\r\n");
       fputs ($imap_stream, "a001 EXPUNGE\r\n");
       $read = sqimap_read_data($imap_stream, "a001", $handle_errors, $response, $message);
       $read = sqimap_read_data($imap_stream, "a001", $handle_errors, $response, $message);
    }
    }