acl, autocreate, expire, trash, virtual
* auth_username_format default changed to %Lu. If you really want
case sensitive usernames, set it back to empty.
+ * Solr full text search backend changed to use mailbox GUIDs instead of
+ mailbox names, requiring reindexing everything. solr_old backend can
+ be used with old indexes to avoid reindexing, but it doesn't support
+ some newer features.
+ imapc (= IMAP client) storage allows using a remote IMAP server to
be used as storage. This allows using Dovecot as a smart (caching)
proxy or using dsync to do migration from remote IMAP server.
+ + Mailbox indexing via queuing indexer service (required for Lucene)
+ + Lucene full text search (FTS) backend rewritten with support for
+ different languages
+ + FTS finally supports "OR" search operation
+ + FTS supports indexing attachments via external programs
+ + IMAP FUZZY extension, supported by Lucene and Solr FTS backends
+ + Mailbox list indexes
+ Autocreate plugin creates/subscribes mailboxes physically only when
the mailbox is opened for the first time. Mailbox listing shows the
autocreated mailboxes even if they don't physically exist.
- + Mailbox list indexes
- listescape plugin works perfectly now
- Fixed potential crashes and other problems when parsing header names