This commit is contained in:
Nick Bebout 2011-06-14 06:02:33 -05:00
parent 8f6e3e2a2d
commit 54b0fc1d9d
18 changed files with 640 additions and 170 deletions

16
TODO
View file

@ -1,5 +1,5 @@
#!/bin/cat
# $Id: TODO,v 1.96 2011/04/26 10:48:03 gilles Exp gilles $
# $Id: TODO,v 1.97 2011/05/16 16:39:38 gilles Exp gilles $
TODO file for imapsync
----------------------
@ -23,10 +23,8 @@ Evaluate
http://www.rackspace.com/apps/email_hosting/migrations
http://www.yippiemove.com/
Fix Exchange 2010 SP1 issue with --foldersizes when
host2 folders don't exist. $imap->exists calls STATUS.
Is it RFC compliant or an Exchange bug?
Exchange quit after 10 errors.
Fix long path over than 256 character on Win32.
Think about Digest::SHA or Digest::SHA::PurePerl.
Fix "\Forwarded" flag bug in courier.
Does \lalala can be forbidden (courier does a
@ -35,7 +33,6 @@ with
* OK [PERMANENTFLAGS (\* \Draft \Answered \Flagged \Deleted \Seen)] Limited
Suggestion: it's very difficult to track down messages which are behaving
funny during the sync. It would be great - and presumably easy to code -
to have an option to have imapsync display e.g. the subject of an
@ -159,6 +156,13 @@ http://asg.web.cmu.edu/cyrus/download/imapd/altnamespace.html
===========================================================================
DONE. Make --usecache works with --maxage --maxsize etc.
DONE. Fix Exchange 2010 SP1 issue with --foldersizes when
host2 folders don't exist. $imap->exists calls STATUS.
Is it RFC compliant or an Exchange bug?
Exchange quit after 10 errors.
DONE. Make --delete2 works with --useuid
DONE. write a comment to http://blog.migrationwiz.com/2010/12/09/imapsync-vs-migrationwiz/