mimekit - MimeKit 4.8.0.1299
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.
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
PM> Install-Package MimeKit -Version 4.8.0.1299 -Source https://www.myget.org/F/mimekit/api/v3/index.json
> nuget.exe install MimeKit -Version 4.8.0.1299 -Source https://www.myget.org/F/mimekit/api/v3/index.json
> dotnet add package MimeKit --version 4.8.0.1299 --source https://www.myget.org/F/mimekit/api/v3/index.json
source https://www.myget.org/F/mimekit/api/v3/index.json
nuget MimeKit ~> 4.8.0.1299
Copy to clipboard
> choco install MimeKit --version 4.8.0.1299 --source https://www.myget.org/F/mimekit/api/v2
Import-Module PowerShellGet
Register-PSRepository -Name "mimekit" -SourceLocation "https://www.myget.org/F/mimekit/api/v2"
Install-Module -Name "MimeKit" -RequiredVersion "4.8.0.1299" -Repository "mimekit"
Copy to clipboard
- Added TypeConverters for InternetAddress and InternetAddressList.
-
.NETFramework 4.6.2
- BouncyCastle.Cryptography (>= 2.4.0)
- System.Buffers (>= 4.5.1)
- System.Memory (>= 4.5.5)
- System.Runtime.CompilerServices.Unsafe (>= 6.0.0)
-
.NETFramework 4.7
- BouncyCastle.Cryptography (>= 2.4.0)
- System.Buffers (>= 4.5.1)
- System.Memory (>= 4.5.5)
- System.Runtime.CompilerServices.Unsafe (>= 6.0.0)
-
.NETFramework 4.8
- BouncyCastle.Cryptography (>= 2.4.0)
- System.Buffers (>= 4.5.1)
- System.Memory (>= 4.5.5)
- System.Runtime.CompilerServices.Unsafe (>= 6.0.0)
-
.NETFramework 6.0
- BouncyCastle.Cryptography (>= 2.4.0)
- System.Formats.Asn1 (>= 8.0.1)
- System.Security.Cryptography.Pkcs (>= 8.0.1)
-
.NETFramework 8.0
- BouncyCastle.Cryptography (>= 2.4.0)
- System.Formats.Asn1 (>= 8.0.1)
- System.Security.Cryptography.Pkcs (>= 8.0.1)
-
.NETStandard 2.0
- BouncyCastle.Cryptography (>= 2.4.0)
- System.Buffers (>= 4.5.1)
- System.Data.DataSetExtensions (>= 4.5.0)
- System.Formats.Asn1 (>= 8.0.1)
- System.Memory (>= 4.5.5)
- System.Runtime.CompilerServices.Unsafe (>= 6.0.0)
- System.Security.Cryptography.Pkcs (>= 8.0.1)
- System.Text.Encoding.CodePages (>= 8.0.0)
-
.NETStandard 2.1
- BouncyCastle.Cryptography (>= 2.4.0)
- System.Buffers (>= 4.5.1)
- System.Formats.Asn1 (>= 8.0.1)
- System.Memory (>= 4.5.5)
- System.Runtime.CompilerServices.Unsafe (>= 6.0.0)
- System.Security.Cryptography.Pkcs (>= 8.0.1)
- System.Text.Encoding.CodePages (>= 8.0.0)
- .NETFramework 4.6.2: 4.6.2.0
- .NETFramework 4.7: 4.7.0.0
- .NETFramework 4.8: 4.8.0.0
- .NETFramework 6.0: 6.0.0.0
- .NETFramework 8.0: 8.0.0.0
- .NETStandard 2.0: 2.0.0.0
- .NETStandard 2.1: 2.1.0.0
Ownersjstedfast |
AuthorsJeffrey Stedfast |
Project URLhttps://www.mimekit.net/ |
LicenseMIT |
Tagsmime encryption arc dkim security smime s/mime openpgp pgp mbox mail email parser tnef net462 net47 net48 net6.0 net8.0 netstandard netstandard2.0 netstandard2.1 |
Info11 total downloads |
2 downloads for version 4.8.0.1299 |
Download (6.51 MB) |
NuGet 2.12 or higher |
Found on the current feed only |
Package history
Version | Size | Last updated | Downloads | Mirrored? | |||
---|---|---|---|---|---|---|---|
4.8.0.1302 | 6.51 MB | Sat, 02 Nov 2024 19:08:23 GMT | 0 | ||||
4.8.0.1301 | 6.51 MB | Sat, 02 Nov 2024 15:20:15 GMT | 0 | ||||
4.8.0.1300 | 6.51 MB | Sun, 20 Oct 2024 14:45:02 GMT | 8 | ||||
4.8.0.1299 | 6.51 MB | Wed, 16 Oct 2024 01:58:08 GMT | 2 | ||||
4.8.0.1298 | 6.51 MB | Wed, 16 Oct 2024 01:54:04 GMT | 1 |