Download List

專案描述

Decimail Server is a mail server supporting IMAP
and SMTP that uses a PostgreSQL database to store
messages. Mailboxes are defined using SQL queries,
allowing complex client-independent automatic
message filtering and categorisation. For example
you can partition your messages chronologically,
by correspondent, and by mailing list at the same
time, with each message appearing in several
mailboxes. You can also use PostgreSQL's text indexing
extension for fast keyword searching. Decimail also features anti-spam processing of outgoing messages.

System Requirements

System requirement is not defined
Information regarding Project Releases and Project Resources. Note that the information here is a quote from Freecode.com page, and the downloads themselves may not be hosted on OSDN.

2007-09-20 16:55
0.15

This release fixes the IMAP IDLE extension, which
was broken in 0.14. An issue with threads not
terminating properly was resolved.
標籤: Minor bugfixes

2007-09-03 23:00
0.14

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.
標籤: Minor bugfixes

2007-02-15 02:52
0.13

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.
標籤: Minor feature enhancements

2007-01-30 16:32
0.12

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.
標籤: Major feature enhancements

2007-01-10 21:14
0.11

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.
標籤: Major feature enhancements

Project Resources