email don't retry connection while still busy.

This commit is contained in:
Dave Conway-Jones
2020-08-28 09:36:06 +01:00
parent 53ad00f165
commit 46f3dfc382
2 changed files with 8 additions and 6 deletions

View File

@@ -1,11 +1,11 @@
{
"name": "node-red-node-email",
"version": "1.7.8",
"version": "1.7.9",
"description": "Node-RED nodes to send and receive simple emails",
"dependencies": {
"imap": "^0.8.19",
"mailparser": "^2.7.7",
"nodemailer": "^6.4.6",
"mailparser": "^2.8.1",
"nodemailer": "^6.4.11",
"poplib": "^0.1.7"
},
"repository": {