You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Update new-email.mjs
Allow for all folders in Outlook to be checked for new emails
* Update new-email.mjs
* updates
* pnpm-lock.yaml
* updates
* pnpm-lock.yaml
* updates
* pnpm-lock.yaml
* remove console.log
* pnpm-lock.yaml
---------
Co-authored-by: michelle0927 <michellelbergero@hotmail.com>
description: "Emit new event when an email received",
9
-
version: "0.0.9",
9
+
description: "Emit new event when an email is received in specified folders.",
10
+
version: "0.0.10",
10
11
type: "source",
12
+
dedupe: "unique",
13
+
props: {
14
+
...common.props,
15
+
folderIds: {
16
+
type: "string[]",
17
+
label: "Folder IDs to Monitor",
18
+
description: "Specify the folder IDs or names in Outlook that you want to monitor for new emails. Leave empty to monitor all folders (excluding \"Sent Items\" and \"Drafts\").",
0 commit comments