Release Notes for Email plugin
29 Jun 2026
- Improved: Several properties that were previously fixed at design time can now be set dynamically using expressions:
- ReadEmail: UseSSL, DeleteAfterRead, BodyAsHtml, OnlyUnreadItems and MarkAsRead
- SendEmail: EnableSSL and Priority
17 Jun 2026
- Added: Inline and embedded images are now included in the attachments returned by ReadEmail. Previously only parts explicitly marked as attachments were returned, so images embedded inline (for example, Outlook adds images with
Content-Disposition: inline) were omitted. - Updated to .NET 10.0
12 Mar 2026
- Fixed: ReadEmail failed when the email contained an attached email (.eml file).
- Fixed: ReadEmail failed when the email had no “From” field.
1 Aug 2025
- Fixed: EmailRead failed with “The IMAP server replied to the ‘FETCH’ command with a ‘NO’ response: The specified message set is invalid.” when reading from inboxes with fewer than 250 emails.
24 Feb 2025
- Updated to .NET 8.0
- Fixed: Read-and-move mail bug - an exception saying
NO The specified message uid is invalidwas encountered when a mail was read and then moved to a different folder. - Fixed: Update failed because the type EAGetMail.ServerAuthType could not be created
29 Aug 2024
- Changed from using EAGetMail to Mailkit internally
2 Feb 2024
- XOAuth2 was added as an authentication type to the SendMail function
27 Nov 2023
- Changed the NuGet package to support multiple platforms
24 Oct 2023
- Fix bug: Read and Move Email caused an exception in GMail
- Fix bug: Regex Filter Operator ‘Or’ with no filter values returned no emails
2 Aug 2023
- Changed the plugin from Windows-specific to platform-independent
- Specific properties on the result type of the ReadEmail function would only be populated in certain cases. These have been removed from the result type when not relevant. They are:
- FilePath — only included in the result type when the SaveEmail property is checked
- Attachments — only included in the result type when the AttachmentOptions property is set to something other than “None”
24 Mar 2022
- Fix bug: Selecting binary attachment data option in ReadEmail function causes a compiler error
- Fix bug: Toggling SaveToFile attachment option causes an unexpected error in ReadEmail function
17 Mar 2022
- First release