Search code examples
mimekit

Is there an available explanation of the difference between MimeKit and MimeKitLite?


Love the MimeKit and MailKit libraries. Work great. Just discovered MimKitLite, but cannot find any info on that is "lite" about it. Is there an explanation somewhere? Thank you.

I checked in the release notes and on the MimeKit.net site and its doc. If it's there, I'm missing it.


Solution

  • MimeKitLite contains a subset of the MimeKit API that does not include PGP, S/MIME or DKIM/ARC support. In other words, most of the MimeKit.Cryptography namespace has been ripped out in MimeKitLite.