andyedinborough / aenetmail

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

Making methods and properties virtual #95

Open joshilewis opened 12 years ago

joshilewis commented 12 years ago

Hi, I am planning to use your excellent library in a project of mine. We practice test-driven development in the organisation. A problem I have run into is that I can't mock certain classes, such as MailMessage and ImapClient because their methods and properties aren't virtual. Would you accept a pull request if I made these changes to the code?