pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/mail/dovecot
Module Name: pkgsrc
Committed By: ghen
Date: Fri Dec 11 20:52:22 UTC 2009
Modified Files:
pkgsrc/mail/dovecot: MESSAGE Makefile PLIST buildlink3.mk distinfo
options.mk
pkgsrc/mail/dovecot/patches: patch-aa patch-ab patch-ac patch-ag
patch-ah
Added Files:
pkgsrc/mail/dovecot: PLIST.managesieve PLIST.sieve
Log Message:
Update to Dovecot 1.2.8, imported from pkgsrc-wip and based on work of Edgar
FuÃ? <ef%math.uni-bonn.de@localhost>.
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
To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 pkgsrc/mail/dovecot/MESSAGE
cvs rdiff -u -r1.140 -r1.141 pkgsrc/mail/dovecot/Makefile
cvs rdiff -u -r1.25 -r1.26 pkgsrc/mail/dovecot/PLIST
cvs rdiff -u -r0 -r1.1 pkgsrc/mail/dovecot/PLIST.managesieve \
pkgsrc/mail/dovecot/PLIST.sieve
cvs rdiff -u -r1.5 -r1.6 pkgsrc/mail/dovecot/buildlink3.mk
cvs rdiff -u -r1.104 -r1.105 pkgsrc/mail/dovecot/distinfo
cvs rdiff -u -r1.22 -r1.23 pkgsrc/mail/dovecot/options.mk
cvs rdiff -u -r1.9 -r1.10 pkgsrc/mail/dovecot/patches/patch-aa
cvs rdiff -u -r1.27 -r1.28 pkgsrc/mail/dovecot/patches/patch-ab
cvs rdiff -u -r1.11 -r1.12 pkgsrc/mail/dovecot/patches/patch-ac
cvs rdiff -u -r1.4 -r1.5 pkgsrc/mail/dovecot/patches/patch-ag
cvs rdiff -u -r1.5 -r1.6 pkgsrc/mail/dovecot/patches/patch-ah
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Home |
Main Index |
Thread Index |
Old Index