PeterO.MailLib 0.8.1

There is a newer version of this package available.
See the version list below for details.
dotnet add package PeterO.MailLib --version 0.8.1
NuGet\Install-Package PeterO.MailLib -Version 0.8.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.8.1" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add PeterO.MailLib --version 0.8.1
#r "nuget: PeterO.MailLib, 0.8.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.8.1

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

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

There are no supported framework assets in this package.

Learn more about Target Frameworks and .NET Standard.

This package has no dependencies.

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,891 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.8.1:

- Fixes bugs in character encoding algorithms

Version 0.8.0:

- New helper classes added:
- - ArrayWriter
- -  Data abstraction interfaces IByteWriter, IReader, IWriter
- -  Encoding namespace, to access character encodings
- Normalizer class deprecated; use NormalizingCharacterInput
 instead
- Updated normalization and IDNA data to Unicode 8.0
- Fixed wrongly generated data that can make normalization form NFKC
 behave incorrectly
- Parses three new structured header fields
- ContentDisposition.MakeFilename decodes RFC2047 words
 in more cases and avoids returning unsuitable filenames in more cases
- Adds byte[] constructor to Message class
- Be more lenient for some "message/rfc822" bodies
- Fix bug in header parsing if a header field ends in folding whitespace
- Some parts of the code were rewritten, such as the Quoted-Printable
 encoder
  See the project page for release notes on previous versions: https://github.com/peteroupc/MailLib