#skip inline images in output MHTML
Explore tagged Tumblr posts
Text
Export Emails to MHTML without Inline Images & Filter Messages with Custom Flag using .NET
What's New in this Release?
Aspose team is pleased to announce the release of Aspose.Email for .NET 17.6.0. It includes new features and enhancements related to various functional areas of the API. Specifically, the enhancements are related to the API’s IMAP, EWS client and rendering of messages to MHTML. The API also fixes several bugs that further improve the performance and functionality of the API. This month’s release introduces a new feature of adding custom flags to a message on the server using the API’s ImapClient. Custom flags can be added to a message using the AddMessageFlags method using the ImageMessageFlags. Not only users can add custom flags to messages on server using the API’s ImapClient, users can also filter messages by specifying custom flags. The ImapQueryBuilder’s HasFlags and HasNoFlags can be used for this purpose. Email messages with multiple or large size images embedded in them can take considerable time and system resources during conversion to MHTML format. This month’s release provides the capability to skip inline images from including in output MHTML using the MhtSaveOptions class’s SkipInlineImages property. Setting this flag avoids writing inline images from message body to output MHTML. The main bug fixes & improved features added in this release are listed below
Set custom flag using Imap
Option to render MSG to Mhtml without images for the sake of performance
Provision of flag for hidden/cache folders retrieved from Exchange server
Removing credentials from the activity log file
Protocols API. Prevent the debugger from calling the getter property
Image repeated in background while converting MSG to Mhtml
From address not decoded properly from Base64
Aspose.Email adds random values for ConversationIndex property
PST: To, CC and BCC not displayed in Outlook
Aspose.Email is showing attachment name as UNKNOWN_PARAMETER_VALUE
Subject corrupted while saving the EML
Attachment filename changed when EML file is loaded and saved again
Saving attachment of EML file using Aspose.Email is getting corrupt/damaged
IMAP: BAD FETCH Invalid Fetch argument
To, CC and Bcc not shown in PST after conversion from Mbox
Aspose.Email is unable to read the attachments with EML file
Calendar item cannot be loaded to MailMessage
Setting the priority of an appointment is not working
EMLs to MHT: Blank output
Pop3: Getting Out Of Memory Exception
Null reference exception when getting contacts
ArgumentException: "The property data could not be null. Parameter name: property"
Exception raised while loading attached ICS file
Loading MSG file using MailMessage is throwing exception: IndexOutOfRangeException
MapiMessage.FromMailMessage raises exception for ICS files
Not Setting license raises Argument Out Of Range exception for MapiMessage.FromMailMessage for ICS files
IEWClient raises exception while fetching contacts from office365
Other most recent bug fixes are also included in this release.
Newly added documentation pages and articles
Some new tips and articles have now been added into Aspose.Email for .NET documentation that may guide users briefly how to use Aspose.Email for performing different tasks like the followings.
Exporting Email to MHT without Inline Images
Filter Messages with Custom Flag
Overview:Aspose.Email for .NET
Aspose.Email for .NET is a set of .net email components allowing developers to easily implement email functionality within their ASP.NET web applications, web services & Windows applications. It Supports Outlook PST, EML, MSG & MHT formats. It allows developers to work with SMTP, POP3, FTP & MS Exchange servers. It supports mail merge, iCalendar, customized header & body, header information, embedded files, Twitter & many more. It makes it easy to work with HTML or plain text emails & their attachments.
More about Aspose.Email for .NET
Homepage of Aspose.Email for .NET C#
Download Aspose.Email for .NET
Online documentation of Aspose.Email for .NET
#Filter Messages with Custom Flag#email conversion to MHTML#skip inline images in output MHTML#Set Custom Flags#Save attachment of EML file#convert MSG to Mhtml#.NET Email API
0 notes
Text
Add Custom Flag to IMAP Messages & Skip Inline Images during Email Conversion to MHT using Java
What’s new in this release?
Aspose team is pleased to announce the new release of Aspose.Email for Java 17.6.0. This month’s release includes a new feature of adding custom flag to a message using IMAP. It also enhances several API functionality by adding to the existing features of the API and fixes bugs. For a detail note on what is new and fixed, This month’s release provides the capability to add custom flag to a message using the API’s ImapClient. Custom flags can be added to a message using the addMessageFlags method using the ImageMessageFlags as shown in the following code sample.The API also now supports filtering messages based on custom flags from the message. It has also incorporated the functionality of skipping inline images from email messages while converting to MHTML format. This helps in improved performance while converting email messages that have large size inline images in message body. The main improved features & bug fixes added in this release are listed below
Set custom flag using Imap
Option to render MSG to Mhtml without images for the sake of performance
Provision of flag for hidden/cache folders retrieved from Exchange server
Removing credentials from the activity log file Enhancement
Exception TnefPropertyType.TypeError while loading attached MSG file
Protocols API. Prevent the debugger from calling the getter property
Image repeated in background while converting MSG to Mhtml
Aspose.Email adds random values for ConversationIndex property
PST: To, CC and BCC not displayed in Outlook
Aspose.Email is showing attachment name as UNKNOWN_PARAMETER_VALUE
Subject corrupted while saving the EML
Attachment filename changed when EML file is loaded and saved again
Saving attachment of EML file using Aspose.Email is getting corrupt/damaged
IMAP: BAD FETCH Invalid Fetch argument
To, CC and Bcc not shown in PST after conversion from Mbox
Aspose.Email is unable to read the attachments with EML file
Calendar item cannot be loaded to MailMessage
Setting the priority of an appointment is not working
EMLs to MHT: Blank output
Pop3: Getting Out Of Memory Exception
Null reference exception when getting contacts
ArgumentException: "The property data could not be null. Parameter name: property"
Exception raised while loading attached ICS file
Loading MSG file using MailMessage is throwing exception: IndexOutOfRangeException
MapiMessage.FromMailMessage raises exception for ICS files
Not Setting license raises Argument Out Of Range exception for MapiMessage.FromMailMessage for ICS files
IEWClient raises exception while fetching contacts from office365
Exception raised while updating attachment name containing double single quote
Other most recent bug fixes are also included in this release.
Newly added documentation pages and articles
Some new tips and articles have now been added into Aspose.Email for Java documentation that may guide users briefly how to use Aspose.Email for performing different tasks like the followings.
Exporting Email to MHT without Inline Images
Saving Message as Outlook Template (.oft) file
Overview:Aspose.Email for Java
Aspose.Email for Java is a Non-Graphical Java component that enables Java applications to read and write Microsoft Outlook documents without utilizing Microsoft Outlook. It enables developers to create new MSG file from scratch, update an existing MSG file, read Outlook MSG file & get it's properties like subject, body, recipients in to, cc and bcc, Adding or removing attachment, sender information and MAPI properties. Aspose.Email for Java can be used with Web as well asDesktop Application.
More about Aspose.Email for Java
Homepage of Oulook component Aspose.Email for Java
Download Aspose.Email for Java
Online documentation of Aspose.Email for Java
#Add Custom Flag to IMAP Messages#Filter messages based on Custom Flag#Skip Images in Email Conversion to MHT#save attachment of EML file#Java email API#Java outlook email API
0 notes