Browse our Products

Aspose.Email for .NET 6.3.0 Release Notes

Features

  • Detecting different file formats. This feature allows to define any supported by Aspose.Email file or stream format.

Other features and improvements

  • Support for adding message headers while converting to HTML
  • Auto-detection of html body encoding to correct message conversion into mhtml and html
  • Message signing with detached signature

All Changes

KeySummaryCategory
EMAILNET-35108- Feature to detect different file formatsFeatures
EMAILNET-35110- Include Message Headers while converting to HTMLEnhancements
EMAILNET-35098- Exception thrown when setting email address with “-” right before @Enhancements
EMAILNET-35102- Scanpst reports errors with PST generated using Aspose.Email APIBugs
EMAILNET-34874- Signed Message body not diplayed in Web based gmail clientBugs
EMAILNET-35109- Exception raised while loading the MSG file into MailMessageBugs
EMAILNET-35116- MailMerge not working for this MSG fileBugs
EMAILNET-35117- Issues with DKIMBugs
EMAILNET-35120- Chinese characters not rendered properly in MhtmlBugs
EMAILNET-35121- Html body spaces and alignment lost in resultant MSG fileBugs
EMAILNET-35125- Exporting Messages to HTML creates blank html pagesBugs
EMAILNET-35126- EmailValidator ignores “,”Bugs
EMAILNET-35127- EML->MHTML: Headers are not visible in MS WordBugs
EMAILNET-35129- Signed MSG to EML: Headers information is lostBugs
EMAILNET-35130- MSG to MHTML: Issues with Header layoutBugs
EMAILNET-35131- Number of attachments differ for inner EML while source mail is converted from EML to MSGBugs
EMAILNET-35130- MSG to MHTML: Issues with Header layoutBugs
EMAILNET-35115- Pop3Exception: Connection failure. Timeout has been reachedBugs

Public API and Backwards Incompatible Changes

The following is a list of any changes made to the public API such as added, renamed, removed or deprecated members as well as any non-backward compatible change made to Aspose.Email for .NET. If you have concerns about any change listed, please raise it on the Aspose.Email support forum.

Added:

Aspose.Email Class TimeoutException Class FileFormatType Class FileFormatInfo Class FileFormatUtil Method FileFormatUtil.DetectFileFormat(Stream) Method FileFormatUtil.DetectFileFormat(String)

Aspose.Email.Mail Method MailMessage.AttachSignature(Cryptography.Pkcs.CmsSigner, Boolean) Method MailMessage.AttachSignature(Cryptography.X509Certificates.X509Certificate2, Boolean) Property EmlSaveOptions.CheckBodyContentEncoding Property HtmlSaveOptions.CheckBodyContentEncoding Property MhtSaveOptions.CheckBodyContentEncoding

Some classes have been moved to the new namespaces. It’s necessary to use the newly created same classes in the new namespaces. The old namespaces and their obsolete classes will be removed soon. The following table shows these changes.

Deprecated namespaceNew namespaceMoved namespace members
Aspose.Email.Common.CommandsAspose.EmailClasses:
AsyncCommand,
ResultEventArgs,
CommandStatus
Interfaces:
IAsyncCommand,
ICommand,
Enumerations,
AsyncCommandResults
Aspose.iCalendarAspose.Email.RecurrencesClasses:
ByDay,
ByDayCollection,
ByNumberCollection,
DateCollection,
RecurrencePattern (renamed to CalendarRecurrence),
RecurrenceRule,
RecurrenceRuleCollection
Enumerations:
EndType
Frequency
Aspose.Email.Mail.CalendaringAspose.Email.RecurrencesClasses:
DailyRecurrencePattern,
MonthlyRecurrencePattern,
RecurrencePattern,
WeeklyRecurrencePattern,
YearlyRecurrencePattern
Enumerations:
CalendarDay,
CalendarMonth,
DayPosition
Aspose.Email.VerifyAspose.Email.VerificationsClasses:
DomainValidatingEventArgs,
EmailValidator,
MailServerValidatingEventArgs,
SyntaxValidatingEventArgs,
ValidationResult
Delegates:
DomainValidatingEventHandler,
MailServerValidatingEventHandler,
SyntaxValidatingEventHandler
Enumerations:
ValidationPolicy,
ValidationResponseCode
Aspose.Windows.FormsAspose.Email.Windows.FormsClasses:
FileDataObject,
FileDataObjectCollection,
FileDragEventArgs,
FileDropTargetManager,
FileDropTargetPanel,
MailClientAgent,
Recipient,
RecipientCollection
Interfaces
IFileDropTargetControl,
Delegates,
FileDragEventHandler
Enumerations:
RecipientType