Enneo automatically evaluates each file attachment based on its MIME type and — if technically available — its actual file type. The result is a risk class that controls how the system deals with the attachment: in storage, display, and transmission.Documentation Index
Fetch the complete documentation index at: https://docs.enneo.ai/llms.txt
Use this file to discover all available pages before exploring further.
Risk Classes
Each attachment is assigned to one of three classes:- safe — File types that are considered harmless (e.g., PDF, DOCX, XLSX, JPEG, PNG, MP3, MP4). These files are stored and displayed normally.
- risky — File types with increased risk potential (e.g., ZIP, RAR, 7z, TAR, EML,
application/octet-stream). These files are stored, but a warning message is displayed to the user before opening. - dangerous — Executable or potentially malicious file types (e.g., EXE, MSI, Binary). These files are not stored; the attachment is replaced with a text file that includes a notification.
System Behavior
During Email Import:Dangerous attachments (
dangerous) are not stored in the system. Instead, Enneo creates a text file that informs the user about the removal. The original content is lost.
For outgoing messages and notes:When adding attachments to a reply or internal note, the system checks the risk class before storing. For unauthenticated contexts (e.g., through the external API without a profile), both
risky and dangerous are blocked. For authenticated users, only dangerous is blocked.
In the User Interface:Attachments of the
risky class can be opened, but a confirmation dialog is displayed before opening. Attachments of the dangerous class are disabled and cannot be opened.