Mailslurper Versions Save

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

release-1.11

8 years ago

MailSlurper now has themes!

release-1.10

8 years ago

Small update here.

  • Streamlined the packaging process for releasing new versions
  • All assets compiled into the binary. The only required files to run MailSlurper are now the executable and the config file

release-1.9

8 years ago

UI

  • When viewing an email the row you click on is highlighted
  • Address regression where searching the From field failed to work
  • Added ability to sort the email list view ascending or descending by date, subject, or from

Server

  • Added a new option to config.json to auto-open your browser when MailSlurper starts. It defaults to turned off
  • When no worker is available to service an incoming mail connection the server pool will timeout after 2 seconds and close the connection
  • Fixed dates in the format of 2 Jan 2006 15:04:05 -0700. Found this while testing from a C# client using the SmtpClient class
  • Server now support SSL by providing certificate and key files

release-1.8.1

8 years ago

Fixed a few very annoying bugs:

  • Parsing dates in emails with a format of Mon, 02 Jan 2006 15:04:05 -0700
  • Starting MailSlurper for the first time, using SQLite, would try to delete mailslurper.db file, when it did not exist

release-1.8

8 years ago
  • Fixed issue where the word data in a TO email address would cause a crash
  • Added additional date format support when parsing mails
  • Major performance enhancement when reading a large number of mails from a database - 99% reduction in execution time when paging through MSSQL datasets

release-1.7

8 years ago
  • Fixed typo in server log messages
  • Previously a client connection that sent incomplete attachment information would cause MailSlurper to panic. MailSlurper has grown some courage in this release, and no longer panics
  • Users may now choose between two date formats: US (MM/DD/YYYY) and International (YYYY-MM-DD)
  • There is now an option to have your list of mail items auto refresh on an interval
screen shot 2015-10-26 at 10 29 48 pm screen shot 2015-10-26 at 10 30 16 pm

release-1.6

8 years ago
  • FEATURE: Added a new administrative section. The first feature is a tool to prune old emails
  • FEATURE: Added buttons to jump directly to the first and last pages of mail items
  • BUG: The current filter popover was missing From/To search information. That information now displays in the popover
  • BUG: Apostrophes in email subject lines were not decoded correctly. They are now more human-friendly
  • BUG: The word attachements was misspelled. I have since learned to spell.
  • BUG: All mail items were showing the paperclip icon, even if they didn't have an attachment. These items are now happier with themselves and have accepted that not all emails have attachments.

release-1.5

8 years ago

Small release to fix a bug where certain attachments would not display in the interface. This was caused by an invalid attempt to base64 decode plain, unencoded content.

release-1.4

8 years ago

This release address bugs and adds features.

  • Can now search for mail items by sender and recipient
  • Fixed bug where blank subjects were stored. Opting to store (No Subject)
  • Now sanitizing input and output of mail body, subject and xmailer for imporved security
  • Now validating sender and recipient addresses prior to storage for improved security

release-1.3

8 years ago

The following bug fixes and features are found in this release:

  • Connections that timeout no longer write invalid entries into the data storage
  • The web interface now supports paging. Currently 50 mails are shown at a time
  • There is a new button on the toolbar that will show the current page and search filters applied