workflow - MimeKit 2.10.0

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

Copy to clipboard

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

Copy to clipboard

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

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

nuget MimeKit  ~> 2.10.0
Copy to clipboard

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

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

  • Added SQL Server support. (issue #619)
  • Fixed a leak in SqlCertificateDatabase when creating the certificates database.
  • Bumped BouncyCastle dependency to v1.8.8. (issue #610)
  • Exposed some ArcVerifier and DkimVerifier internal methods. (issue #601)
  • Improved MimeParser performance.
  • Fixed potential leaks in MimeParser when loading MimePart content in exception cases.
  • Made use of ArrayPools for various buffers which may help performance. (issue #616)
  • Fixed MimeUtils.GenerateMessageId() to encode international domain names.
  • Fixed MimeUtils.GenerateMessageId() to cache the local hostname. (issue #612)
  • Modified AttachmentCollection to use a custom implementation of Path.GetFileName() that allows illegal path characters.
  • Only generate a ContentId for the MultipartRelated Root if it is not the first part.
  • .NETFramework 4.5
    • Portable.BouncyCastle (>= 1.8.8)
    • System.Buffers (>= 4.5.1)
    • System.Data.DataSetExtensions (>= 4.5.0)
  • .NETFramework 4.6
    • Portable.BouncyCastle (>= 1.8.8)
    • System.Buffers (>= 4.5.1)
    • System.Data.DataSetExtensions (>= 4.5.0)
  • .NETFramework 4.7
    • Portable.BouncyCastle (>= 1.8.8)
    • System.Buffers (>= 4.5.1)
    • System.Data.DataSetExtensions (>= 4.5.0)
  • .NETFramework 4.8
    • Portable.BouncyCastle (>= 1.8.8)
    • System.Buffers (>= 4.5.1)
    • System.Data.DataSetExtensions (>= 4.5.0)
  • .NETStandard 2.0
    • Portable.BouncyCastle (>= 1.8.8)
    • System.Buffers (>= 4.5.1)
    • System.Data.DataSetExtensions (>= 4.5.0)
    • System.Reflection.TypeExtensions (>= 4.4.0)
    • System.Security.Cryptography.Pkcs (>= 4.7.0)
    • System.Text.Encoding.CodePages (>= 4.4.0)
  • .NETFramework 4.5: 4.5.0.0
  • .NETFramework 4.6: 4.6.0.0
  • .NETFramework 4.7: 4.7.0.0
  • .NETFramework 4.8: 4.8.0.0
  • .NETStandard 2.0: 2.0.0.0
  • MonoAndroid 0.0: 0.0.0.0
  • Xamarin.iOS 0.0: 0.0.0.0

Owners

Toma Bogdan flaviusm

Authors

Jeffrey Stedfast

Project URL

http://www.mimekit.net/

License

MIT

Tags

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

Info

494896 total downloads
348129 downloads for version 2.10.0
Download (3.11 MB)
NuGet 2.12 or higher
Found on the current feed only

Package history

Version Size Last updated Downloads Mirrored?
2.10.1 3.73 MB Mon, 29 Mar 2021 12:11:27 GMT 3250
2.10.0 3.11 MB Wed, 19 May 2021 16:51:25 GMT 348129
2.5.1 6.11 MB Thu, 08 Oct 2020 21:05:45 GMT 34299
2.2.0 6.16 MB Mon, 14 Dec 2020 11:22:45 GMT 30083
1.2.7.0 7.37 MB Wed, 08 Jul 2015 16:44:36 GMT 78444
1.0.8.0 4.97 MB Fri, 06 Mar 2015 12:18:40 GMT 134
1.0.0.0 4.9 MB Thu, 30 Oct 2014 13:17:20 GMT 359
0.95.0.0 4.79 MB Mon, 06 Oct 2014 16:24:40 GMT 198