comparison NEWS @ 8908:9b0f83479056 HEAD 1.2.rc1

Released v1.2.rc1.
author Timo Sirainen <tss@iki.fi>
date Fri, 03 Apr 2009 13:58:12 -0400
parents 3e3aba4a3acd
children 81ed3dfec651
comparison
equal deleted inserted replaced
8907:9c82d97a5431 8908:9b0f83479056
1 v1.2.UNSTABLE Timo Sirainen <tss@iki.fi> 1 v1.2.rc1 Timo Sirainen <tss@iki.fi>
2 2
3 * When creating files or directories to mailboxes, Dovecot now uses 3 * When creating files or directories to mailboxes, Dovecot now uses
4 the mailbox directory's permissions and GID for them. Previous 4 the mailbox directory's permissions and GID for them. Previous
5 versions simply used 0600 mode always. For backwards compatibility 5 versions simply used 0600 mode always. For backwards compatibility
6 dovecot-shared file's permissions still override these with Maildir. 6 dovecot-shared file's permissions still override these with Maildir.
13 + Full support for shared mailboxes and IMAP ACL extension. 13 + Full support for shared mailboxes and IMAP ACL extension.
14 The code is mainly from Sascha Wilde and Bernhard Herzog. 14 The code is mainly from Sascha Wilde and Bernhard Herzog.
15 + IMAP: Added support for extensions: CONDSTORE, QRESYNC, ESEARCH, 15 + IMAP: Added support for extensions: CONDSTORE, QRESYNC, ESEARCH,
16 ESORT, SEARCHRES, WITHIN, ID and CONTEXT=SEARCH. 16 ESORT, SEARCHRES, WITHIN, ID and CONTEXT=SEARCH.
17 + SEARCH supports INTHREAD search key, but the rest of the INTHREAD 17 + SEARCH supports INTHREAD search key, but the rest of the INTHREAD
18 draft isn't implemented yet and isn't advertised. 18 draft isn't implemented yet so it's not advertised in capability.
19 + THREAD X-REFERENCES2 algorithm where threads are sorted by their 19 + THREAD REFS algorithm where threads are sorted by their latest
20 latest message instead of the thread root message. There is also no 20 message instead of the thread root message. There is also no base
21 base subject merging. 21 subject merging.
22 + IMAP: Implemented imap-response-codes draft. 22 + IMAP: Implemented imap-response-codes draft.
23 + Thread indexes for optimizing IMAP THREAD command and INTHREAD 23 + Thread indexes for optimizing IMAP THREAD command and INTHREAD
24 search key. 24 search key.
25 + Added userdb checkpassword (by Sascha Wilde) 25 + Added userdb checkpassword (by Sascha Wilde)
26 + Virtual mailboxes: http://wiki.dovecot.org/Plugins/Virtual 26 + Virtual mailboxes: http://wiki.dovecot.org/Plugins/Virtual