Clivern / Imap

:mailbox_with_mail: Access Mailbox Using PHP IMAP.
MIT License
31 stars 16 forks source link

Delete message method #1

Closed torosegon closed 6 years ago

Clivern commented 6 years ago

I added this feature to the Action class https://github.com/Clivern/Imap/blob/be20d419ecb8f5b21692075c40ecfbee59b73d08/src/Core/Message/Action.php#L59-L77 Now you can delete messages in version 1.0.2 by calling $message->action()->delete(); and Please don't forget to call $mailbox->expunge();