mirror of
https://github.com/moparisthebest/davmail
synced 2025-01-14 15:08: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
@ -59,7 +59,8 @@
|
|||||||
</p>
|
</p>
|
||||||
<p>The default location for DavMail settings is a file named .davmail.properties in user home
|
<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
|
folder. This file is hidden under Linux and OSX. On windows, the user home folder is under
|
||||||
<code>Document and Settings</code></p>
|
<code>Document and Settings</code>
|
||||||
|
</p>
|
||||||
|
|
||||||
</subsection>
|
</subsection>
|
||||||
|
|
||||||
@ -141,6 +142,28 @@ calendar.debug.log.verbose=true
|
|||||||
|
|
||||||
</subsection>
|
</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">
|
<subsection name="Build">
|
||||||
<p>
|
<p>
|
||||||
<strong>How to build DavMail ?</strong>
|
<strong>How to build DavMail ?</strong>
|
||||||
|
Loading…
Reference in New Issue
Block a user