Socket
Socket
Sign inDemoInstall

smtp-connection

Package Overview
Dependencies
Maintainers
1
Versions
60
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

smtp-connection - npm Package Versions

1
46

1.3.6

Diff

Changelog

Source

v1.3.6 2015-12-19

  • Updated isemail configuration to only allow SMTP compatible e-mail addresses for the envelope (otherwise valid addresses might include symbols that don't play well with SMTP, eg. line folding inside quoted strings)
andris
published 1.3.5 •

Changelog

Source

v1.3.5 2015-12-19

  • Validate to and from address to be valid e-mail addresses
andris
published 1.3.4 •

andris
published 1.3.3 •

andris
published 1.3.2 •

Changelog

Source

v1.3.2 2015-12-16

  • Added missing 'close' and 'end' event handlers for a STARTTLS-upgraded socket
andris
published 1.3.1 •

Changelog

Source

v1.3.1 2015-06-30

  • Added partial support for LMTP protocol. Works only with single recipient (does not support multiple responses for DATA command)
andris
published 1.3.0 •

andris
published 1.2.0 •

Changelog

Source

v1.2.0 2015-03-09

  • Connection object has a new property secure that indicates if the current connection is using a secure TLS socket or not
    • Fixed requireTLS where the connection was established insecurely if STARTTLS failed, now it returns an error as it should if STARTTLS fails
andris
published 1.1.0 •

Changelog

Source

v1.1.0 2014-11-11

  • Added additional constructor option requireTLS to ensure that the connection is upgraded before any credentials are passed to the server
    • Added additional constructor option socket to use an existing socket instead of creating new one (bantu)
andris
published 1.0.2 •

Changelog

Source

v1.0.2 2014-10-15

  • Removed CleartextStream.pair.encrypted error handler. Does not seem to be supported by Node v0.11
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