From 47c0632e90a952f14eeedac74f6a48fbcd8dd043 Mon Sep 17 00:00:00 2001
From: mguessan
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
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 ?