smtp-redis-dropbox
Advanced tools
Comparing version 0.1.1-beta1 to 0.1.1-beta2
@@ -23,3 +23,3 @@ const concat = require("concat-stream"); | ||
disabledCommands: ["AUTH"], | ||
secure: Boolean(tls), | ||
secure: false, | ||
...(tls||{}), | ||
@@ -26,0 +26,0 @@ |
{ | ||
"name": "smtp-redis-dropbox", | ||
"version": "0.1.1-beta1", | ||
"version": "0.1.1-beta2", | ||
"description": "receive SMTP messages and drop attachments in redis", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
7356