Fix email msg cloning

to close #442
to close  #461
This commit is contained in:
Dave Conway-Jones
2018-08-30 13:05:39 +01:00
parent a94157efe6
commit 52df7cb30f
2 changed files with 6 additions and 6 deletions

View File

@@ -1,11 +1,11 @@
{
"name": "node-red-node-email",
"version": "1.0.0",
"version": "1.0.1",
"description": "Node-RED nodes to send and receive simple emails",
"dependencies": {
"imap": "^0.8.19",
"mailparser": "^0.6.2",
"nodemailer": "^4.6.4",
"nodemailer": "^4.6.8",
"poplib": "^0.1.7"
},
"repository": {