From b66e3c370e83fd40019cd1279eedb64472286ee8 Mon Sep 17 00:00:00 2001 From: Oswald Buddenhagen Date: Tue, 6 May 2003 02:16:05 +0000 Subject: [PATCH] update --- NEWS | 19 ++++++++++++++++++- 1 file changed, 18 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index a2711d9..02f717d 100644 --- 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]