From 9923f3454e34825798340dece97e92eeec8394aa Mon Sep 17 00:00:00 2001 From: alma Date: Sun, 18 Jan 2026 21:00:24 +0100 Subject: [PATCH] dockerisation --- lib/types.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/types.ts b/lib/types.ts index 7e4ffe5..93a0be3 100644 --- a/lib/types.ts +++ b/lib/types.ts @@ -35,6 +35,7 @@ export interface EmailAttachment { size: number; path?: string; content?: string; + attachmentId?: string; // ID for Microsoft Graph API attachments (used for on-demand fetching) } export interface EmailMessage {