Looking at creating a small email client for Windows 8 as a proof of concept. I've never actually written an email app, and it looks like I picked a difficult place to start, as System.Net.Mail seems to not be available to store apps.
This thread about IMAP in c# has lots of examples of libraries and components for doing 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 have to implement IMAP from the ground up?