From 8bdf7ccc049f870e0286219c5f94c6825fcd5dc9 Mon Sep 17 00:00:00 2001 From: Simon Josefsson Date: Fri, 14 Jul 2000 00:20:47 +0000 Subject: [PATCH] (imap): (imap-kerberos4-program): (imap-gssapi-program): (imap-ssl-program): Customization. (imap-shell-program): (imap-shell-host): New variables. (imap-streams): (imap-stream-alist): Add shell. (imap-shell-p): (imap-shell-open): New functions. (imap-open): Don't call authenticator if preauth. (imap-authenticate): Return t if already authenticated. --- lisp/ChangeLog | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 75631d47e..a0b5bec08 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,18 @@ +2000-07-15 Simon Josefsson + + * imap.el (imap): + (imap-kerberos4-program): + (imap-gssapi-program): + (imap-ssl-program): Customization. + (imap-shell-program): + (imap-shell-host): New variables. + (imap-streams): + (imap-stream-alist): Add shell. + (imap-shell-p): + (imap-shell-open): New functions. + (imap-open): Don't call authenticator if preauth. + (imap-authenticate): Return t if already authenticated. + 2000-07-14 Simon Josefsson * gnus.el (gnus-invalid-group-regexp): New variable. -- 2.25.1