SpartaSystems / holdmail

HoldMail is a Java Application for proxying SMTP mail, providing a browsable viewer for captured emails.
Apache License 2.0
32 stars 15 forks source link

[54] Added DELETE /rest/messages/{messageId} API to delete one message given its message id #55

Closed franz-see closed 6 years ago

franz-see commented 6 years ago

Short description of what this resolves:

This is an attempt to implement issue #54

Changes proposed in this pull request:

Implemented MessageController#deleteMessageContent(long) and MessageService#deleteMessage(Long).

franz-see commented 6 years ago

Thanks @johnament . What are the next steps to getting this into master? Thanks

johnament commented 6 years ago

Thanks for the contribution @franz-see ! Its been merged. Was waiting to see if others had input.