YAEC (Yet Another Email Client) but this one has LINQ to IMAP...
Posted by: MSDN: Coding4Fun,
on 23 May 2011 |
View original | Bookmarked: 0 time(s)
Today's project comes to us via The Code Project, Yet Another Email Client (LINQ to IMAP).Did the "LINQ to IMAP" reach out and grab your attention too? You've just got to love LINQ and the possibilities and cool code opportunities it has enabled."IntroductionEquinox is an email client library targeting .NET 4.0 and Mono 2.8. For now, the plan is to support IMAP and SMTP; POP3 is not planned yet. It is written in C#, consisting of 100% managed code, and can be found on CodePlex. With this article,...