diff dovecot-example.conf @ 6210:da3c8d825f5c HEAD

Client is now never disconnected in IDLE because it hasn't sent anything. Removed outlook-idle workaround because it's no longer needed.
author Timo Sirainen <tss@iki.fi>
date Tue, 07 Aug 2007 12:10:27 +0300
parents 939e0ca61f11
children a9c934833374
line wrap: on
line diff
--- a/dovecot-example.conf	Tue Aug 07 12:04:09 2007 +0300
+++ b/dovecot-example.conf	Tue Aug 07 12:10:27 2007 +0300
@@ -538,11 +538,6 @@
   #     may show user "Message no longer in server" errors. Note that OE6 still
   #     breaks even with this workaround if synchronization is set to
   #     "Headers Only".
-  #   outlook-idle:
-  #     Outlook and Outlook Express never abort IDLE command, so if no mail
-  #     arrives in half a hour, Dovecot closes the connection. This is still
-  #     fine, except Outlook doesn't connect back so you don't see if new mail
-  #     arrives.
   #   netscape-eoh:
   #     Netscape 4.x breaks if message headers don't end with the empty "end of
   #     headers" line. Normally all messages have this, but setting this
@@ -554,7 +549,7 @@
   #     but not both. Thunderbird separates these two by forcing server to
   #     accept '/' suffix in mailbox names in subscriptions list.
   # The list is space-separated.
-  #imap_client_workarounds = outlook-idle
+  #imap_client_workarounds = 
 }
   
 ##