MimeKit 1.3.0-beta4
See the version list below for details.
dotnet add package MimeKit --version 1.3.0-beta4
NuGet\Install-Package MimeKit -Version 1.3.0-beta4
<PackageReference Include="MimeKit" Version="1.3.0-beta4" />
<PackageVersion Include="MimeKit" Version="1.3.0-beta4" />
<PackageReference Include="MimeKit" />
paket add MimeKit --version 1.3.0-beta4
#r "nuget: MimeKit, 1.3.0-beta4"
#addin nuget:?package=MimeKit&version=1.3.0-beta4&prerelease
#tool nuget:?package=MimeKit&version=1.3.0-beta4&prerelease
MimeKit is an Open Source library for creating and parsing MIME, S/MIME and PGP messages on desktop and mobile platforms. 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 (more than 25x faster than OpenPOP.NET and over 100x faster than AE.Net.Mail and MailSystem.NET).
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 massive limitations or bugs.
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
Learn more about Target Frameworks and .NET Standard.
-
.NETFramework 3.5
- No dependencies.
-
.NETFramework 4.0
- No dependencies.
-
.NETFramework 4.5
- No dependencies.
-
DNXCore 5.0
- Microsoft.CSharp (>= 4.0.1-beta-23516)
- Portable.BouncyCastle (>= 1.8.0)
- System.Collections (>= 4.0.11-beta-23516)
- System.Data.Common (>= 4.0.1-beta-23516)
- System.Linq (>= 4.0.1-beta-23516)
- System.Net.NameResolution (>= 4.0.0-beta-23516)
- System.Net.NetworkInformation (>= 4.1.0-beta-23516)
- System.Net.Primitives (>= 4.0.11-beta-23516)
- System.Reflection (>= 4.1.0-beta-23516)
- System.Runtime (>= 4.0.21-beta-23516)
- System.Runtime.Serialization.Primitives (>= 4.1.0-beta-23516)
- System.Security.Cryptography.Algorithms (>= 4.0.0-beta-23516)
- System.Security.Cryptography.Primitives (>= 4.0.0-beta-23516)
- System.Text.Encoding (>= 4.0.11-beta-23516)
- System.Text.Encoding.CodePages (>= 4.0.1-beta-23516)
- System.Text.Encoding.Extensions (>= 4.0.11-beta-23516)
- System.Threading (>= 4.0.11-beta-23516)
-
MonoAndroid 1.0
- No dependencies.
-
Portable Class Library (.NETFramework 4.5, Windows 8.0, WindowsPhone 8.0)
- Portable.BouncyCastle (>= 1.8.0)
-
WindowsPhoneApp 8.1
- Portable.BouncyCastle (>= 1.8.0)
-
Xamarin.iOS 1.0
- No dependencies.
NuGet packages (2)
Showing the top 2 NuGet packages that depend on MimeKit:
Package | Downloads |
---|---|
MailKit
MailKit is an Open Source cross-platform .NET mail-client library that is based on MimeKit and optimized for mobile devices. Features include: * HTTP, Socks4, Socks4a and Socks5 proxy support. * SASL Authentication via ANONYMOUS, CRAM-MD5, DIGEST-MD5, LOGIN, NTLM, OAUTHBEARER, PLAIN, SCRAM-SHA-1, SCRAM-SHA-256, SCRAM-SHA-512 and XOAUTH2. * A fully-cancellable SmtpClient with support for STARTTLS, 8BITMIME, BINARYMIME, ENHANCEDSTATUSCODES, SIZE, DSN, PIPELINING and SMTPUTF8. * A fully-cancellable Pop3Client with support for STLS, UIDL, APOP, PIPELINING, UTF8, and LANG. * A fully-cancellable ImapClient with support for ACL, QUOTA, LITERAL+, IDLE, NAMESPACE, ID, CHILDREN, LOGINDISABLED, STARTTLS, MULTIAPPEND, UNSELECT, UIDPLUS, CONDSTORE, ESEARCH, SASL-IR, COMPRESS, WITHIN, ENABLE, QRESYNC, SORT, THREAD, ANNOTATE, LIST-EXTENDED, ESORT, METADATA / METADATA-SERVER, NOTIFY, FILTERS, LIST-STATUS, SORT=DISPLAY, SPECIAL-USE / CREATE-SPECIAL-USE, SEARCH=FUZZY, MOVE, UTF8=ACCEPT / UTF8=ONLY, LITERAL-, APPENDLIMIT, STATUS=SIZE, OBJECTID, REPLACE, SAVEDATE, XLIST, and X-GM-EXT1. * Client-side sorting and threading of messages (the Ordinal Subject and the Jamie Zawinski threading algorithms are supported). * Asynchronous versions of all methods that hit the network. * S/MIME, OpenPGP, DKIM and ARC support via MimeKit. * Microsoft TNEF support via MimeKit. |
|
MailMergeLib
A test copy of MailMergeLib. Do not use, the package will be deleted from this environment after testing. Use the package from nuget.org. MailMergeLib is an SMTP mail client library which provides comfortable mail merge capabilities for text, inline images and attachments, as well as good throughput and fault tolerance for sending mail messages. |
GitHub repositories (18)
Showing the top 18 popular GitHub repositories that depend on MimeKit:
Repository | Stars |
---|---|
duplicati/duplicati
Store securely encrypted backups in the cloud!
|
|
dodyg/practical-aspnetcore
Practical samples of ASP.NET Core 10 Preview 3, 9, 8.0, 7.0, 6.0, 5.0, 3.1, 2.2, and 2.1,projects you can use. Readme contains explanations on all projects.
|
|
OrchardCMS/OrchardCore
Orchard Core is an open-source modular and multi-tenant application framework built with ASP.NET Core, and a content management system (CMS) built on top of that framework.
|
|
fullstackhero/dotnet-starter-kit
Production Grade Cloud-Ready .NET 9 Starter Kit (Web API + Blazor Client) with Multitenancy Support, and Clean/Modular Architecture that saves roughly 200+ Development Hours! All Batteries Included.
|
|
fullstackhero/blazor-starter-kit
Clean Architecture Template for Blazor WebAssembly Built with MudBlazor Components.
|
|
rnwood/smtp4dev
smtp4dev - the fake smtp email server for development and testing
|
|
Megabit/Blazorise
Blazorise is a component library built on top of Blazor with support for CSS frameworks like Bootstrap, Tailwind, Bulma, AntDesign, and Material.
|
|
ChangemakerStudios/Papercut-SMTP
Papercut SMTP -- The Simple Desktop Email Server
|
|
OrchardCMS/Orchard
Orchard is a free, open source, community-focused Content Management System built on the ASP.NET MVC platform.
|
|
iammukeshm/CleanArchitecture.WebApi
An implementation of Clean Architecture for ASP.NET Core 3.1 WebAPI. Built with loosely coupled architecture and clean-code practices in mind.
|
|
cloudscribe/cloudscribe
ASP.NET Core multi-tenant web application foundation with management for sites, users, roles, claims and more
|
|
saucepleez/taskt
taskt (pronounced 'tasked' and formely sharpRPA) is free and open-source robotic process automation (rpa) built in C# powered by the .NET Framework
|
|
go2ismail/Asp.Net-Core-Inventory-Order-Management-System
Now upgraded to .NET 9, this project is a super-fast, completely headless API powered by Clean Architecture, CQRS, and MediatR. It includes an ASP.NET Core Razor Pages implementation for inventory order management, combined with Vue.js for a dynamic, responsive UI. Powerful WMS solution. Demo (username:admin@root.com / pwd:123456)
|
|
dnnsoftware/Dnn.Platform
DNN (formerly DotNetNuke) is the leading open source web content management platform (CMS) in the Microsoft ecosystem.
|
|
bkaankose/Wino-Mail
Built-in Mail & Calendars app clone for Windows.
|
|
xianhc/ApeVolo.Admin
.Net 8 、SqlSugar ORM、Vue 2.X、RBAC、前后端分离的开箱则用的企业级中后台权限管理系统
|
|
polterguy/magic
An AI-based Low-Code and No-Code software development automation framework
|
|
trueai-org/module-shop
一个基于 .NET 8.0 构建的简单、跨平台、模块化的商城系统
|
Version | Downloads | Last updated | |
---|---|---|---|
3.2.0 | 65 | 9/19/2022 | |
2.10.1 | 32,411 | 3/9/2021 | |
2.3.1 | 0 | 3/8/2021 | |
2.3.0 | 2 | 3/8/2021 | |
2.2.0 | 3 | 3/8/2021 | |
2.1.5.1 | 0 | 3/8/2021 | |
2.1.5 | 0 | 3/8/2021 | |
2.1.4 | 1 | 3/8/2021 | |
2.1.3 | 2 | 3/8/2021 | |
2.1.2 | 2 | 3/8/2021 | |
2.1.1 | 0 | 3/8/2021 | |
2.1.0 | 0 | 3/8/2021 | |
2.0.7 | 0 | 3/8/2021 | |
2.0.6 | 1 | 3/8/2021 | |
2.0.5 | 1 | 3/8/2021 | |
2.0.4 | 1 | 3/8/2021 | |
2.0.3 | 0 | 3/8/2021 | |
2.0.2 | 1 | 3/8/2021 | |
2.0.1 | 0 | 3/8/2021 | |
2.0.0 | 0 | 3/8/2021 | |
1.22.0 | 0 | 3/8/2021 | |
1.20.0 | 0 | 3/8/2021 | |
1.18.1 | 23 | 3/8/2021 | |
1.18.0 | 16 | 3/8/2021 | |
1.16.2 | 23 | 3/8/2021 | |
1.16.1 | 20 | 3/8/2021 | |
1.16.0 | 3 | 3/8/2021 | |
1.14.1 | 0 | 3/8/2021 | |
1.14.0 | 0 | 3/8/2021 | |
1.12.0 | 6 | 3/8/2021 | |
1.10.1 | 0 | 3/8/2021 | |
1.10.0 | 81 | 3/8/2021 | |
1.8.0 | 14 | 3/8/2021 | |
1.6.0 | 0 | 3/8/2021 | |
1.4.2 | 8 | 3/8/2021 | |
1.4.1 | 0 | 3/8/2021 | |
1.4.0 | 1 | 3/8/2021 | |
1.3.0-rc1 | 0 | 3/8/2021 | |
1.3.0-beta7 | 0 | 3/8/2021 | |
1.3.0-beta6 | 0 | 3/8/2021 | |
1.3.0-beta5 | 0 | 3/8/2021 | |
1.3.0-beta4 | 31 | 3/8/2021 | |
1.3.0-beta3 | 160 | 12/16/2015 | |
1.3.0-beta2 | 220 | 12/6/2015 | |
1.3.0-beta1 | 110 | 12/5/2015 | |
1.2.25 | 0 | 3/8/2021 | |
1.2.24 | 1 | 3/8/2021 | |
1.2.23 | 0 | 3/8/2021 | |
1.2.22 | 1 | 3/8/2021 | |
1.2.21 | 0 | 3/8/2021 | |
1.2.20.2 | 0 | 3/8/2021 | |
1.2.20 | 0 | 3/8/2021 | |
1.2.19 | 4 | 3/8/2021 | |
1.2.18 | 338 | 12/16/2015 | |
1.2.17.3 | 515 | 12/8/2015 | |
1.2.16 | 1,078 | 11/29/2015 | |
1.2.15 | 616 | 11/22/2015 | |
1.2.14 | 2,853 | 10/18/2015 | |
1.2.13 | 342 | 10/11/2015 | |
1.2.12 | 2,633 | 9/20/2015 | |
1.2.11 | 1,279 | 9/6/2015 | |
1.2.10 | 1,937 | 8/16/2015 | |
1.2.9 | 489 | 8/8/2015 | |
1.2.8 | 1,258 | 7/19/2015 | |
1.2.7 | 1,144 | 7/5/2015 | |
1.2.6 | 1,114 | 6/25/2015 | |
1.2.5.1 | 218 | 6/22/2015 | |
1.2.5 | 294 | 6/22/2015 | |
1.2.4 | 788 | 6/14/2015 | |
1.2.3 | 1,299 | 6/1/2015 | |
1.2.2 | 226 | 5/31/2015 | |
1.2.1 | 563 | 5/25/2015 | |
1.2.0 | 236 | 5/24/2015 | |
1.0.15 | 1,293 | 5/12/2015 | |
1.0.14 | 399 | 5/9/2015 | |
1.0.13 | 2,797 | 4/11/2015 | |
1.0.12 | 1,109 | 3/29/2015 | |
1.0.11 | 675 | 3/21/2015 | |
1.0.10 | 780 | 3/14/2015 | |
1.0.9 | 619 | 3/8/2015 | |
1.0.8 | 960 | 3/2/2015 | |
1.0.7 | 994 | 2/17/2015 | |
1.0.6.1 | 991 | 1/18/2015 | |
1.0.6 | 222 | 1/18/2015 | |
1.0.5 | 468 | 1/10/2015 | |
1.0.4 | 588 | 1/8/2015 | |
1.0.3 | 1,415 | 12/13/2014 | |
1.0.2 | 974 | 12/5/2014 | |
1.0.1 | 768 | 11/23/2014 | |
1.0.0 | 4,404 | 10/15/2014 | |
0.97.0 | 2,895 | 9/14/2014 |
* Removed unimplemented TNEF APIs.
* Use DateTime.UtcNow for S/MIME certificate validity checks.
* Added ToString() methods on ContentType/Disposition that take FormatOptions.
* Added a new ToString() method to InternetAddress that takes a FormatOptions. (issue #208)
* Added a MimeEntity.WriteTo() method that takes a bool contentOnly parameter. (issue #207)
* Added support for encoding parameter values using rfc2047 encoded-words instead of the standard rfc2231 encoding.
* Fixed SecureMailboxAddress's Fingerprint property to work with both the PGP key ID *and* the fingerprint. Previously only worked with the PGP key id. (issue #203)
* Added GroupAddress.Parse() and MailboxAddress.Parse() methods. (issue #197)
* Set a default filename when generating application/pgp-signature parts. (issue #195)