OpaqueMail 2.4.1
See the version list below for details.
dotnet add package OpaqueMail --version 2.4.1
NuGet\Install-Package OpaqueMail -Version 2.4.1
<PackageReference Include="OpaqueMail" Version="2.4.1" />
paket add OpaqueMail --version 2.4.1
#r "nuget: OpaqueMail, 2.4.1"
// Install OpaqueMail as a Cake Addin #addin nuget:?package=OpaqueMail&version=2.4.1 // Install OpaqueMail as a Cake Tool #tool nuget:?package=OpaqueMail&version=2.4.1
.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 | Versions Compatible and additional computed target framework versions. |
---|---|
.NET Framework | net is compatible. |
-
.NETFramework 4.5
- BouncyCastle (>= 1.7.0)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
2.4.1 release, with bug fixes and new helper methods. Fixed StartTLS discovery. Added GetMessagePartial() and GetCertificateByThumbprint().