summaryrefslogtreecommitdiffstats
path: root/NEWS
diff options
context:
space:
mode:
authorThomas Roessler <roessler@does-not-exist.org>2001-06-07 18:49:38 +0000
committerThomas Roessler <roessler@does-not-exist.org>2001-06-07 18:49:38 +0000
commit42b3c4b83854bd0eeb7c27fc0fedee5fcf2d1008 (patch)
tree608872a096240f5e352d1233ef4b52e802eb65cc /NEWS
parent50cd260a354b8c67fbb3fa028ff6c1ce7cb5e855 (diff)
Documentation update from Brendan Cully.
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS31
1 files changed, 31 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index d00d72bc..3022f251 100644
--- a/NEWS
+++ b/NEWS
@@ -35,6 +35,37 @@ Major changes since 1.2
This restores the original behaviour.
+ IMAP changes
+ ------------
+
+- $imap_preconnect has been renamed to $preconnect, since the POP
+ driver now uses this feature too.
+
+- $imap_checkinterval has been retired. You use $mail_check to control
+ how often your mailboxes are polled. Note that the default setting of
+ $mail_check (5 seconds) makes mutt sluggish if you have more than a
+ couple of IMAP mailboxes defined. Also note that mutt polls the current
+ IMAP mailbox for new mail no more often than $timeout seconds, and its
+ default may also surprise you.
+
+ IMAP features added
+ -------------------
+
+- Mutt now has SASL authentication and encryption support.
+
+- A new variable $imap_authenticators has been added, which gives you
+ control of which methods mutt will attempt to use to authenticate
+ with your IMAP server.
+
+- Mutt also support IPv6.
+
+- Mutt now supports TLS. If your server does too, it will be negotiated
+ for you depending on the $ssl_starttls variable.
+
+- Mutt also supports a "tunnel driver", which means you can use an SSH
+ pipe to connect to an IMAP server. See the documentation for $tunnel.
+
+- A boatload of performance enhancements and bug fixes.
Major changes since 1.1
-----------------------