dockerisation
This commit is contained in:
parent
d90c61c608
commit
9923f3454e
@ -35,6 +35,7 @@ export interface EmailAttachment {
|
|||||||
size: number;
|
size: number;
|
||||||
path?: string;
|
path?: string;
|
||||||
content?: string;
|
content?: string;
|
||||||
|
attachmentId?: string; // ID for Microsoft Graph API attachments (used for on-demand fetching)
|
||||||
}
|
}
|
||||||
|
|
||||||
export interface EmailMessage {
|
export interface EmailMessage {
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user