From fe540492e76e35ad2cce2f36c9bcc2413d4e9cdc Mon Sep 17 00:00:00 2001 From: mguessan Date: Wed, 14 Sep 2011 21:57:06 +0000 Subject: [PATCH] Doc: Add saveInSent reference in FAQ git-svn-id: http://svn.code.sf.net/p/davmail/code/trunk@1789 3d1905a2-6b24-0410-a738-b14d5a86fcbd --- src/site/xdoc/faq.xml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/src/site/xdoc/faq.xml b/src/site/xdoc/faq.xml index 9311a1a1..19e30607 100644 --- a/src/site/xdoc/faq.xml +++ b/src/site/xdoc/faq.xml @@ -265,7 +265,7 @@ calendar.debug.log.verbose=true]]>

Messages sent through DavMail appear twice in Sent folder when the IMAP client is setup to store sent messages on the server as Exchange already saves sent messages in this folder. - Change IMAP client settings to avoid this issue. + Change IMAP client settings or change Save in Sent option in DavMail settings to avoid this issue.

Sent messages encoding issue with Thunderbird @@ -289,5 +289,9 @@ calendar.debug.log.verbose=true]]>

+ Outlook anywhere uses MAPI RPC over HTTPS to access company LAN through the firewall. + + DavMail does not use MAPI at all but relies on WebDav (Exchange 2003/2007) or EWS (Exchange 2007/2010) to access Exchange. This means you need direct access over HTTPS to either the OWA WebDav url (/exchange/mail@company.com) or EWS (/ews/exchange.asmx) to access Exchange with DavMail. + \ No newline at end of file