Skip to content

Latest commit

 

History

History
80 lines (54 loc) · 2.37 KB

CHANGELOG.md

File metadata and controls

80 lines (54 loc) · 2.37 KB

CHANGELOG

v0.3.18 2014-01-05

  • Bumped version to 0.3.18
  • Added limiting of max client connections (garbetjie) [bcd5c0b3]

v0.3.17 2014-01-05

  • Bumped version to 0.3.17
  • Do not create a server instance with invalid socket (47d17420)
  • typo (chrisdew) [fe4df83f]
  • Only emit rcptFailed if there actually was an address that was rejected [4c75523f]

v0.3.16 2013-12-02

  • Bumped version to 0.3.16
  • Expose simplesmtp version number [c2382203]
  • typo in SMTP (chrisdew) [6c39a8d7]
  • Fix typo in README.md (Meekohi) [597a25cb]

v0.3.15 2013-11-15

  • Bumped version to 0.3.15
  • Fixed bugs in connection timeout implementation (finian) [1a25d5af]

v0.3.14 2013-11-08

  • Bumped version to 0.3.14
  • fixed: typo causing connection.remoteAddress to be undefined (johnnyleung) 795fe81f
  • improvements to handling stage (mysz) 5a79e6a1
  • fixes TypeError: Cannot use 'in' operator to search for 'dsn' in undefined (mysz) 388d9b82
  • lost saving stage in "DATA" (mysz) de694f67
  • more info on smtp error (mysz) 42a4f964

v0.3.13 2013-10-29

  • Bumped version to 0.3.13
  • Handling errors which close connection on or before EHLO (mysz) 03345d4d

v0.3.12 2013-10-29

  • Bumped version to 0.3.12
  • Allow setting maxMessages to pool 5d185708

v0.3.11 2013-10-22

  • Bumped version to 0.3.11
  • style update 2095d3a9
  • fix tests 17a3632f
  • DSN Support implemented. (irvinzz) d1e8ba29

v0.3.10 2013-09-09

  • Bumped version to 0.3.10
  • added greetingTimeout, connectionTimeout and rejectUnathorized options to connection pool 8fa55cd3

v0.3.9 2013-09-09

  • Bumped version to 0.3.9
  • added "use strict" definitions, added new options for client: greetingTimeout, connectionTimeout, rejectUnathorized 51047ae0
  • Do not include localAddress in the options if it is unset 7eb0e8fc

v0.3.8 2013-08-21

  • Bumped version to 0.3.8
  • short fix for #42, Client parser hangs on certain input (dannycoates) 089f5cd4

v0.3.7 2013-08-16

  • Bumped version to 0.3.7
  • minor adjustments for better portability with browserify (whiteout-io) 15715498
  • Added raw message to error object (andremetzen) 15715498
  • Passing to error handler the message sent from SMTP server when an error occurred (andremetzen) 15d4cbb4

v0.3.6 2013-08-06

  • Bumped version to 0.3.6
  • Added changelog
  • Timeout if greeting is not received after connection is established