How to access IMAP in Windows 8 Store apps?

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?

+5
source share
1 answer

, IMAP/SMTP/POP3 Metro . Microsoft , , , . ​​ .

, , . RFC 3501 - - - 4rev1 Share, .

+1

All Articles