postalsys / mailauth

Command line utility and a Node.js library for email authentication
Other
127 stars 10 forks source link

Support older Node.js versions #3

Closed kwizzn closed 3 years ago

kwizzn commented 3 years ago

Any change we can land this? We are using mailauth in a Node.js v12 project and this makes it accessible.

CLAassistant commented 3 years ago

CLA assistant check
All committers have signed the CLA.

andris9 commented 3 years ago

Sorry, there are no plans to support anything below Node v14. You could try to transpile the module with babel on your application side or use an alternative module like authheaders

kwizzn commented 3 years ago

Weird decision considering that AWS Lambda doesn't support Node v14 yet. Anyway, thanks for suggesting the authheaders module.