IMAP EXPUNGE command (wodSmtpServer / wodPop3Server / wodImapServer)

by Eric @, (5750 days ago)

In what way does the wodIMAPServer handle the EXPUNGE command?

Thank you,
Eric Dahlvang

locked

Re: IMAP EXPUNGE command

by Jasmine, (5750 days ago) @ Eric

Eric,

can you be more specific about the question? When expunge is received, deleted mail is removed from the folder.

Kreso

locked

Re: IMAP EXPUNGE command

by Eric @, (5750 days ago) @ Jasmine

Thank you for such a quick response.

I apologize if my question was too vague. What I am asking is if the wodImapServer listens for EXPUNGE from imap clients, and handles it by calling the DeleteMessage method on the class in which I've implemented IwodImapNotify. Or, does the wodImapServer just silently remove the messages flagged for deletion when EXPUNGE is received?

Thank you for your assistance.
Eric Dahlvang

Eric,

can you be more specific about the question? When expunge is received, deleted mail is removed from the folder.

Kreso

locked

Re: IMAP EXPUNGE command

by Jasmine, (5750 days ago) @ Eric

It does fire DeleteMessage event if this was your question. It also removes it from the collection, so you can perform any cleanup tasks you may want to do.

Kreso

locked