andyedinborough / aenetmail

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

Improved performance of message download from O(N^2) to O(N) #24

Closed rix0rrr closed 12 years ago

rix0rrr commented 12 years ago

Also fixed NuGet references so the project can be included as a project in a different solution.

Sorry, no unit test, I didn't have all required libraries. Also, it's getting late... :)