FAQ: add commant about UID not found on saved messages

This add missing doc as requested on the mailing list for commit d5cbdc4c0e.
Also, add an entry in the changelog.

Signed-off-by: Vladimir Marek <vlmarek@volny.cz>
Signed-off-by: Nicolas Sebrecht <nicolas.s-dev@laposte.net>
This commit is contained in:
Vladimir Marek 2011-07-31 10:48:24 +02:00 committed by Nicolas Sebrecht
parent e58399ac0b
commit 9d5f805981
2 changed files with 7 additions and 0 deletions

View File

@ -13,6 +13,8 @@ others.
New Features New Features
------------ ------------
* Handle when UID can't be found on saved messages.
Changes Changes
------- -------

View File

@ -189,6 +189,11 @@ Then, on your next sync, the message will be re-downloaded with the proper UID.
`OfflineIMAP`_ makes sure that the message was properly uploaded before `OfflineIMAP`_ makes sure that the message was properly uploaded before
deleting it, so there should be no risk of data loss. deleting it, so there should be no risk of data loss.
But if you try to sync between two IMAP servers, where both are unable to
provide you with UID of the new message, then this will lead to infinite loop.
`OfflineIMAP`_ will upload the message to one server and delete on second. On
next run it will upload the message to second server and delete on first, etc.
Does OfflineIMAP support POP? Does OfflineIMAP support POP?
----------------------------- -----------------------------