1
0
mirror of https://github.com/moparisthebest/davmail synced 2024-12-13 03:02:22 -05:00

Added another frequently asked question

git-svn-id: http://svn.code.sf.net/p/davmail/code/trunk@295 3d1905a2-6b24-0410-a738-b14d5a86fcbd
This commit is contained in:
mguessan 2009-01-17 16:15:46 +00:00
parent 3bc40e55e5
commit 4f75dea6b7

View File

@ -11,10 +11,9 @@
<section name="Frequently asked questions"> <section name="Frequently asked questions">
<p>Frequently asked questions on DavMail forums, mailing list or direct email. <p>Frequently asked questions on DavMail forums, mailing list or direct email.
</p> </p>
<section name="General">
<section name="POP (receive messages)">
<p> <p>
<strong>Authentication fails</strong> <strong>Authentication fails with invalid user or password message</strong>
</p> </p>
<p>Authentication fails with the following message: <p>Authentication fails with the following message:
<code>Authentication failed: invalid user or password, retry with domain\user</code> <code>Authentication failed: invalid user or password, retry with domain\user</code>
@ -24,21 +23,35 @@
but DavMail can not execute javascript. Thus you need to prefix your user name but DavMail can not execute javascript. Thus you need to prefix your user name
with the Active Directory domain followed by \ with the Active Directory domain followed by \
</p> </p>
</section>
<section name="Caldav (calendar)"> <p>
<p> <strong>Authentication fails with error in parsing the status line</strong>
<strong>How do I detect errors in Thunderbird/Lightning calendar ?</strong>
</p> </p>
<p>Unfortunately, Lightning does not provide much feedback of what is going <p>Authentication fails with the following message:
on. To detect errors at this level, you may activate calendar log settings <code>error in parsing the status line from the response: unable to find line starting with "HTTP"
under Tools/Options/Advanced: </code>
</p>
<p>Your Exchange server expects HTTPS (secured) connections, use https instead of http in
OWA url.
</p> </p>
<source>
calendar.debug.log=true
calendar.debug.log.verbose=true
</source>
</section> </section>
</section> </section>
</body> <section name="Caldav (calendar)">
</document> <p>
<strong>How do I detect errors in Thunderbird/Lightning calendar ?</strong>
</p>
<p>Unfortunately, Lightning does not provide much feedback of what is going
on. To detect errors at this level, you may activate calendar log settings
under Tools/Options/Advanced:
</p>
<source>
calendar.debug.log=true
calendar.debug.log.verbose=true
</source>
</section>
</section>
</body>
</document>