Wrapper method for imap_delete(). Marks the specified message for deletion via the "deleted" flag.
Accepts an array of message ids to mark for deletion, or a single message id.
Note: POP3 mailboxes do not remember flag settings between connections, for POP3 mailboxes this function should be used in addtion to Mail_IMAP::expunge().
| param | int|array | &$mid |
| return | bool | |
| throws | Error: Unable to mark message (message number) for deletion. | The call to imap_delete() was not successful. |
| access | public | |
| see |
imap_delete() Mail_IMAP::expunge() |
|
There are no comments posted at this time.
* All comments are moderated and are subject to approval.
Your comment will appear once it has been approved.
Posting multiple times will not expedite the approval process.
Comments are closed at this time.