smiley22 / S22.Imap

A free, easy-to-use and well-documented .NET library component for communicating with IMAP servers
http://smiley22.github.com/S22.Imap/Documentation/
MIT License
211 stars 115 forks source link

MoveMessages not delete message only copy message in destination folder #151

Open edika99 opened 5 years ago

edika99 commented 5 years ago

I'm trying to move mesages from default INBOX folder to specifc folder, but the command copy only the messages in the destination folder but without deleting from the INBOX. Debugging the DeleteMassages method, the response string passed to SendCommandGetResponse is 'xm010 OK STORE completed.' The methods ends without throwing exception but al messages are still in the INBOX and a copy has been moved in the requested folder.

Edika