mimekit - MimeKit 4.9.0.1441

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.9.0.1441 -Source https://www.myget.org/F/mimekit/api/v3/index.json

Copy to clipboard

> nuget.exe install MimeKit -Version 4.9.0.1441 -Source https://www.myget.org/F/mimekit/api/v3/index.json

Copy to clipboard

> dotnet add package MimeKit --version 4.9.0.1441 --source https://www.myget.org/F/mimekit/api/v3/index.json

Copy to clipboard
<PackageReference Include="MimeKit" Version="4.9.0.1441" />
Copy to clipboard
source https://www.myget.org/F/mimekit/api/v3/index.json

nuget MimeKit  ~> 4.9.0.1441
Copy to clipboard

> choco install MimeKit --version 4.9.0.1441 --source https://www.myget.org/F/mimekit/api/v2

Copy to clipboard
Import-Module PowerShellGet
Register-PSRepository -Name "mimekit" -SourceLocation "https://www.myget.org/F/mimekit/api/v2"
Install-Module -Name "MimeKit" -RequiredVersion "4.9.0.1441" -Repository "mimekit" 
Copy to clipboard

  • Started adding some DynamicallyAccessedMembers attributes for AOT compatibility.
  • Refactored some code for AOT Compatibility (MimeKitLite is now 100% AOT Compatible but MimeKit still has issues related to SQLite database loading for the S/MIME certificate database). (MailKit issue #10844)
  • Fixed TextPreviewer to use an encoding with an empty string fallback to prevent '?' characters from being appended to the generated preview string if the byte sequence was truncated.
  • Improved performance of InternetAddressList.Parse()/TryParse().
  • Improved InternetAddressList parser performance for malformed addresses that only contain display-name strings separated by commas. (issue #1106)
  • Exposed BouncyCastleCertificateExtensions.IsSelfSigned(), GetKeyUsageFlags() and IsDelta() as new public APIs.
  • Exposed X509KeyUsageBits enum as public.
  • Added support for domain-bound S/MIME certificates. (issue #1113)
  • Dropped support for net6.0 in the nuget packages (Microsoft support ended Nov 12, 2024).
  • Removed explicit dependency on System.Runtime.CompilerServices.Unsafe.
  • Bumped System.Security.Cryptography.Pkcs dependency to v8.0.1.
  • Bumped BouncyCastle.Cryptography dependency to v2.5.0.
  • Bumped System.Buffers dependency to v4.6.0.
  • Bumped System.Memory dependency to v4.6.0.
  • .NETFramework 4.6.2
    • BouncyCastle.Cryptography (>= 2.5.0)
    • System.Buffers (>= 4.6.0)
    • System.Memory (>= 4.6.0)
  • .NETFramework 4.7
    • BouncyCastle.Cryptography (>= 2.5.0)
    • System.Buffers (>= 4.6.0)
    • System.Memory (>= 4.6.0)
  • .NETFramework 4.8
    • BouncyCastle.Cryptography (>= 2.5.0)
    • System.Buffers (>= 4.6.0)
    • System.Memory (>= 4.6.0)
  • .NETFramework 8.0
    • BouncyCastle.Cryptography (>= 2.5.0)
    • System.Formats.Asn1 (>= 8.0.1)
    • System.Security.Cryptography.Pkcs (>= 8.0.1)
  • .NETStandard 2.0
    • BouncyCastle.Cryptography (>= 2.5.0)
    • System.Buffers (>= 4.6.0)
    • System.Data.DataSetExtensions (>= 4.5.0)
    • System.Formats.Asn1 (>= 8.0.1)
    • System.Memory (>= 4.6.0)
    • System.Security.Cryptography.Pkcs (>= 8.0.1)
    • System.Text.Encoding.CodePages (>= 8.0.0)
  • .NETStandard 2.1
    • BouncyCastle.Cryptography (>= 2.5.0)
    • System.Formats.Asn1 (>= 8.0.1)
    • 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 8.0: 8.0.0.0
  • .NETStandard 2.0: 2.0.0.0
  • .NETStandard 2.1: 2.1.0.0

Owners

jstedfast

Authors

Jeffrey Stedfast

Project URL

https://www.mimekit.net/

License

MIT

Tags

mime encryption arc dkim security smime s/mime openpgp pgp mbox mail email parser tnef net462 net47 net48 net8.0 netstandard netstandard2.0 netstandard2.1

Info

0 total downloads
0 downloads for version 4.9.0.1441
Download (5.84 MB)
NuGet 2.12 or higher
Found on the current feed only

Package history

Version Size Last updated Downloads Mirrored?
4.9.0.1441 5.84 MB Sun, 22 Dec 2024 04:08:30 GMT 0
4.9.0.1440 5.84 MB Sun, 22 Dec 2024 03:49:00 GMT 0
4.9.0.1439 5.84 MB Sun, 22 Dec 2024 03:07:42 GMT 0
4.9.0.1438 5.84 MB Sun, 22 Dec 2024 02:47:59 GMT 0
4.9.0.1437 5.84 MB Sun, 22 Dec 2024 02:34:43 GMT 0