isync

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

commit e68fc4b463c1aa60511b2355109f33893ecc9f2d
parent 6f2550117af9f5887efdc86268f9de5d9927ff23
Author: Oswald Buddenhagen <ossi@users.sf.net>
Date:   Thu, 27 Feb 2003 18:41:54 +0000

more to do ...

Diffstat:
MTODO | 10++++++++++
1 file changed, 10 insertions(+), 0 deletions(-)

diff --git a/TODO b/TODO @@ -1,3 +1,12 @@ +don't require maildir_trash + +refactor mailbox support. +put sync info outside the mailbox itself. + +store flags in sync info. + +add option to suppress upload of messages (but not deletion). + add support for syncing with other: and shared: via NAMESPACE isync gets confused when new mail is delivered while in the middle of an @@ -5,3 +14,4 @@ IMAP session. need to handled those asynchronous notifications properly. add a way to automatically create and sync IMAP subfolders. +possibly use ^[[1m to highlight error messages.