andyedinborough / aenetmail

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

setseen parameter causing opposite outcome from expected #27

Closed AndyClaw closed 12 years ago

AndyClaw commented 12 years ago

Here is my recommended fix. I edited ImapClient.cs to invert the if statement on when to use .PEEK and it is working as expected.

if (!setseen) SETSEEN = ".PEEK";

andyedinborough commented 12 years ago

Done. Thanks!