dovecot-2.0: configure: Added IDLE to banner CAPABILITY to make ...

dovecot at dovecot.org dovecot at dovecot.org
Mon Oct 4 16:53:05 EEST 2010


details:   http://hg.dovecot.org/dovecot-2.0/rev/b63b6ad01448
changeset: 12235:b63b6ad01448
user:      Timo Sirainen <tss at iki.fi>
date:      Mon Oct 04 14:53:02 2010 +0100
description:
configure: Added IDLE to banner CAPABILITY to make Blackberry happy.

diffstat:

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

diffs (14 lines):

diff -r a508ff1db74c -r b63b6ad01448 configure.in
--- a/configure.in	Mon Oct 04 14:45:25 2010 +0100
+++ b/configure.in	Mon Oct 04 14:53:02 2010 +0100
@@ -2604,7 +2604,9 @@
 dnl ** capabilities
 dnl **
 
-capability_banner="IMAP4rev1 LITERAL+ SASL-IR LOGIN-REFERRALS ID ENABLE"
+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 UNSELECT IDLE CHILDREN NAMESPACE UIDPLUS LIST-EXTENDED I18NLEVEL=1 CONDSTORE QRESYNC ESEARCH ESORT SEARCHRES WITHIN CONTEXT=SEARCH LIST-STATUS"
 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