All releases of Decimail Server


Release Notes: This release fixes the IMAP IDLE extension, which was broken in 0.14. An issue with threads not terminating properly was resolved.


Release Notes: This version fixes a couple of bugs in the daemons that had prevented operation with mutt and could lead to infinite loops while receiving mail. It also replaces the three database tables for to, cc, and bcc addresses with a single 'recipients' table, which simplifies many database queries.


Release Notes: To better support multi-user environments, a set of views is now created when a user logs in to the IMAP server, narrowing the database to just that user's messages. The mailbox queries are then written in terms of these views.


Release Notes: This version adds tsearch2 indexing of message bodies as they are received. You can then group messages based on keywords that they contain by creating new mailboxes under "/Keywords". The new mailbox name should be a tsearch2 query expression that the messages must match.


Release Notes: This release uses the actions framework to support mailing lists and "black hole" spam mailboxes. Randomly-allocated anti-spam addresses are now recorded and re-used in subsequent messages to the same recipient. Correspondents' real names are now recorded so that they can be offered for auto-completion in message composition. Internally, a new database interface may slightly improve performance.


Release Notes: This release uses PostgreSQL's text search extension, tsearch2, to enable fast keyword searching. In the default configuration, you can simply create a folder called "Subjects/Beer|Pub" which will automatically contain all messages with either of those keywords in its subject. There are also some IMAP syntax fixes.


Release Notes: This release fixes an IMAP syntax bug: when an individual part of a multi-part message is requested, the MIME header should not normally be included in the response.


Release Notes: This is a bugfix release, correcting some syntax errors in IMAP responses. It also improves the performance of by-domain mailbox queries.


Release Notes: This version implements a few missing IMAP features, fixes some obscure bugs, and makes it possible to specify database connection parameters on the command line.


Release Notes: Three new applications of the actions framework have been added: you can now group your messages by subject, sender's domain, and arbitrary user-defined labels. A long-standing bug that lead to 100% CPU utilisation has also been fixed.