MimeKit by Jeffrey Stedfast

<PackageReference Include="MimeKit" Version="1.16.0" />

 MimeKit 1.16.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 (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

<package xmlns="http://schemas.microsoft.com/packaging/2013/05/nuspec.xsd">
  <metadata minClientVersion="2.12">
    <id>MimeKit</id>
    <version>1.16.0</version>
    <title>MimeKit</title>
    <authors>Jeffrey Stedfast</authors>
    <owners>Jeffrey Stedfast</owners>
    <requireLicenseAcceptance>false</requireLicenseAcceptance>
    <licenseUrl>http://opensource.org/licenses/MIT</licenseUrl>
    <projectUrl>http://github.com/jstedfast/MimeKit</projectUrl>
    <iconUrl>https://raw.github.com/jstedfast/MimeKit/master/nuget/mimekit-50.png</iconUrl>
    <description>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</description>
    <summary>An Open Source library for creating and parsing MIME, S/MIME and PGP messages on desktop and mobile platforms.</summary>
    <releaseNotes>* Added new ParserOptions option to allow local-only mailbox addresses (e.g. no @domain).
* Improved address parser to interpret unquoted names containing commas in email addresses as all part of the same name/email address instead of as a separate email address.
* Greatly improved the WindowsSecureMimeContext backend.
* A number of fixes to bugs exposed by an ever-increasing set of unit tests (up to 87% coverage).</releaseNotes>
    <copyright>Xamarin Inc.</copyright>
    <language>en-US</language>
    <tags>mime encryption dkim security smime s/mime openpgp pgp mbox mail email parser tnef netstandard net35 net40 net45 xamarin android ios monodroid monotouch win8 wp81</tags>
    <dependencies>
      <group targetFramework=".NETFramework3.5">
        <dependency id="BouncyCastle" version="1.8.1" />
      </group>
      <group targetFramework=".NETFramework4.0">
        <dependency id="BouncyCastle" version="1.8.1" />
      </group>
      <group targetFramework=".NETFramework4.5">
        <dependency id="BouncyCastle" version="1.8.1" />
      </group>
      <group targetFramework=".NETFramework4.5.1">
        <dependency id="BouncyCastle" version="1.8.1" />
      </group>
      <group targetFramework="MonoAndroid1.0" />
      <group targetFramework="Xamarin.iOS1.0" />
      <group targetFramework=".NETStandard1.3">
        <dependency id="NETStandard.Library" version="1.6.1" />
        <dependency id="System.Runtime.Serialization.Primitives" version="4.3.0" />
        <dependency id="System.Reflection.TypeExtensions" version="4.3.0" />
        <dependency id="System.Globalization.Extensions" version="4.3.0" />
        <dependency id="System.Text.Encoding.CodePages" version="4.3.0" />
        <dependency id="System.Net.NetworkInformation" version="4.3.0" />
        <dependency id="System.Net.NameResolution" version="4.3.0" />
        <dependency id="System.Data.Common" version="4.3.0" />
        <dependency id="Portable.BouncyCastle" version="1.8.1.2" />
      </group>
      <group targetFramework=".NETPortable0.0-Profile78">
        <dependency id="Portable.BouncyCastle" version="1.8.1.2" />
      </group>
      <group targetFramework="WindowsPhoneApp8.1">
        <dependency id="Portable.BouncyCastle" version="1.8.1.2" />
      </group>
    </dependencies>
    <frameworkAssemblies>
      <frameworkAssembly assemblyName="System" targetFramework=".NETFramework4.5" />
      <frameworkAssembly assemblyName="System.Core" targetFramework=".NETFramework4.5" />
      <frameworkAssembly assemblyName="System.Data" targetFramework=".NETFramework4.5" />
      <frameworkAssembly assemblyName="System.Security" targetFramework=".NETFramework4.5" />
      <frameworkAssembly assemblyName="System" targetFramework=".NETFramework4.0" />
      <frameworkAssembly assemblyName="System.Core" targetFramework=".NETFramework4.0" />
      <frameworkAssembly assemblyName="System.Data" targetFramework=".NETFramework4.0" />
      <frameworkAssembly assemblyName="System.Security" targetFramework=".NETFramework4.0" />
      <frameworkAssembly assemblyName="System" targetFramework=".NETFramework3.5" />
      <frameworkAssembly assemblyName="System.Core" targetFramework=".NETFramework3.5" />
      <frameworkAssembly assemblyName="System.Data" targetFramework=".NETFramework3.5" />
      <frameworkAssembly assemblyName="System.Security" targetFramework=".NETFramework3.5" />
      <frameworkAssembly assemblyName="System" targetFramework="MonoAndroid1.0" />
      <frameworkAssembly assemblyName="System.Core" targetFramework="MonoAndroid1.0" />
      <frameworkAssembly assemblyName="System.Data" targetFramework="MonoAndroid1.0" />
      <frameworkAssembly assemblyName="System" targetFramework="Xamarin.iOS1.0" />
      <frameworkAssembly assemblyName="System.Core" targetFramework="Xamarin.iOS1.0" />
      <frameworkAssembly assemblyName="System.Data" targetFramework="Xamarin.iOS1.0" />
    </frameworkAssemblies>
  </metadata>
</package>