delete Method

Deletes a message specified by MessageNumber on the server.

Syntax

def delete() -> None: ...

Remarks

This method asks the mail_server to delete the message specified by message_number. The message will not actually be deleted from the server until the connection is closed. In order to cancel a previous Delete, use the reset method.

Copyright (c) 2022 /n software inc. - All rights reserved.
IPWorks 2020 Python Edition - Version 20.0 [Build 8307]