Socket
Socket
Sign inDemoInstall

smtp-server

Package Overview
Dependencies
4
Maintainers
1
Versions
65
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install
Previous123457Next

1.6.0

Diff

Changelog

Source

v1.6.0 2015-09-29

  • Catch errors thrown by dns.reverse on invalid remoteAddress values
  • Added onConnect handler to block unwanted connections (66784aea by jleal52)
andris
published 1.5.2 •

Changelog

Source

v1.5.2 2015-09-18

  • Fixed regression with node v0.12 where STARTTLS connections were kept hanging around after close
andris
published 1.5.1 •

Changelog

Source

v1.5.1 2015-09-18

  • Fixed an issue where STARTTLS threw an error
  • Fixed an issue where using unknown auth schemes threw an error (a13f0bc8 by farmdog)
andris
published 1.5.0 •

Changelog

Source

v1.5.0 2015-08-21

  • Added support for PROXY protocol with useProxy option
andris
published 1.4.2 •

andris
published 1.4.1 •

andris
published 1.4.0 •

Changelog

Source

v1.4.0 2015-04-30

  • Added support for RFC1870 SIZE extension
andris
published 1.3.1 •

Changelog

Source

v1.3.1 2015-04-21

  • Added integration tests for CRAM-MD5 authentication
  • Exposed SNI support with sniOptions optional server option
  • Define used protocol for NPN as 'smtp'
andris
published 1.3.0 •

Changelog

Source

v1.3.0 2015-04-21

  • Added CRAM-MD5 authentication support
andris
published 1.2.0 •

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
SocketSocket SOC 2 Logo

Product

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc