From 47c0632e90a952f14eeedac74f6a48fbcd8dd043 Mon Sep 17 00:00:00 2001 From: mguessan Date: Fri, 9 Apr 2010 08:18:06 +0000 Subject: [PATCH] Doc: added a new FAQ entry on IMAP timeouts (broken pipe) git-svn-id: http://svn.code.sf.net/p/davmail/code/trunk@993 3d1905a2-6b24-0410-a738-b14d5a86fcbd --- src/site/xdoc/faq.xml | 27 +++++++++++++++++++++++++-- 1 file changed, 25 insertions(+), 2 deletions(-) diff --git a/src/site/xdoc/faq.xml b/src/site/xdoc/faq.xml index dbef3a3a..024b8e7e 100644 --- a/src/site/xdoc/faq.xml +++ b/src/site/xdoc/faq.xml @@ -58,8 +58,9 @@ Where can I find DavMail settings file

The default location for DavMail settings is a file named .davmail.properties in user home - folder. This file is hidden under Linux and OSX. On windows, the user home folder is under - Document and Settings

+ folder. This file is hidden under Linux and OSX. On windows, the user home folder is under + Document and Settings +

@@ -141,6 +142,28 @@ calendar.debug.log.verbose=true + +

+ Timout errors during IMAP sync (broken pipe) +

+

If you Exchange server is too slow, you may get timeout errors during + message fetch. +

+

To fix the problem in OSX Mail, go to your account setup under preferences. + On the IMAP account having difficulty, go to the advanced tab. Where it says + "keep copies for offline viewing", change it to "only messages I've read" or + don't keep copies at all. +

+

Under Thunderbird, you can try to change IMAP timeout values + ( + mail.server.serverindex.timeout + + andmailnews.tcptimeout)or avoid full + mailbox sync: disable global search and indexer under advanced options and change + Synchronization & Storage options under Account Settings. +

+
+

How to build DavMail ?