Changelog 2.8.x

Changelog

In 2.8.x, we focus on improving stability for mail systems, expanding business workspace capabilities, and upgrading our infrastructure.

Integration and Security

We integrated Cloudflare Turnstile into the sign-up verification process to enhance security.

Account protection was strengthened across the board. We added account confirmation flows, normalized account casing, and enhanced email validation for sign-up.

Anti-Spam

We improved our anti-spam capabilities with enhanced mail authentication tagging, strengthening our ability to detect and handle suspicious incoming mail.

Business Workspaces

The business user experience has been significantly upgraded.

We introduced a new concept “TinkMail Business Workspace”, this allows businesses users to better understand the scope of our business offering. Also, we refactored the sign-in and sign-up flows for business users.

Mobile Experience

We have optimized the inbox view for mobile devices, now you can read your emails more comfortably on smaller screens. Documentation pages have also been enhanced to support better mobile layouts, including functional sidebar overlays and horizontally scrollable tables.

Infrastructure Improvements

We migrated our production infrastructure to a more robust setup. This provides better resilience, self-healing, and scalability to support our growing user base.

We have added a Backup MDA service, which removes the dependency on the central TinkMail foundation for mail delivery.

This service can be deployed independently, providing enhanced reliability and flexibility for mail handling.

Mail Sending Reliability

We have also refactored the mail sending process in the MTA to implement an retry strategy.

This ensures that outbound emails are delivered more reliably, even in the face of transient failures.

Monitoring and Alerting

Monitoring and error reporting have been enhanced.

Now from the foundational services such as databases and message queues, to the application layer, we have comprehensive monitoring and alerting in place to promptly identify and address issues.

In the web application, we also improved error capturing and reporting, for both client-side and server-side errors.

These improvements help us maintain a high level of service availability and performance. And we will be notified immediately when issues arise, allowing for swift resolution.

IMAP MOVE Command Support

Additionally, we have implemented the IMAP MOVE command, allowing users to move emails between folders more efficiently.

In the process, we have also added a new notification system to enhance IMAP synchronization when mails are moved.

Release Tags

  • 2.8.4 (2026-06-10)
  • 2.8.3 (2026-05-09)
  • 2.8.2 (2026-04-11)
  • 2.8.1 (2026-04-05)
  • 2.8.0 (2025-12-18)

Major Changes

Business Workspaces:

  • feat: enforce domain and user limits for business workspaces
  • feat: implement dashboard statistics API and update dashboard UI
  • feat: refactor business sign-in and sign-up pages with enhanced UI
  • feat: update business documentation, resources, and enhance onboarding guides
  • fix: support fromAddress to validate business user email domains
  • fix: business user login error
  • fix: exclude admin when counting existing members

Security:

  • feat: integrate Cloudflare Turnstile for sign-up verification
  • feat: enhance email validation for sign-up
  • feat: normalize account casing across authentication and user management flows
  • feat: implement refined rate limits for business and personal users
  • fix: add user status checks to prevent sign-in for banned or disabled accounts

MDA:

  • feat: implement Backup MDA service
  • feat: improve anti-spam with enhanced auth tagging

MTA:

  • feat: implement outbound email retry strategy and enhance mail sending status tracking
  • feat: add domain status check and improve DKIM retrieval logic
  • fix: set fixed EHLO host for sendMail function

SMTP:

  • feat: enhance mail delivery by using envelope recipients for authoritative delivery targets
  • fix: improve error handling in queueMail
  • fix: rate limit checks for sending emails
  • fix: resolve missing attachment records and incomplete mail files in SMTP

IMAP:

  • feat: implement MOVE command support
  • feat: implement new notification system for IMAP sync on mail move

WebMail:

  • feat: optimize inbox for mobile devices
  • feat: add monitor authentication handling in middleware
  • feat: implement client and server error reporting mechanisms
  • fix: update SEO metadata for consistency in title and descriptions
  • fix: layout issues
  • fix: enhance error handling

Development:

  • fix: resolve project configuration issues, fixing and improving several import and TypeScript issues
  • fix: resolve logger context bugs