andyedinborough / aenetmail

C# POP/IMAP Mail Client
369 stars 153 forks source link

Unable to delete the message from Inbox #191

Open Github743 opened 8 years ago

Github743 commented 8 years ago

When I call the following code

public virtual void DeleteMessage(string uid) { CheckMailboxSelected(); Store("UID " + uid, true, "Trash"); } Message is not getting deleted from Inbox

Github743 commented 8 years ago

Any update on this, also is there any way to get startUID and endUID