OpaqueMail 1.6.6
dotnet add package OpaqueMail --version 1.6.6
NuGet\Install-Package OpaqueMail -Version 1.6.6
<PackageReference Include="OpaqueMail" Version="1.6.6" />
paket add OpaqueMail --version 1.6.6
#r "nuget: OpaqueMail, 1.6.6"
// Install OpaqueMail as a Cake Addin #addin nuget:?package=OpaqueMail&version=1.6.6 // Install OpaqueMail as a Cake Tool #tool nuget:?package=OpaqueMail&version=1.6.6
.NET e-mail library with full support for IMAP, POP3, and SMTP. Provides S/MIME message signing, encryption, and decryption to foster better e-mail 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.
Inherits from System.Net.Mail.MailMessage and System.Net.Mail.SmtpClient for simplified upgrades of existing code. Implements .NET 4.5 async and await.
Thoroughly documented. Designed for security, portability, 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 (http://bertjohnson.net/) of Bkip Inc. (http://bkip.com/).
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET Framework | net is compatible. |
This package has no dependencies.
GitHub repositories
This package is not used by any popular GitHub repositories.
Version 1.6.6 improves IMAP IDLE handling and fixes bugs related to email address and charset parsing.