OpaqueMail 2.4.3

dotnet add package OpaqueMail --version 2.4.3
NuGet\Install-Package OpaqueMail -Version 2.4.3
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="OpaqueMail" Version="2.4.3" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add OpaqueMail --version 2.4.3
#r "nuget: OpaqueMail, 2.4.3"
#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 OpaqueMail as a Cake Addin
#addin nuget:?package=OpaqueMail&version=2.4.3

// Install OpaqueMail as a Cake Tool
#tool nuget:?package=OpaqueMail&version=2.4.3

.NET email library with full support for IMAP, POP3, and SMTP.

Supports S/MIME and PGP message signing, encryption, and decryption to foster better email security and privacy.

Follows IETF standards, implementing all IMAP4rev1, POP3, SMTP, and S/MIME 3.2 commands plus common extensions such as IDLE.  Supports MIME, Unicode, and TNEF encoding.

Includes a fully-featured test client that allows browsing and searching of IMAP and POP3 messages as well as sending of SMTP messages with encryption.  Automatically embeds images into Text/HTML messages and strips Script tags.

Features patterns similar to System.Net.Mail.MailMessage and System.Net.Mail.SmtpClient for simplified upgrades of existing code.  Implements .NET 4.5 async and await.

Thoroughly documented.  Optimized for security, usability, and performance.

Supporting documentation and tutorials available at (http://opaquemail.org/library/).

Licensed according to the MIT License (http://mit-license.org/).

Created by Bert Johnson (https://bertjohnson.com/) of Allcloud Inc. (https://allcloud.com/).

Product Compatible and additional computed target framework versions.
.NET Framework net 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
2.4.3 30,701 1/10/2017
2.4.1 1,159 12/23/2016
2.2.4 3,768 11/27/2015
1.6.6 29,655 2/2/2014

2.4.3 release, fixing a small bug with long Unicode subjects and adding a workaround for servers that return incorrect body length information.