Spire.Email 6.5.7 fixes the issue that it was failed to connect to the server
2023-05-22 07:41:44
We are pleased to announce the release of Spire.Email 6.5.7. This version fixes the issue that it was failed to connect to Imap server and Pop3 server when used in the NetFramework application. More details are listed below. Here is a list of changes made in this release Category ID Description Bug SPIREEMAIL-76 Fixes the issue that it was failed to connect to Imap server and Pop3 server when used in the NetFramework application. Click the link to download Spire.Email 6.5.7: https://www.e-iceblue.com/Download/email-for-net.html
Spire.Email 6.3.2 fixes the issue that the date of emails read was incorrect
2023-03-22 01:56:53
We are happy to announce the release of Spire.Email 6.3.2. This version fixes the issue that the email date information read was incorrect. More details are listed below. Here is a list of changes made in this release Category ID Description Bug SPIREEMAIL-65 Fixes the issue that the email date information read is correct. Click the link to download Spire.Email 6.3.2: https://www.e-iceblue.com/Download/email-for-net.html
Spire.Email 6.3.1 supports OAuth2 authentication
2023-03-14 07:24:16
We are happy to announce the release of Spire.Email 6.3.1. This version supports OAuth2 authentication. Besides, some known issues are fixed in this version, such as the issue that the program threw error "Unable to read data from the transport connection" when sending emails. More details are listed below. Here is a list of changes made in this release Category ID Description New feature SPIREEMAIL-67 Supports OAuth2 authentication. Bug SPIREEMAIL-51 Fixes the issue that it failed to connect to QQ email. Bug SPIREEMAIL-60 Fixes the issue that the program threw "004 NO SELECT State" error when reading the inbox of…
Spire.Email 5.5.0 fixes the issue that the mail attachment and subject were failed to extract
2022-05-06 06:37:57
We are happy to announce the release of Spire.Email 5.5.0. This version fixes the issue that the mail attachment and subject were failed to extract. More details are listed below. Here is a list of changes made in this release Category ID Description Bug SPIREEMAIL-42 SPIREEMAIL-53 SPIREEMAIL-56 Fixes the issue that it failed to get the attachment from message. Bug SPIREEMAIL-52 Fixes the issue that it failed to get the correct subject from message. Click the link to download Spire.Email 5.5.0: https://www.e-iceblue.com/Download/email-for-net.html
Spire.Email 5.2.0 implements LinkedResource interface to add image in message
2022-02-24 07:11:50
We are happy to announce the release of Spire.Email 5.2.0. This version implements LinkedResource interface to add image in message. More details are listed below. Here is a list of changes made in this release Category ID Description New feature SPIREEMAIL-16 Implement LinkedResource interface to add image in message MailMessage mail = new MailMessage("From@domain.com", "To@domain.com"); // Add TO recipients mail.To.Add("AddedTo@domain.com"); // Specify ReplyTo mail.ReplyTo.Add("ReplyTo@domain.com"); // Add CC recipients mail.Cc.Add("Cc@domain.com"); // Add BCC recipients mail.Bcc.Add("Bcc@domain.com"); mail.Subject = "New message created by Spire.Email for .NET"; //How to Reference the resource in html //example:<body background='cid:ice.png'> LinkedResource resource = new LinkedResource(@"../../../../../Data/TestData/ice.png"); resource.ContentId = "ice.png";…
Spire.Email 4.11.1 fixes the issue that the addresser was incorrect when saving email
2021-11-22 07:10:03
We are happy to announce the release of Spire.Email 4.11.1. This version fixes the issue that the addresser was incorrect when saving the email extracted from a PST file to eml format. More details are listed below. Here is a list of changes made in this release Category ID Description Bug SPIREEMAIL-48 Fixes the issue that the addresser was incorrect when saving the email extracted from a PST file to eml format Click the link to download Spire.Email 4.11.1: https://www.e-iceblue.com/Download/email-for-net.html
Spire.Email 4.7 fixes a filter condition problem
2021-07-29 05:55:00
We are happy to announce the release of Spire.Email 4.7. This version fixes a filter condition problem. View the following for more information. Here is a list of changes made in this release Category ID Description Bug SPIREEMAIL-43 Fixes the issue that the program threw an error of "System.InvalidOperationException" when using filter conditions to query emails. Click the link to download Spire.Email 4.7: https://www.e-iceblue.com/Download/email-for-net.html