Socket
Socket
Sign inDemoInstall

smtp-server

Package Overview
Dependencies
Maintainers
1
Versions
66
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

smtp-server - npm Package Versions

1
56

1.2.0

Diff

Changelog

Source

v1.2.0 2015-03-11

  • Do not allow HTTP requests. If the client tries to send a command that looks like a HTTP request, then disconnect
  • Close connection after 10 unrecognized commands
  • Close connection after 10 unauthenticated commands
  • Close all pending connections after server.close() has been called. Default delay to wait is 30 sec. Can be changed with closeTimeout option
andris
published 1.1.1 •

Changelog

Source

v1.1.1 2015-03-11

  • Fixed an issue with parsing MAIL FROM and RCPT TO commands, if there was a space before or after the first colon
andris
published 1.1.0 •

Changelog

Source

v1.1.0 2015-03-09

  • Added support for hideSTARTTLS option that hides STARTTLS while still allowing to use it (useful for integration test scenarios but not for production use)
  • Changed logger option behavior - if the value is false then no logging is used. If the value is missing, then output is logged to console
  • Fixed broken examples in the README
andris
published 1.0.2 •

andris
published 1.0.1 •

andris
published 1.0.0 •

1
56
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc