Looking to create a small mail client for Windows 8 as a proof of concept. I actually never wrote an email application, and it looks like I have chosen a difficult place to start, because System.Net.Mail does not seem to be available for storing applications.
This article on IMAP in C # has many examples of libraries and components for performing IMAP in C #, but most of them seem to rely on functions not available in WinRT
Am I missing something obvious or do I just need to implement IMAP from scratch?
source
share