From Daiki Ueno <daiki@kiss.kake.info.waseda.ac.jp> t-gnus-6_10_064-06
authorczkmt <czkmt>
Mon, 17 May 1999 15:35:11 +0000 (15:35 +0000)
committerczkmt <czkmt>
Mon, 17 May 1999 15:35:11 +0000 (15:35 +0000)
commit17a12faa601b2496e020f4106ffe3ddba9b37ae3
treee1797a9600bab3441835449497129aa2b9f4761e
parentba6bab59088daed814a18b0d9f3fe05091d4411f
From Daiki Ueno  <daiki@kiss.kake.info.waseda.ac.jp>
* lisp/gnus.el (gnus-revision-number): Increment to 06.
* lisp/mail-source.el (mail-source-keyword-map): New keyword
:connection for pop. This is introduced to enable SSL connection.
(mail-source-fetch-pop): Use it to bind `pop3-connection-type'.
* lisp/pop3.el : Add an autoload for `open-ssl-stream' defined in
`ssl'.
(pop3-connection-type, pop3-ssl-program-arguments): New variables.
(pop3-open-ssl-stream-1, pop3-open-ssl-stream): New functions.
(pop3-open-server): Call the latter when `pop3-connection-type' is
ssl.
ChangeLog
lisp/gnus.el
lisp/mail-source.el
lisp/pop3.el