diff dovecot-example.conf @ 2448:f1e4c99cbb2b HEAD

Added netscape-eoh workaround.
author Timo Sirainen <tss@iki.fi>
date Sun, 22 Aug 2004 12:52:11 +0300
parents be2e8dfe25be
children 0f660149c7ef
line wrap: on
line diff
--- a/dovecot-example.conf	Sun Aug 22 12:46:50 2004 +0300
+++ b/dovecot-example.conf	Sun Aug 22 12:52:11 2004 +0300
@@ -353,6 +353,12 @@
   #     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
+  #     workaround makes sure that Netscape never breaks by adding the line if
+  #     it doesn't exist. This is done only for FETCH BODY[HEADER.FIELDS..]
+  #     commands. Note that RFC says this shouldn't be done.
   #imap_client_workarounds = 
 }