dockerisation

This commit is contained in:
alma 2026-01-18 21:00:24 +01:00
parent d90c61c608
commit 9923f3454e

View File

@ -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 {