* smtp.el: Bind `sasl-mechanisms'; add autoload settings for
[elisp/flim.git] / ChangeLog
index 2590f99..5658c9d 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,202 @@
+2000-11-01   Daiki Ueno  <ueno@unixuser.org>
+
+       * 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'.
+
+2000-11-01   Daiki Ueno  <ueno@unixuser.org>
+
+       * smtp.el: Add autoload settings for `starttls-open-stream' and
+       `starttls-negotiate'.
+       (smtp-connection-set-extensions-internal): New macro.
+       (smtp-connection-extensions-internal): New macro.
+       (smtp-make-connection): Set the `extension' slot to nil.
+       (smtp-primitive-ehlo): New function.
+       (smtp-submit-package): Rename from `smtp-commit'.
+       (smtp-submit-package-function): Rename from `smtp-commit-function'.
+       (smtp-primitive-starttls): New function.
+       (smtp-extensions): New group.
+       (smtp-use-8bitmime): New variable.
+       (smtp-use-size): New variable.
+       (smtp-use-starttls): New variable.
+       (smtp-via-smtp): Bind `smtp-open-connection-function'.
+
+2000-10-31   Daiki Ueno  <ueno@unixuser.org>
+
+       * smtp.el: New implementation; don't use `tram.el' and `luna.el'.
+
+2000-08-16   Daiki Ueno  <ueno@unixuser.org>
+
+       * FLIM-ELS (flim-modules): Add `closure' and `tram'.
+
+       * smtp.el (smtp-default-transaction-compose-function): Use
+       `tram-compose-transaction'.
+       (smtp-via-smtp): Don't compile transaction-function.
+       (smtp-check-response): Abolish.
+
+       * tram.el: Rename from net-trans.el; require `closure'.
+       (tram-define-transaction): New function.
+       (tram-compose-&&): Expand macro `closure-call'.
+       (tram-compose-||): Ditto.
+
+2000-08-16   Daiki Ueno  <ueno@unixuser.org>
+
+       * smtp.el (smtp-default-commands): Abolish.
+       (smtp-commands): Abolish.
+       (smtp-transaction): Delete slots about package information.
+       (smtp-transaction-function): Abolish.
+       (smtp-greeting,smtp-ehlo,smtp-helo,smtp-mailfrom,
+       smtp-rcptto,smtp-data): Define as function.
+       (smtp-default-transaction-compose-function): New function.
+       (smtp-closure-partial-apply): New function.
+       (smtp-transaction-compose-function): New variable.
+       (smtp-mailfrom): Don't send message size.
+
+       * qmtp.el (qmtp-timeout): New user option.
+       (qmtp-read-point): New variable.
+       (qmtp-send-package): New function.
+
+2000-08-15   Daiki Ueno  <ueno@unixuser.org>
+
+       * FLIM-ELS (flim-modules): Add `qmtp'.
+
+       * qmtp.el: New file.
+
+       * smtp.el (smtp-check-response): Rewrite.
+
+       * net-trans.el (net-transaction-fold-left): Rename.
+
+2000-08-14   Daiki Ueno  <ueno@unixuser.org>
+
+       * smtp.el: Require `net-trans'.
+       (smtp-transaction): New class.
+       (smtp-open-connection-function): New variable.
+       (smtp-default-commands): New variable.
+       (smtp-commands): New variable.
+       (smtp-transaction-function): New variable.
+       (smtp-greeting): New generic function.
+       (smtp-ehlo): New generic function.
+       (smtp-helo): New generic function.
+       (smtp-mailfrom): New generic function.
+       (smtp-rcptto): New generic function.
+       (smtp-data): New generic function.
+       (smtp-via-smtp): Simplify.
+       (smtp-check-response): New function.
+       (smtp-read-response): Simplify.
+       (smtp-debug-info): Abolish.
+       (smtp-send-data-1): Don't refer smtp-debug-info.
+       (smtp-ehlo): Parse response.
+
+       * net-trans.el: New file.
+
+       * FLIM-ELS (flim-modules): Add `net-trans'.
+
+2000-08-10  MORIOKA Tomohiko  <tomo@m17n.org>
+
+       * mmgeneric.el: Enclose definition of class `mime-entity' and its
+       internal accessors by `eval-and-compile'.
+
+       * luna.el: Define `luna-class-name' before it is used in macros.
+
+\f
+2000-07-12  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
+
+       * FLIM-Chao: Version 1.14.1 (Rokujiz\e-Dò)\e-A released.
+
+2000-07-10  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
+
+       * mmexternal.el (initialize-instance): Deleted.
+       (mmexternal-require-file-name): New function.
+       (mmexternal-require-buffer): Use `mmexternal-require-file-name'.
+
+2000-06-30  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
+
+       * mime.el (mime-entity-read-field): Fix a bug when FIELD-NAME is a
+       string.
+
+2000-06-23  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
+
+       * mmexternal.el (initialize-instance): New method.
+       (mime-entity-name): Fixed.
+       (mmexternal-require-buffer): New function.
+       (mime-insert-entity): New implementation.
+       (mime-write-entity): Likewise.
+       (mime-entity-body): New method.
+       (mime-insert-entity-body): New method.
+       (mime-write-entity-body): New implementation.
+       (mime-entity-content): Likewise.
+       (mime-insert-entity-content): Likewise.
+       (mime-write-entity-content): Likewise.
+       (mime-entity-fetch-field): Likewise.
+       (mime-insert-header): Likewise.
+
+       * mmbuffer.el (initialize-instance): Store buffer instead of name
+       of buffer to `buffer' slot.
+
+2000-06-21  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
+
+       * mmgeneric.el (mime-entity-children): Deleted.
+
+       * mmbuffer.el (mime-insert-entity-body): New method.
+       (mmbuffer-parse-multipart): New function.
+       (mmbuffer-parse-encapsulated): New function.
+       (mime-entity-children): New function.
+
+2000-06-21  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
+
+       * mime.el (mime-find-root-entity): New function.
+       (mime-entity-header-buffer): Comment out.
+       (mime-goto-header-start-point): Likewise.
+       (mime-entity-header-start-point): Likewise.
+       (mime-entity-header-end-point): Likewise.
+       (mime-entity-body-buffer): Likewise.
+       (mime-goto-body-start-point): Likewise.
+       (mime-goto-body-end-point): Likewise.
+       (mime-entity-body-start-point): Likewise.
+       (mime-entity-body-end-point): Likewise.
+       (mime-entity-body-start): Likewise.
+       (mime-entity-body-end): Likewise.
+       (mime-entity-buffer): Likewise.
+       (mime-entity-point-min): Likewise.
+       (mime-entity-point-max): Likewise.
+       (mime-insert-entity-body): New generic function.
+       (mime-entity-uu-filename): Use `mime-insert-entity-body'.
+       (mime-entity-set-content-type): New function.
+       (mime-entity-set-encoding): New function.
+
+       * mime-parse.el (mime-parse-multipart): Comment out.
+       (mime-parse-encapsulated): Likewise.
+       (mime-parse-external): Likewise.
+
+       * mmbuffer.el (mime-entity-header-buffer): Comment out.
+       (mime-goto-header-start-point): Likewise.
+       (mime-entity-header-start-point): Likewise.
+       (mime-entity-header-end-point): Likewise.
+       (mime-entity-body-buffer): Likewise.
+       (mime-goto-body-start-point): Likewise.
+       (mime-goto-body-end-point): Likewise.
+       (mime-entity-body-start-point): Likewise.
+       (mime-entity-body-end-point): Likewise.
+       (mime-entity-buffer): Likewise.
+       (mime-entity-point-min): Likewise.
+       (mime-entity-point-max): Likewise.
+
 2000-05-30  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
 
        * eword-encode.el (eword-charset-encoding-alist): Add