* smtp.el: Bind `sasl-mechanisms'; add autoload settings for
authorueno <ueno>
Wed, 1 Nov 2000 14:56:20 +0000 (14:56 +0000)
committerueno <ueno>
Wed, 1 Nov 2000 14:56:20 +0000 (14:56 +0000)
commitc19f8a29243b84b8a0ce3bf41d9d63fcd74a2f55
tree08c02478e19290a940bc7e742c726ccfd9cf4c3a
parent55b2911cada8699d0303814ced3889d1c2ecc845
* smtp.el: Bind `sasl-mechanisms'; add autoload settings for
`sasl-make-principal', `sasl-find-authenticator',
`sasl-authenticator-mechanism-internal' and
`sasl-evaluate-challenge'.
(smtp-use-sasl): New user option.
(smtp-sasl-principal-name): New user option.
(smtp-sasl-mechanisms): New user option.
(smtp-submit-package): Call `smtp-primitive-starttls' and
`smtp-primitive-auth'.
(smtp-primitive-ehlo): Don't modify the rest of a extension line.
(smtp-primitive-auth): New function.
(smtp-primitive-starttls): Check the response code.

* sasl.el: New implementation.

* sasl-cram.el: New file.

* FLIM-ELS (flim-modules): Add `md5', `md5-el', `md5-dl',
`hex-util', `hmac-def', `hmac-md5', `sasl' and `sasl-cram'.
ChangeLog
FLIM-ELS
sasl-cram.el [new file with mode: 0644]
sasl.el [new file with mode: 0644]
smtp.el