From: ueno Date: Sun, 21 Nov 1999 05:59:15 +0000 (+0000) Subject: Update. X-Git-Tag: t-gnus-6_13_3-02~6 X-Git-Url: http://git.chise.org/gitweb/?a=commitdiff_plain;h=1b3c0745a8561ad0d5d7f59b66f3b1198f3b494e;p=elisp%2Fgnus.git- Update. --- diff --git a/ChangeLog b/ChangeLog index 2fcc485..8cd582b 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,12 @@ +1999-11-21 Daiki Ueno + + * lisp/pop3.el: Add description about STLS extension; add autoload + setting for `starttls-open-stream' and `starttls-negotiate'. + (pop3-stls): New function. + (pop3-open-tls-stream): New function. + (pop3-open-server): Use `pop3-open-tls-stream' if + 'pop3-connection-type' is bound to `tls'. + 1999-11-20 Daiki Ueno * lisp/imap.el: Add autoload setting for `starttls-open-stream' @@ -5,6 +14,8 @@ (imap-stream-alist): Add TLS entry. (imap-tls-p): New function. (imap-tls-open): New function. + (imap-ssl-open): Enclose `open-ssl-stream' with + `as-binary-process'. 1999-11-19 Katsumi Yamaoka