SMTP and IMAP server library for .NET

前端 未结 5 1592
后悔当初
后悔当初 2020-12-25 15:10

Does anyone know a good SMTP/IMAP server library for C#?

I only found some long abandoned projects.


Only SERVER SIDE libraries, please

5条回答
  •  小蘑菇
    小蘑菇 (楼主)
    2020-12-25 15:50

    For SMTP, there's System.Net.Mail. For IMAP, I don't know. But once you fetch the email from the server, you'll want to parse it. The MIME parsing is the hard part. For that, I use, and recommend, SharpMimeTools.

提交回复
热议问题