andyedinborough / aenetmail

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

AddFlags is broken (doesn't send in spaces and \\'s to SetFlags) #88

Closed nwoolls closed 12 years ago

nwoolls commented 12 years ago

For instance calling AddFlags(Flags.Flagged, msgs) results in msg.SetFlags("Seen\Flagged") instead of SetFlags("\Seen \Flagged")