owainlewis / clojure-mail

A Clojure library for parsing, downloading and reading email from IMAP servers.
202 stars 54 forks source link

Add several missing flags to allow deletion, drafting, etc #72

Closed cguckes closed 3 years ago

cguckes commented 3 years ago

Hi there,

I need to mark messages on a server as "DELETED", so I went ahead and added the respective functions. I haven't been able to add unit tests for the flags since GreenMail doesn't seem to support flags (or at least the messages opened with load-fixture don't seem to). If you need me to change anything, let me know.