Skip to content

Releases: mailslurper/mailslurper

Release 1.15.0

03 Aug 20:26
068acff
Compare
Choose a tag to compare
  • Added Go Module support and updated some dependencies (@TheLonelyGhost)
  • Added ability to specify the config file location during start up (@ajanthan)
  • Added support for NOOP commands (@mbali)
  • Added support for RSET commands (@christoph-heiss)
  • Added ability to retrieve raw message contents (@mheers)
  • Improved Base64 decoding (@lpmop)
  • Improved reverse proxy support (@caseyWebb)
  • Improved MySQL support (@salvorapi)

Release 1.14.1

29 May 15:36
Compare
Choose a tag to compare
  • Fixed bug where service settings weren’t stored on first attempt to login when basic authentication is enabled

Release 1.14.0

29 May 06:18
Compare
Choose a tag to compare
  • MailSlurper now supports basic authentication. When enabled, you can create users and passwords. MailSlurper will then prompt for credentials when basic authentication is enabled
  • A command-line tool called createcredentials is available to create user names and password when basic authentication is enabled

Release 1.13.2

14 Apr 18:30
Compare
Choose a tag to compare

Release 1.13.1

20 Mar 05:09
Compare
Choose a tag to compare
  • Admin interface can use SSL now. This has separate SSL cert settings
  • Increased timeout to wait for context shutdown

Release 1.13.0

14 Mar 04:40
Compare
Choose a tag to compare
  • When subject is empty MailSlurper now records “(No Subject)” #71
  • Fixed invalid version string #62
  • MailSlurper can now maintain persistent connections. Idle connections are killed after 10 minutes of inactivity #53
  • Base64 encoded bodies are now supported #64
  • Converting newlines to breaks in text/plain emails #59
  • Subjects with special characters should be treated the same regardless of content type now #70

Release 1.12.1

03 Feb 02:01
Compare
Choose a tag to compare
  • Service tier now allows requests from all origins. This will hopefully mitigate CORS-related issues
  • Fixed bug in version check

Release 1.12.0

30 Jan 22:54
Compare
Choose a tag to compare
  • Major refactor to address handling complex MIME emails. Now tries to understand and parse multipart/related, multipart/alternative - #34
  • Addressed issue where encoded headers would return gibberish - #57
  • Fixed several unescaped entities when viewing mails - #55
  • Fixed bug pruning old mails
  • Fixed jittery renders when using a theme - #58
  • Added another date format. Date parsing errors now just default to today - #50, #48
  • MailSlurper no longer crashes when it receives a SIGQUIT signal - #47
  • Users can now open mails in a new tab - #44

Release 1.11.2

27 Sep 19:33
Compare
Choose a tag to compare

Fixes a bug when the service is bound to 0.0.0.0. Thanks to @queensengineer.

Release 1.11.1

01 Apr 04:43
Compare
Choose a tag to compare

Hotfix to address a bug where a user could not see emails for today's date. #46