I am retrieving emails using synapse in delphi, but the messages are being deleted from the server. How can I retrieve the message without deleting it? Maybe the header only?
Thanks,
Joe
feedback
|
|
Are you sure emails are deleted, but you do not used I use POP3 with SSL and if I want to delete message then I had to use Maybe you use other protocol than POP3 then show us your code. | |||||||
feedback
|
|
I have no hands-on experience with Synapse, but looking at the code (sourceforge trunk) you should be fine as long as you don't explicitly call the Dele method (which maps onto the DELE POP3 command). None of the other methods seems to delete the messages, including List and Retr. How exactly are you retrieving those messages? Could you show some code? | |||
|
feedback
|