isync

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

commit b66e3c370e83fd40019cd1279eedb64472286ee8
parent c59a017c623d3540c51f12adb976592d5992cb6a
Author: Oswald Buddenhagen <ossi@users.sf.net>
Date:   Tue,  6 May 2003 02:16:05 +0000

update

Diffstat:
MNEWS | 19++++++++++++++++++-
1 file changed, 18 insertions(+), 1 deletion(-)

diff --git a/NEWS b/NEWS @@ -1,6 +1,23 @@ [0.9] -TODO +Added Tunnel directive to allow the user to specify a shell command to run +to set up an IMAP connection in place of a TCP socket (eg., to run over +an SSH session). + +Added PREAUTH support (useful mostly in conjunction with Tunnel). + +Messages marked deleted are not uploaded when we are going to expunge. + +Locally generated messages are not re-fetched after uploading even if the +UIDPLUS extension is not supported by the server. + +Added `OneToOne' configuration option: ignore any Mailbox specifications +and instead pick up all mailboxes from the local MailDir and remote Folder +and map them 1:1 onto each other according to their names. + +-C now creates both local and remote boxes; -L and -R create only local/remote. + +--quiet is now really quiet. [0.8]