Maildev Versions Save

:mailbox: SMTP Server + Web Interface for viewing and testing emails during development.

v2.1.0

9 months ago

What's Changed

  • Add TLS support for incoming mails #435 (Fixes #182, #429)
  • Fix: Remove sanitizing of target=_blank attributes on anchors
  • Fix: Fixed healthcheck with MAILDEV_BASE_PATHNAME #419
  • Fix: Fixed healthcheck with MAILDEV_WEB_PORT (Fixed: #433)
  • Security: upgrade socket.io to fix CVE-2022-41940 and CVE-2022-2421 #447
  • Security: misc security updates: JSON5, got

Note

  • Tests are failing on Node 18.x in CI, but passing in all local testing w/ Node 18.

Full Changelog: https://github.com/maildev/maildev/compare/v2.0.5...v2.1.0

v2.0.5

1 year ago

This is a bug fix release

What's Changed

  • Fixes for #413 via upgrading smtp-server package to 3.11.0 by @djfarrelly in #415

Note

  • Tests were failing so tests have been improved to be passing again on all LTS versions of Node as well as the pending LTS, 18.x

Full Changelog: https://github.com/maildev/maildev/compare/v2.0.4...v2.0.5

v2.0.4

1 year ago

This is a bug fix release

What's Changed

  • Fixes for #398, #403, #411
  • Fix and improve html sanitization by @dcrouch79 in #408
  • Fix iframe being undefined by @djfarrelly in #412

Note

  • v2.0.3 was missing a dependency as was missed during review and QA. That version should be ignored.

Full Changelog: https://github.com/maildev/maildev/compare/v2.0.2...v2.0.4

v2.0.2

2 years ago

In this version, we have merged some functions from the community, and continue to solve the problems and pr accumulated in the community. https://github.com/maildev/maildev/issues/379

What's Changed

New Contributors

Full Changelog: https://github.com/maildev/maildev/compare/v2.0.1...v2.0.2

v2.0.1

2 years ago

Thanks for the feedback from the community users, now the docker image of maildev can run normally 🎉

@benobab @campfireman @agbaraka @jcoutch @veritem @serg-kovalenko @ravirdv @thenickfish

What's Changed

Full Changelog: https://github.com/maildev/maildev/compare/v2.0.0...v2.0.1

v2.0.0

2 years ago

After a period of updates, we have upgraded the software to version v2.0.0, contains numerous dependency updates, security bug fixes, and test script fixes.

The current version adds Node v16 LTS support and stops supporting Node v10.

Next, the community will add features based on this version, we need more partners to join us, if you are interested, come along.

What's Changed

New Contributors

Full Changelog: https://github.com/maildev/maildev/compare/v1.1.1...v2.0.0

v1.1.1

2 years ago

Thanks to all the community partners, see you in the next new release.

If you need to use Node v10, please stay with the current version, in the next version, we will drop Node v10 and start supporting Node v16

What's Changed

New Contributors

Full Changelog: https://github.com/maildev/maildev/compare/v1.1.0...v1.1.1

v1.1.0

4 years ago

Bugfix

  • Fix attachment file URI not correctly encoded (#256)

Improvements

  • Update minimum version to 8 (LTS) (#246)
  • Add appveyor testing for windows (#247)
  • Improved documentation for Rails (#248)
  • Upgrade dependencies (#259)
  • Add healthcheck endpoints (#255)
  • Add CORS support to the rest API (#260)

Breaking changes

  • No breaking changes 🎉

Contributors

Thanks to @floo51, @loremaps, @andreas, @SSANSH, @gael-ian, @oktapodia👏

1.0.0

5 years ago

Bugfix

  • Fix attachment has the same cid (#145)
  • Fix Messages with tag-like content don't display (#130)
  • Fix failed to open an attachment with a # character (#221)
  • Fix socket.io does not seem to work on windows (#185)
  • Fix can't delete an attachment
  • Fix can't clean the temp folder

Improvements

  • Add ability to hide SMTP extensions (#147)
  • Add ability to disable the web interface - Useful for programatic usage or testing (#165 - renamed to disable-web)
  • Improved shutdown handling for cli and Docker image usage (#167)
  • Load email source on demand fix (#146)
  • Reduced Docker image size (51 to 23mb)
  • Gracefully shutdown if smtp port in use (#162)
  • Increased test coverage
  • Massive code cleanup

Breaking changes

  • 1.x only works with Node.js 4.0 and higher ending support for 0.10 and 0.12

Contributors

Thanks to @kgeis, @oktapodia, @donut87, @SirMrDexter, @cbdabner, @jsonxr, @miquelfire, @GeoffreyBooth, @hichxm, @nilsceberg 👏

0.14.0

7 years ago

Adds the new "Relay to" button to relay (forward) an email to a specific email address other than the address it was originally sent to (#126)

Also includes fixes and adjustments from #125, #131, #132 and a fix for #123.