Mailslurper Versions Save

Local, web-based mail server application. Slurp mails into oblivion!

release-1.15.0

9 months ago
  • 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)

1.14.1

5 years ago
  • Fixed bug where service settings weren’t stored on first attempt to login when basic authentication is enabled

1.14.0

5 years ago
  • 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

1.13.2

6 years ago
  • Updated to new logo, courtesy of @reallinfo

1.13.1

6 years ago
  • Admin interface can use SSL now. This has separate SSL cert settings
  • Increased timeout to wait for context shutdown

1.13.0

6 years ago
  • 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

1.12.1

6 years ago
  • Service tier now allows requests from all origins. This will hopefully mitigate CORS-related issues
  • Fixed bug in version check

1.12.0

6 years ago
  • 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

1.11.2

6 years ago

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

release-1.11.1

8 years ago

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