set email default to read (as was previously happening)

This commit is contained in:
Dave Conway-Jones 2016-12-12 21:14:32 +00:00
parent 0d0df5cef9
commit a0b95fe659
2 changed files with 2 additions and 2 deletions

View File

@ -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: {

View File

@ -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",