MimeKit Lite NuGet Package

MimeKit is an Open Source library for creating and parsing MIME messages.

It also supports parsing of Unix mbox files.

Unlike any other .NET MIME parser, MimeKit's parser does not need to parse string input nor does it use a TextReader. Instead, it parses raw byte streams, thus allowing it to better support undeclared 8bit text in headers as well as message bodies.

It also means that MimeKit's parser is significantly faster than other .NET MIME parsers.

MimeKit's parser also uses a real tokenizer when parsing the headers rather than regex or string.Split() like most other .NET MIME parsers. This means that MimeKit is much more RFC-compliant than any other .NET MIME parser out there, including the commercial implementations.

In addition to having a far superior parser implementation, MimeKit's object tree is not a derivative of System.Net.Mail objects and thus does not suffer from System.Net.Mail's limitations.

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.




Got any MimeKit Lite Question?





Info

Version: 4.5.0
Author(s): Jeffrey Stedfast
Last Update: Saturday, April 13, 2024
.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)

.NETFramework 4.5 .NETFramework 4.7 .NETStandard 2.0 net46 net48 8 packages depend on this package.


Tags



STATS

must-have-score

5.8

avg-downloads-per-day

1831

days-since-last-release

11