Hi, I have a rather unusual requirement where an unread email needs to be deleted as soon as the user clicks on it. We were able to manage the following so far: - a user clicks (e.g. in Thunderbird) on an unread mail - we recognize the click on the mail in the imap.processor.StoreProcessor
The next step would be to delete this mail from the server and notify the client about the deletion. If deletion won't work, it would be ok to move them to a trash folder. Unfortunately the move operation in the MailboxManager throws a NotImplementedException. Could you give me some hints on how to accomplish this? I've already tried to use the expunge operation from the MessageManager, but it seems like nothing happens. My guess is that we have to alter the respond sent to the client. Thanks in advance! Kind regards Tilman --------------------------------------------------------------------- To unsubscribe, e-mail: server-user-unsubscr...@james.apache.org For additional commands, e-mail: server-user-h...@james.apache.org