PeterO.MailLib
0.8.1
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
<PackageReference Include="PeterO.MailLib" Version="0.8.1" />
paket add PeterO.MailLib --version 0.8.1
#r "nuget: PeterO.MailLib, 0.8.1"
// 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.
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 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