Delete a message from the POP3 server. The message is only marked for deletion by the server. If you decide to unmark the message, you must issuse a {@link #reset reset } command. Messages markedfor deletion are only deleted by the server on {@link #logout logout }. A delete attempt can only succeed if the client is in the {@link org.apache.commons.net.pop3.POP3#TRANSACTION_STATE TRANSACTION_STATE }.
@param messageId The message number to delete.
@return True if the deletion attempt was successful, false if not.
@exception IOException If a network I/O error occurs in the process ofsending the delete command.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.