isync

mailbox synchronization program
git clone https://git.code.sf.net/p/isync/isync
Log | Files | Refs | README | LICENSE

commit c37f908d618718bf38226bd3edea569e6a809c25
parent eb0bbf8b840ffd25439ed8cc5fe0fef987ef976e
Author: Oswald Buddenhagen <ossi@users.sf.net>
Date:   Wed,  8 Sep 2004 16:37:36 +0000

update

Diffstat:
MTODO | 4+++-
1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/TODO b/TODO @@ -1,5 +1,7 @@ make SSL certificate validation more automatic. +add deamon mode. primary goal: keep imap password in memory. + add asynchronous operation to remote mailbox drivers. this is actually what prevents us from simply using c-client and thus becoming mailsync. @@ -48,4 +50,4 @@ programs have to do the same. and what if the deleted flag is unset? items out of scope of purely UID based approach: - detect message moves between folders -- recovering from UIDVALIDITY change (uw-imap does this a lot) +- recovering from UIDVALIDITY change (uw-imap < 2004.352 does this a lot)