Comparing version 0.3.5 to 0.3.6
{ | ||
"name": "emailjs", | ||
"description": "send text/html emails and attachments (files, streams and strings) from node.js to any smtp server", | ||
"version": "0.3.5", | ||
"version": "0.3.6", | ||
"author": "eleith", | ||
@@ -6,0 +6,0 @@ "contributors":["izuzak", "Hiverness", "mscdex", "jimmybergman"], |
@@ -1,2 +0,2 @@ | ||
# emailjs (v0.3.5) [![Build Status](https://secure.travis-ci.org/eleith/emailjs.png)](http://travis-ci.org/eleith/emailjs) | ||
# emailjs (v0.3.6) [![Build Status](https://secure.travis-ci.org/eleith/emailjs.png)](http://travis-ci.org/eleith/emailjs) | ||
@@ -3,0 +3,0 @@ send emails, html and attachments (files, streams and strings) from node.js to any smtp server |
@@ -475,3 +475,3 @@ /* | ||
{ | ||
var preferred = [AUTH_METHODS.XOAUTH2, AUTH_METHODS.CRAM_MD5, AUTH_METHODS.LOGIN, AUTH_METHODS.PLAIN]; | ||
var preferred = [AUTH_METHODS.CRAM_MD5, AUTH_METHODS.LOGIN, AUTH_METHODS.PLAIN, AUTH_METHODS.XOAUTH2]; | ||
@@ -478,0 +478,0 @@ for(var i = 0; i < preferred.length; i++) |
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