PeterO.MailLib 0.9.1

There is a newer version of this package available.
See the version list below for details.
dotnet add package PeterO.MailLib --version 0.9.1
NuGet\Install-Package PeterO.MailLib -Version 0.9.1
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="PeterO.MailLib" Version="0.9.1" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add PeterO.MailLib --version 0.9.1
#r "nuget: PeterO.MailLib, 0.9.1"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install PeterO.MailLib as a Cake Addin
#addin nuget:?package=PeterO.MailLib&version=0.9.1

// Install PeterO.MailLib as a Cake Tool
#tool nuget:?package=PeterO.MailLib&version=0.9.1

A parser and generator of Internet email messages as a Portable Class Library.

Product Compatible and additional computed target framework versions.
.NETPlatform dotnet is compatible. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
0.15.0 1,888 1/16/2020
0.14.0 581 8/20/2019
0.13.0 793 8/29/2018
0.12.0 842 7/20/2018
0.11.0 923 6/29/2018
0.10.0 1,025 11/29/2016
0.9.1 1,044 12/11/2015
0.8.1 1,333 11/22/2015

Version 0.9.1:
- Removed a reference to OpenCover that was apparently left in version 0.9
Version 0.9:
- The C# version of the library now also targets "dotnet", which should make it compatible with platform .NET runtime
environments such as the upcoming cross-platform "coreclr" runtime.
- Bug fixes to ensure number-format independence in some cases
- ContentDisposition.MakeFilename implementation was improved
- Another overload for GetEncoding was added
- Additional fixes in character encodings
- Known issue: The library implements character encodings based on the Encoding Standard
candidate recommendation.  But several issues have emerged with that spec in the meantime.
For example, GB18030 currently uses a problematic range table, so that for certain code points designed
for that table, round-tripping is not possible.  As a result, tests on GB18030 are disabled
for now.
  See the project page for release notes on previous versions: https://github.com/peteroupc/MailLib