pop3_delete_message is available since version 1.0.
Prototype:
boolean pop3_delete_message(number pop3_handle, number message_index)
Description:
Deletes a message from a POP3 mail server.
Return value:
Returns true if the message was successfully deleted, or false otherwise. If false, you may want to call
pop3_error to retrieve the error.