mirror of
https://github.com/moparisthebest/davmail
synced 2024-11-10 11:25:00 -05:00
Doc: additional FAQ entry on shared calendars
git-svn-id: http://svn.code.sf.net/p/davmail/code/trunk@1645 3d1905a2-6b24-0410-a738-b14d5a86fcbd
This commit is contained in:
parent
eda37cdcb0
commit
f2c73bd1e5
@ -184,6 +184,18 @@ calendar.debug.log.verbose=true]]></source>
|
|||||||
</p>
|
</p>
|
||||||
<source>http://localhost:<i>1080</i>/principals/public/<i>path/to/calendar</i></source>
|
<source>http://localhost:<i>1080</i>/principals/public/<i>path/to/calendar</i></source>
|
||||||
|
|
||||||
|
<p>
|
||||||
|
<strong>Shared calendars</strong>
|
||||||
|
</p>
|
||||||
|
<p>To access a shared calendar in Lightning, the URL scheme is:
|
||||||
|
</p>
|
||||||
|
<source>http://localhost:<i>1080</i>/users/<i>user@company.com</i>
|
||||||
|
</source>
|
||||||
|
<p>To access a shared calendar in iCal, the URL scheme is:
|
||||||
|
</p>
|
||||||
|
<source>http://localhost:<i>1080</i>/principals/users/<i>user@company.com</i>
|
||||||
|
</source>
|
||||||
|
|
||||||
</subsection>
|
</subsection>
|
||||||
|
|
||||||
<subsection name="Mail">
|
<subsection name="Mail">
|
||||||
@ -199,7 +211,9 @@ calendar.debug.log.verbose=true]]></source>
|
|||||||
don't keep copies at all.
|
don't keep copies at all.
|
||||||
</p>
|
</p>
|
||||||
<p>Under Thunderbird, you can try to change IMAP timeout values
|
<p>Under Thunderbird, you can try to change IMAP timeout values
|
||||||
(<code>mail.server.server<em>index</em>.timeout</code>
|
(
|
||||||
|
<code>mail.server.server<em>index</em>.timeout
|
||||||
|
</code>
|
||||||
and <code>mailnews.tcptimeout</code>) or avoid full
|
and <code>mailnews.tcptimeout</code>) or avoid full
|
||||||
mailbox sync: disable global search and indexer under advanced options and change
|
mailbox sync: disable global search and indexer under advanced options and change
|
||||||
Synchronization & Storage options under Account Settings.
|
Synchronization & Storage options under Account Settings.
|
||||||
|
@ -29,6 +29,7 @@
|
|||||||
</p>
|
</p>
|
||||||
<source><![CDATA[
|
<source><![CDATA[
|
||||||
davmail.url=http://exchangeServer/exchange/
|
davmail.url=http://exchangeServer/exchange/
|
||||||
|
davmail.enableEws=false
|
||||||
davmail.popPort=1110
|
davmail.popPort=1110
|
||||||
davmail.imapPort=1143
|
davmail.imapPort=1143
|
||||||
davmail.smtpPort=1025
|
davmail.smtpPort=1025
|
||||||
|
Loading…
Reference in New Issue
Block a user