Storage of mail messages in a relational database
Frontends: IMAP4, POP3, ManageSieve, LMTP
Backends: MySQL, PostgreSQL, Oracle, and SQLite
Commercial development and support is also available
Merge pull request #32 from santa01/master Fix IMAP mailbox maintanence
Fix IMAP mailbox maintanence Update message's mailbox id in a separate explicit transaction to prevent SQLException: ORA-01453 error on the next db_begin_transaction() call (see db_mailbox_seq_update() next to 'UPDATE dbmail_messages SET mailbox_idnr' query).
login_disabled option before starttls for pop3
login_disabled option before starttls for pop3
bump 3.2.3
fix segfault
DBMail is primarily developed and tested on the GNU Linux and FreeBSD platforms. Users have also reported successfull deployments on OpenSolaris, NetBSD and OSX.
DBMail is released under the GNU Public Licence (version 2).