Info
Version: | 4.12.0 |
Author(s): | Jeffrey Stedfast |
Last Update: | Tuesday, April 29, 2025 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://www.mimekit.net/ |
NuGet Url: | https://www.nuget.org/packages/MimeKitLite |
Install
Install-Package MimeKitLite
dotnet add package MimeKitLite
paket add MimeKitLite
MimeKitLite Download (Unzip the "nupkg" after downloading)
Dependencies
.NETFramework 4.5
- System.Buffers(>= 4.5.1)
- System.Buffers(>= 4.5.1)
- System.Reflection.TypeExtensions(>= 4.4.0)
- System.Text.Encoding.CodePages(>= 4.4.0)
- System.Buffers(>= 4.5.1)
- System.Buffers(>= 4.5.1)
- System.Buffers(>= 4.5.1)
Tags
It also supports parsing of Unix mbox files.
The difference between MimeKit and MimeKitLite is that MimeKitLite lacks support for most cryptography features such as OpenPGP, S/MIME and DKIM.
API documentation can be found on the web at http://www.mimekit.net/docs
For those that need SMTP, POP3 or IMAP support, check out https://github.com/jstedfast/MailKit.