feat(Email Trigger (IMAP) Node): IMAP trigger node returns message UIDs (#13152)

This commit is contained in:
umanamente
2025-04-08 00:54:59 -07:00
committed by GitHub
parent 7463f0c18a
commit 457870953a
2 changed files with 13 additions and 1 deletions

View File

@@ -149,6 +149,9 @@ export async function getNewEmails(
textHtml: await getText(parts, message, 'html'),
textPlain: await getText(parts, message, 'plain'),
metadata: {} as IDataObject,
attributes: {
uid: message.attributes.uid,
} as IDataObject,
},
};