IMAP EXPUNGE command (wodSmtpServer / wodPop3Server / wodImapServer)
by Eric, Monday, August 03, 2009, 17:00 (5592 days ago)
In what way does the wodIMAPServer handle the EXPUNGE command?
Thank you,
Eric Dahlvang
Re: IMAP EXPUNGE command
by wodSupport, Monday, August 03, 2009, 17:02 (5592 days ago) @ Eric
Eric,
can you be more specific about the question? When expunge is received, deleted mail is removed from the folder.
Kreso
Re: IMAP EXPUNGE command
by Eric, Monday, August 03, 2009, 17:12 (5592 days ago) @ wodSupport
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
Re: IMAP EXPUNGE command
by wodSupport, Monday, August 03, 2009, 17:13 (5592 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