mirror of
https://github.com/node-red/node-red-nodes.git
synced 2025-03-01 10:37:43 +00:00
set email default to read (as was previously happening)
This commit is contained in:
@@ -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: {
|
||||
|
Reference in New Issue
Block a user