Convert inbound email HTML (instance security hardening)
-
- UpdatedAug 3, 2023
- 2 minutes to read
- Vancouver
- Platform Security
The Vancouver release is no longer supported. As such, the product documentation and release notes are provided for informational purposes only, and will not be updated.
Use the glide.email.inbound.convert_html_inline_attachment_references property to specify whether to convert inbound email HTML so email images appear in the email HTML body preview.
- In the Now Platform, broken cid (content ID) links appear in place of images received. The format in which the email image appears depends on the property setting at the time the email is received, not the current property setting.
- The ‘malicious’ content received in the attachment isn't referenced in the HTML in the email. The attachment itself is stored in the sys_attachment table.
- Inbound email processing won't update the email's HTML data to reflect the stored
location of the attachment in the sys_attachment table. This results in the following:
- Inline images don't appear in email display in the activity formatter.Note: To resolve this issue with activity formatter, first check to see if no security concerns exist. Then set the glide.email.inbound.convert_html_inline_attachment_reference system property totrue to enable future emails received to contain the necessary HTML URL to reference the image. Changing the property doesn't update emails already received. The new value affects only inbound emails received after changing the property.
- Inline images don't appear when the email is viewed in the email HTML preview.
- When appending email.body_htm in inbound actions between code tags, the images are missing.
- Inline images don't appear in email display in the activity formatter.
Prerequisites
Before setting this property, set the glide.email.read.active property to true. To learn more, see Enable using your own POP3 server.
More information
To learn more about adding or creating a system property, see Add a system property.