MimeKitLite by Jeffrey Stedfast

<PackageReference Include="MimeKitLite" Version="4.6.0" />

.NET API 857,088 bytes

 MimeKitLite 4.6.0

MimeKit is an Open Source library for creating and parsing MIME messages. 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

<package xmlns="http://schemas.microsoft.com/packaging/2013/05/nuspec.xsd">
  <metadata minClientVersion="2.12">
    <id>MimeKitLite</id>
    <version>4.6.0</version>
    <title>MimeKit Lite</title>
    <authors>Jeffrey Stedfast</authors>
    <owners>Jeffrey Stedfast</owners>
    <requireLicenseAcceptance>false</requireLicenseAcceptance>
    <license type="expression">MIT</license>
    <licenseUrl>https://licenses.nuget.org/MIT</licenseUrl>
    <icon>icons\mimekit-50.png</icon>
    <readme>docs\README.md</readme>
    <projectUrl>https://www.mimekit.net/</projectUrl>
    <description>MimeKit is an Open Source library for creating and parsing MIME messages. 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</description>
    <summary>An Open Source library for creating and parsing MIME messages.</summary>
    <releaseNotes>* No changes since 4.5.0.</releaseNotes>
    <copyright>.NET Foundation and Contributors</copyright>
    <language>en-US</language>
    <tags>mime mbox mail email parser tnef net462 net47 net48 net6.0 net8.0 netstandard netstandard2.0 netstandard2.1</tags>
    <repository type="git" url="https://github.com/jstedfast/MimeKit" />
    <dependencies>
      <group targetFramework=".NETFramework4.6.2">
        <dependency id="System.Runtime.CompilerServices.Unsafe" version="6.0.0" />
        <dependency id="System.Buffers" version="4.5.1" />
        <dependency id="System.Memory" version="4.5.5" />
      </group>
      <group targetFramework=".NETFramework4.7">
        <dependency id="System.Runtime.CompilerServices.Unsafe" version="6.0.0" />
        <dependency id="System.Buffers" version="4.5.1" />
        <dependency id="System.Memory" version="4.5.5" />
      </group>
      <group targetFramework=".NETFramework4.8">
        <dependency id="System.Runtime.CompilerServices.Unsafe" version="6.0.0" />
        <dependency id="System.Buffers" version="4.5.1" />
        <dependency id="System.Memory" version="4.5.5" />
      </group>
      <group targetFramework="net6.0" />
      <group targetFramework="net8.0" />
      <group targetFramework=".NETStandard2.0">
        <dependency id="System.Runtime.CompilerServices.Unsafe" version="6.0.0" />
        <dependency id="System.Reflection.TypeExtensions" version="4.7.0" />
        <dependency id="System.Text.Encoding.CodePages" version="8.0.0" />
        <dependency id="System.Buffers" version="4.5.1" />
        <dependency id="System.Memory" version="4.5.5" />
      </group>
      <group targetFramework=".NETStandard2.1">
        <dependency id="System.Runtime.CompilerServices.Unsafe" version="6.0.0" />
        <dependency id="System.Reflection.TypeExtensions" version="4.7.0" />
        <dependency id="System.Text.Encoding.CodePages" version="8.0.0" />
        <dependency id="System.Buffers" version="4.5.1" />
        <dependency id="System.Memory" version="4.5.5" />
      </group>
    </dependencies>
    <frameworkAssemblies>
      <frameworkAssembly assemblyName="System" targetFramework=".NETFramework4.6.2" />
      <frameworkAssembly assemblyName="System.Core" targetFramework=".NETFramework4.6.2" />
      <frameworkAssembly assemblyName="System.Security" targetFramework=".NETFramework4.6.2" />
      <frameworkAssembly assemblyName="System" targetFramework=".NETFramework4.7" />
      <frameworkAssembly assemblyName="System.Core" targetFramework=".NETFramework4.7" />
      <frameworkAssembly assemblyName="System.Security" targetFramework=".NETFramework4.7" />
      <frameworkAssembly assemblyName="System" targetFramework=".NETFramework4.8" />
      <frameworkAssembly assemblyName="System.Core" targetFramework=".NETFramework4.8" />
      <frameworkAssembly assemblyName="System.Security" targetFramework=".NETFramework4.8" />
    </frameworkAssemblies>
  </metadata>
</package>