Notable changes to Mailpit will be documented in this file.
- Update Go modules
- Update node modules
- Wrap HTML source lines
- Dark mode color adjustments
- Update dark mode loading background color
- Ignore SMTP relay error when one of multiple recipients doesn't exist
- Set raw message Content-Type to UTF-8
- Define Vue build options in esbuild
- Update node modules
- Update Go modules
- Theme toggler - auto, light and dark themes
- Clearer SMTP error messages
- Update Go modules
- Upgrade node modules
- More accurate clickable hyperlink logic in plain text messages
- Convert links into clickable hyperlinks in plain text message content
- Update node modules
- Only display sendmail help when sendmail subcommand is invoked
- Sort tags before saving
- Add option to enable tag colors based on tag name hash
- Display message tags below subject in message overview
- Add single dash arguments support to sendmail command (#123)
- Fix sendmail/startup panic
- Add
sendmail -bs
functionality
- Add ability to delete or mark search results read
- Set tags via X-Tags message header
- Update node modules
- Add SMTP LOGIN authentication method for message relay
- Add Message-Id to MessageSummary (#116)
- Update swagger field descriptions, add MessageID
- Update node modules
- Update Go modules
- Check for secure context instead of HTTPS (#114)
- Update node modules
- Update Go modules
- Remove "Noto Color Emoji" from default bootstrap font list
- Return blank 200 response for OPTIONS requests (CORS)
- Correctly escape JS cid regex
- Update node modules
- Update Go modules
- Fix Date display when message doesn't contain a Date header
- Add allowlist to filter recipients before relaying messages (#109)
- Add
-S
short flag for sendmail--smtp-addr
- Fix auto-deletion cron
- Set Access-Control-Allow-Headers when --api-cors is set
- Include correct start value in search reponse
- Option to ignore duplicate Message-IDs
- Update node modules
- Update Go modules
- Update swagger field descriptions
- Style Undisclosed recipients in message view
- Add Access-Control-Allow-Methods methods when CORS origin is set
- Fix UI images not displaying when multiple cid names overlap
- Display clickable toast notifications for new messages
- If set use return-path address as SMTP from address
- Add API release route again (bad merge)
- Enable cross-origin resource sharing (CORS) configuration
- Message relay / release
- Include Return-Path in message summary data
- Inject/update Bcc header for missing addresses when SMTP recipients do not match messsage headers
- Update Go modules
- Update node modules
- Display Return-Path if different to the From address
- Message release functionality
- Add Docker image tag for major/minor version
- Update listen regex to allow IPv6 addresses (#85)
- Mobile and tablet HTML preview toggle in desktop mode
- Enable SMTP auth flags to be set via env
- Include Reply-To in message summary (including Web UI)
- Tab to view formatted message headers
- Add 'o', 'b' & 's' ignored flags for sendmail
- Update Go modules
- Update node modules
- Return received datetime when message does not contain a date header
- Fix JavaScript error when adding the first tag manually
- OpenAPI / Swagger schema
- Download raw message, HTML/text body parts or attachments via single button
- Rename SSL to TLS, add deprecation warnings to flags & ENV variables referring to SSL
- Options to support auth without STARTTLS, and accept any login
- Option to use message dates as received dates (new messages only)
- Return received datetime when message does not contain a date header
- Rename SSL to TLS, add deprecation warnings to flags & ENV variables referring to SSL
- Options to support auth without STARTTLS, and accept any login
- Option to use message dates as received dates (new messages only)
- Expose default ports (1025/tcp 8025/tcp)
- Expand custom webroot path to include a-z A-Z 0-9 _ . - and /
- Fix search with existing emails
- Update node modules
- Add Cc and Bcc search filters
- Update node modules
- Update Go modules
- Merge pull request #44 from axllent/dependabot/github_actions/wangyoucao577/go-release-action-1.36
- Merge pull request #43 from axllent/dependabot/github_actions/docker/build-push-action-4
- Merge pull request #55 from axllent/dependabot/go_modules/golang.org/x/image-0.5.0
- Merge pull request #42 from shizunge/dependabot
- Restore notification icon
- Compress SVG icons
- Add Kubernetes API health (livez/readyz) endpoints
- Upgrade to esbuild 0.17.5
- Correctly index missing 'From' header in database
- Update node modules
- Update go modules
- Include HTML link text in search data
- Allow tags to be set from MP_TAG environment
- Allow tags to be set from MP_TAG environment
- Temporarily disable arm (32) Docker build
- Append trailing slash to custom webroot for UI & API
- Upgrade esbuild & axios
- Rename "results" to "result" when singular message returned
- Remove duplicate bootstrap CSS
- Update go modules
- Update node modules
- Delay 200ms to set
target="_blank"
for all rendered email links
- Return empty arrays rather than null for message To, CC, BCC, Inlines & Attachments
- Message tags and auto-tagging
- Allow custom webroot
- Provide structs of API v1 responses for use in client code
- Update go modules
- Update node modules
- Broadcast "delete all" action to reload all connected clients
- Load first page if paginated list returns 0 results
- Theme changes
- Bump build action to use node 18
- Fix mail download link
- Add limit and start parameters to search
- Prevent double message index request on websocket connect
- Add API endpoint to return message headers
- Update go modules
- Add API test for raw & message headers
- Update frontend modules
- Add about app modal with version update notification
- Add REST API
- Add API tests
- Changes to use new data API
- Hide delete all / mark all read in message view
- Normalize running binary name detection (Windows)
- Workaround for Safari source matching bug blocking event listener
- Add documentation link (wiki)
- Switch to esbuild-sass-plugin
- Support for inline images using filenames instead of cid
- Add --quiet flag to display only errors
- Add restrictive HTTP Content-Security-Policy
- Minor UI color change & unread count position adjustment
- Add favicon unread message counter
- Remove left & right borders (message list)
- Update message download link
- Allow reverse proxy subdirectories
- Attachment icons and image thumbnails
- HTML source & highlighting
- Add previous/next message links
- Multiple message selection for group actions using shift/ctrl click
- Search parser improvements
- Search parser improvements
- Post data using 'application/json'
- Display unknown recipients as as
Undisclosed recipients
- Update frontend modules & esbuild
- Update frontend modules & esbuild
This release includes a major backend storage change (SQLite) that will render any previously-saved messages useless. Please delete old data to free up space. For more information see axllent#10
- Switch backend storage to use SQLite
- Resize preview iframe on load
- Improved message search - any order & phrase quoting
- Change breakpoints for mobile view of messages
- Resize iframes with viewport resize
- Email compression in storage
- Enable testing on feature branches
- Database total/unread statistics tests
- Mobile compatibility improvements & functionality
- Mark all messages as read
- Better error handling when connection to server is broken
- Add reset search button
- Minor UI tweaks
- Update pagination values when new mail arrives when not on first page
- Merge pull request #6 from KaptinLin/develop
- Optional browser notifications (HTTPS only)
- Don't allow tar files containing a ".."
- Sanitize mailbox names
- Use strconv.Atoi() for safe string to int conversions
- Fix env variable for MP_UI_SSL_KEY
- SMTP STARTTLS & SMTP authentication support
- Include read status in search results
- HTTPS option for web UI
- Memory & physical database tests
- Fix total/unread count after failed message inserts
- Add project links to help in CLI
- Command flag should be
--auth-file
- Disable CGO when building multi-arch binaries
- Basic authentication support
- Update to clover-v2.0.0-alpha.2 to fix sorting
- Add search tests
- Add date to console log
- Add space in To fields
- Cater for messages without From email address
- Minor UI & logging changes
- Add space in To fields
- cater for messages without From email address
- Update to clover-v2.0.0-alpha.2 to fix sorting
- Unread statistics