diff options
author | ghen <ghen@pkgsrc.org> | 2009-12-11 20:52:21 +0000 |
---|---|---|
committer | ghen <ghen@pkgsrc.org> | 2009-12-11 20:52:21 +0000 |
commit | 21c901cacf966254a24db9bfbae9a96f4161c658 (patch) | |
tree | 6c246d543c7103946614e3a6502ea38d276749b1 /mail/dovecot/patches/patch-aa | |
parent | fd1944eeb66090c4c030a4419ddb3bd8adeab28f (diff) | |
download | pkgsrc-21c901cacf966254a24db9bfbae9a96f4161c658.tar.gz |
Update to Dovecot 1.2.8, imported from pkgsrc-wip and based on work of Edgar
Fuß <ef@math.uni-bonn.de>.
The package now contains Stephan Bosch' new Dovecot Sieve plugin as a pkgsrc
option (instead of the old CMU Sieve plugin that was a separate package), as
well as the ManageSieve extension. The dovecot-sieve package will be removed.
Upgrading from Dovecot 1.1.x may require changes to your configuration file,
see this webpage for more information: http://wiki.dovecot.org/Upgrading/1.2
Major changes since Dovecot 1.1:
* When creating files or directories to mailboxes, Dovecot now uses
the mailbox directory's permissions and GID for them. Previous
versions simply used 0600 mode always. For backwards compatibility
dovecot-shared file's permissions still override these with Maildir.
* SQL dictionary (quota) configuration file is different than in v1.1.
See doc/dovecot-dict-sql-example.conf for the new format.
* deliver -m: Mailbox name is now assumed to be in UTF-8 format,
not modified-UTF7. Stephan Bosch's new Sieve implementation also
assumes UTF-8 format in fileinto parameters.
+ Full support for shared mailboxes and IMAP ACL extension.
The code is mainly from Sascha Wilde and Bernhard Herzog.
+ IMAP: Added support for extensions: CONDSTORE, QRESYNC, ESEARCH,
ESORT, SEARCHRES, WITHIN, ID and CONTEXT=SEARCH.
+ SEARCH supports INTHREAD search key, but the rest of the INTHREAD
draft isn't implemented yet so it's not advertised in capability.
+ THREAD REFS algorithm where threads are sorted by their latest
message instead of the thread root message. There is also no base
subject merging.
+ IMAP: Implemented imap-response-codes draft.
+ Thread indexes for optimizing IMAP THREAD command and INTHREAD
search key.
+ Added userdb checkpassword (by Sascha Wilde)
+ Virtual mailboxes: http://wiki.dovecot.org/Plugins/Virtual
+ Autocreate plugin: http://wiki.dovecot.org/Plugins/Autocreate
+ Listescape plugin: http://wiki.dovecot.org/Plugins/Listescape
Diffstat (limited to 'mail/dovecot/patches/patch-aa')
-rw-r--r-- | mail/dovecot/patches/patch-aa | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mail/dovecot/patches/patch-aa b/mail/dovecot/patches/patch-aa index 501c691bfab..65a4e9644c6 100644 --- a/mail/dovecot/patches/patch-aa +++ b/mail/dovecot/patches/patch-aa @@ -1,6 +1,6 @@ -$NetBSD: patch-aa,v 1.9 2009/05/20 08:07:38 ghen Exp $ +$NetBSD: patch-aa,v 1.10 2009/12/11 20:52:22 ghen Exp $ ---- Makefile.in.orig 2009-05-18 03:39:56.000000000 +0200 +--- Makefile.in.orig 2009-06-01 06:30:25.000000000 +0200 +++ Makefile.in @@ -244,7 +244,7 @@ SUBDIRS = \ $(DOCS) |