You must modify : this.Write("DELE" + id); by this.Write("DELE " + id); in the DeleteEmail(UInt32 id) method. Then you have DELE 1 and not DELE1.
Regards.
Log in to post a comment.