mimekit - MimeKit 4.5.0.1112

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

Copy to clipboard

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

Copy to clipboard

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

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

nuget MimeKit  ~> 4.5.0.1112
Copy to clipboard

> choco install MimeKit --version 4.5.0.1112 --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.5.0.1112" -Repository "mimekit" 
Copy to clipboard

  • Fixed MailboxAddress to not use punycode to encode or decode the local-part of an addr-spec. (issue #1012)
  • Removed explicit refs to CompilerServices.Unsafe and Encoding.CodePages from net6.0/8.0. (issue #1013)
  • .NETFramework 4.6.2
    • BouncyCastle.Cryptography (>= 2.3.0)
    • System.Buffers (>= 4.5.1)
    • System.Memory (>= 4.5.5)
    • System.Runtime.CompilerServices.Unsafe (>= 6.0.0)
  • .NETFramework 4.7
    • BouncyCastle.Cryptography (>= 2.3.0)
    • System.Buffers (>= 4.5.1)
    • System.Memory (>= 4.5.5)
    • System.Runtime.CompilerServices.Unsafe (>= 6.0.0)
  • .NETFramework 4.8
    • BouncyCastle.Cryptography (>= 2.3.0)
    • System.Buffers (>= 4.5.1)
    • System.Memory (>= 4.5.5)
    • System.Runtime.CompilerServices.Unsafe (>= 6.0.0)
  • .NETFramework 6.0
    • BouncyCastle.Cryptography (>= 2.3.0)
    • System.Security.Cryptography.Pkcs (>= 8.0.0)
  • .NETFramework 8.0
    • BouncyCastle.Cryptography (>= 2.3.0)
    • System.Security.Cryptography.Pkcs (>= 8.0.0)
  • .NETStandard 2.0
    • BouncyCastle.Cryptography (>= 2.3.0)
    • System.Buffers (>= 4.5.1)
    • System.Data.DataSetExtensions (>= 4.5.0)
    • System.Memory (>= 4.5.5)
    • System.Runtime.CompilerServices.Unsafe (>= 6.0.0)
    • System.Security.Cryptography.Pkcs (>= 8.0.0)
    • System.Text.Encoding.CodePages (>= 8.0.0)
  • .NETStandard 2.1
    • BouncyCastle.Cryptography (>= 2.3.0)
    • System.Buffers (>= 4.5.1)
    • System.Memory (>= 4.5.5)
    • System.Runtime.CompilerServices.Unsafe (>= 6.0.0)
    • System.Security.Cryptography.Pkcs (>= 8.0.0)
    • 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

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 net6.0 net8.0 netstandard netstandard2.0 netstandard2.1

Info

13 total downloads
6 downloads for version 4.5.0.1112
Download (6.49 MB)
NuGet 2.12 or higher
Found on the current feed only

Package history

Version Size Last updated Downloads Mirrored?
4.5.0.1112 6.49 MB Mon, 15 Apr 2024 13:33:02 GMT 6
4.5.0.1103 6.49 MB Sat, 13 Apr 2024 18:17:47 GMT 0
4.4.0.1102 6.49 MB Sat, 13 Apr 2024 17:15:39 GMT 1
4.4.0.1101 6.49 MB Mon, 08 Apr 2024 16:37:41 GMT 3
4.4.0.1095 6.49 MB Sat, 30 Mar 2024 16:29:07 GMT 3