dockerisation
This commit is contained in:
parent
d90c61c608
commit
9923f3454e
@ -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 {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user