1
0
mirror of https://github.com/moparisthebest/davmail synced 2024-08-13 16:53:51 -04:00

Doc: new FAQ entry on message deleted over IMAP still visible through OWA

git-svn-id: http://svn.code.sf.net/p/davmail/code/trunk@1013 3d1905a2-6b24-0410-a738-b14d5a86fcbd
This commit is contained in:
mguessan 2010-04-22 11:05:42 +00:00
parent 06e828657c
commit a110db20ce

View File

@ -162,6 +162,16 @@ calendar.debug.log.verbose=true
mailbox sync: disable global search and indexer under advanced options and change
Synchronization & Storage options under Account Settings.
</p>
<p>
<strong>Message deleted over IMAP still visible through OWA</strong>
</p>
<p>Message move does not exist in IMAP, thus the move is a delete followed by a create.
And a delete is not immediate with IMAP: you need to EXPUNGE the folder to actually
delete a message.
</p>
<p>A workaround with Thunderbird is to set the property
<code>mail.imap.expunge_after_delete=true</code>
</p>
</subsection>
<subsection name="Build">