diff options
author | Guilhem Moulin <guilhem@fripost.org> | 2015-07-26 00:57:30 +0200 |
---|---|---|
committer | Guilhem Moulin <guilhem@fripost.org> | 2015-07-26 01:15:44 +0200 |
commit | acea34e9b9bb89c9ed5cebecdfb5e7fbcf90f427 (patch) | |
tree | fa99d842a28dec8eeda17c10fe444ab6e9b897a6 | |
parent | ea6122775d01460c3bf9f73bb7b15b5084623dfa (diff) |
Fix documentation.
-rw-r--r-- | imapsync.1 | 7 |
1 files changed, 6 insertions, 1 deletions
@@ -71,7 +71,8 @@ Go back to step 2 if the server sent some updates in the meantime. Go back to step 1 to proceed with the next unsynchronized mailbox. .PP -By default \fBimapsync\fR synchronizes each subscribed mailbox; +By default \fBimapsync\fR synchronizes each mailbox listed by the +\(lqLIST "" "*"\(rq IMAP command; providing extra arguments limits the synchronization to the given \fIMAILBOX\fRes only. @@ -246,6 +247,10 @@ Authorities, used for server certificate verification. .IP \[bu] 2 Mailbox deletion and renaming are not very well tested yet. .IP \[bu] +Using \fBimapsync\fR on two identical servers with a non-existent or +empty database will duplicate each message due to absence of +local/remote UID association. +.IP \[bu] Detecting whether a mailbox has been renamed or deleted while \fBimapsync\fR wasn't running is done by looking for a mailbox with same UIDVALIDITY. [RFC3501] describes the purpose of UIDVALIDITY as to let |