From a0b95fe659626e5f715a9b176d680910f60cf36a Mon Sep 17 00:00:00 2001 From: Dave Conway-Jones Date: Mon, 12 Dec 2016 21:14:32 +0000 Subject: [PATCH] set email default to read (as was previously happening) --- social/email/61-email.html | 2 +- social/email/package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/social/email/61-email.html b/social/email/61-email.html index 960d22ab..fa233370 100644 --- a/social/email/61-email.html +++ b/social/email/61-email.html @@ -230,7 +230,7 @@ useSSL: {value: true}, port: {value:"993",required:true}, box: {value:"INBOX"}, // For IMAP, The mailbox to process - disposition: { value: "None" }, // For IMAP, the disposition of the read email + disposition: { value: "Read" }, // For IMAP, the disposition of the read email repeat: {value:"300",required:true} }, credentials: { diff --git a/social/email/package.json b/social/email/package.json index 130d6236..47ab762a 100644 --- a/social/email/package.json +++ b/social/email/package.json @@ -1,6 +1,6 @@ { "name": "node-red-node-email", - "version": "0.1.13", + "version": "0.1.14", "description": "Node-RED nodes to send and receive simple emails", "dependencies": { "nodemailer": "^1.11.0",