mirror of
https://github.com/moparisthebest/davmail
synced 2025-01-13 06:28:19 -05:00
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
This commit is contained in:
parent
2e8a130e0f
commit
47c0632e90
@ -58,8 +58,9 @@
|
||||
<strong>Where can I find DavMail settings file</strong>
|
||||
</p>
|
||||
<p>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
|
||||
<code>Document and Settings</code></p>
|
||||
folder. This file is hidden under Linux and OSX. On windows, the user home folder is under
|
||||
<code>Document and Settings</code>
|
||||
</p>
|
||||
|
||||
</subsection>
|
||||
|
||||
@ -141,6 +142,28 @@ calendar.debug.log.verbose=true
|
||||
|
||||
</subsection>
|
||||
|
||||
<subsection name="Mail">
|
||||
<p>
|
||||
<strong>Timout errors during IMAP sync (broken pipe)</strong>
|
||||
</p>
|
||||
<p>If you Exchange server is too slow, you may get timeout errors during
|
||||
message fetch.
|
||||
</p>
|
||||
<p>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.
|
||||
</p>
|
||||
<p>Under Thunderbird, you can try to change IMAP timeout values
|
||||
(
|
||||
<code>mail.server.server<em>index</em>.timeout
|
||||
</code>
|
||||
and<code>mailnews.tcptimeout</code>)or avoid full
|
||||
mailbox sync: disable global search and indexer under advanced options and change
|
||||
Synchronization & Storage options under Account Settings.
|
||||
</p>
|
||||
</subsection>
|
||||
|
||||
<subsection name="Build">
|
||||
<p>
|
||||
<strong>How to build DavMail ?</strong>
|
||||
|
Loading…
Reference in New Issue
Block a user