PeterO.MailLib 0.7.0

dotnet add package PeterO.MailLib --version 0.7.0
NuGet\Install-Package PeterO.MailLib -Version 0.7.0
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.7.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add PeterO.MailLib --version 0.7.0
#r "nuget: PeterO.MailLib, 0.7.0"
#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.7.0

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

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.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
0.7.0 163 6/24/2014

Version 0.7.0:
- More header fields that can be merged are merged when generating messages from Message objects.
- The Unicode data for normalization and IDNA was updated to version 7.0.
  See the project page for release notes on previous versions: https://github.com/peteroupc/MailLib