Closed cod3r-dev closed 3 years ago
Once you have the Message
object you want to delete, you can call msg.trash()
(there is also msg.archive()
, msg.move_to_inbox()
, and msg.untrash()
among other methods)
https://github.com/jeremyephron/simplegmail/blob/master/simplegmail/message.py#L208
Add delete feature please!
Nice work!