We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c291e89 commit 1d66ed4Copy full SHA for 1d66ed4
packages/nodes-base/nodes/EmailReadImap/v2/utils.ts
@@ -117,6 +117,10 @@ export async function getNewEmails(
117
dataPropertyAttachmentsPrefixName,
118
);
119
120
+ (parsedEmail.json as IDataObject).attributes = {
121
+ uid: message.attributes.uid,
122
+ };
123
+
124
newEmails.push(parsedEmail);
125
}
126
} else if (format === 'simple') {
0 commit comments