Great work @jstedfast ! Couple of questions
Thanks and congratulations on awesome work! keep it up.
Well, technically POP3 and IMAP don't support calendar and contacts. All they support is email.
That said, some clients abuse the IMAP protocol to store email messages with vcard and/or ical attachments in their folders.
You can access those messages using MailKit, but I do not have a parser for them (that is a bit out of scope for this project, imho).
AFAIK, MimeKit and MailKit already support UWP.
Most helpful comment
Well, technically POP3 and IMAP don't support calendar and contacts. All they support is email.
That said, some clients abuse the IMAP protocol to store email messages with vcard and/or ical attachments in their folders.
You can access those messages using MailKit, but I do not have a parser for them (that is a bit out of scope for this project, imho).
AFAIK, MimeKit and MailKit already support UWP.