PeterO.MailLib
0.9.1
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
<PackageReference Include="PeterO.MailLib" Version="0.9.1" />
paket add PeterO.MailLib --version 0.9.1
#r "nuget: PeterO.MailLib, 0.9.1"
// 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 | Versions Compatible and additional computed target framework versions. |
---|---|
.NETPlatform | dotnet is compatible. |
-
- System.Collections (>= 4.0.0)
- System.Diagnostics.Debug (>= 4.0.0)
- System.Globalization (>= 4.0.0)
- System.IO (>= 4.0.0)
- System.Reflection (>= 4.0.0)
- System.Reflection.Extensions (>= 4.0.0)
- System.Runtime (>= 4.0.0)
- System.Runtime.Extensions (>= 4.0.0)
- System.Text.Encoding (>= 4.0.0)
- System.Threading (>= 4.0.0)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
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