dovecot-2.2: Added MOVE extension to capabilities.

dovecot at dovecot.org dovecot at dovecot.org
Mon Aug 13 15:03:57 EEST 2012


details:   http://hg.dovecot.org/dovecot-2.2/rev/4d6ea3b30235
changeset: 14894:4d6ea3b30235
user:      Timo Sirainen <tss at iki.fi>
date:      Mon Aug 13 15:03:46 2012 +0300
description:
Added MOVE extension to capabilities.
I guess the draft is close enough to being ready now.

diffstat:

 configure.in |  2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diffs (12 lines):

diff -r 5d058be4aefc -r 4d6ea3b30235 configure.in
--- a/configure.in	Mon Aug 13 14:23:26 2012 +0300
+++ b/configure.in	Mon Aug 13 15:03:46 2012 +0300
@@ -2718,7 +2718,7 @@
 dnl IDLE doesn't really belong to banner. It's there just to make Blackberries
 dnl happy, because otherwise BIS server disables push email.
 capability_banner="IMAP4rev1 LITERAL+ SASL-IR LOGIN-REFERRALS ID ENABLE IDLE"
-capability="$capability_banner SORT SORT=DISPLAY THREAD=REFERENCES THREAD=REFS MULTIAPPEND URL-PARTIAL CATENATE UNSELECT CHILDREN NAMESPACE UIDPLUS LIST-EXTENDED I18NLEVEL=1 CONDSTORE QRESYNC ESEARCH ESORT SEARCHRES WITHIN CONTEXT=SEARCH LIST-STATUS SPECIAL-USE BINARY"
+capability="$capability_banner SORT SORT=DISPLAY THREAD=REFERENCES THREAD=REFS MULTIAPPEND URL-PARTIAL CATENATE UNSELECT CHILDREN NAMESPACE UIDPLUS LIST-EXTENDED I18NLEVEL=1 CONDSTORE QRESYNC ESEARCH ESORT SEARCHRES WITHIN CONTEXT=SEARCH LIST-STATUS SPECIAL-USE BINARY MOVE"
 AC_DEFINE_UNQUOTED(CAPABILITY_STRING, "$capability", IMAP capabilities)
 AC_DEFINE_UNQUOTED(CAPABILITY_BANNER_STRING, "$capability_banner", IMAP capabilities advertised in banner) 
 


More information about the dovecot-cvs mailing list