diff dovecot-example.conf @ 3204:c8fffa286b6a HEAD

Renamed oe6-fetch-no-newmail workaround to delay-newmail and changed it to work more like the name says: only newmail notifications are skipped and not only for FETCH command.
author Timo Sirainen <tss@iki.fi>
date Mon, 14 Mar 2005 23:17:58 +0200
parents 16ea551957ed
children 0ddbe4de5a84
line wrap: on
line diff
--- a/dovecot-example.conf	Mon Mar 14 22:48:25 2005 +0200
+++ b/dovecot-example.conf	Mon Mar 14 23:17:58 2005 +0200
@@ -402,11 +402,13 @@
   #login_greeting_capability = no
 
   # Workarounds for various client bugs:
-  #   oe6-fetch-no-newmail:
-  #     Never send EXISTS/RECENT when replying to FETCH command. Outlook Express
-  #     seems to think they are FETCH replies and gives user "Message no longer
-  #     in server" error. Note that OE6 still breaks even with this workaround
-  #     if synchronization is set to "Headers Only".
+  #   delay-newmail:
+  #     Send EXISTS/RECENT new mail notifications only when replying to NOOP
+  #     and CHECK commands. Some clients ignore them otherwise, for example
+  #     OSX Mail. Outlook Express breaks more badly though, without this it
+  #     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