From c67c5f7fe42bbbb0c2452b36ddcbbe77c44a5f8e Mon Sep 17 00:00:00 2001 From: ueno Date: Mon, 14 Aug 2000 16:18:51 +0000 Subject: [PATCH] update. --- ChangeLog | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/ChangeLog b/ChangeLog index a173307..0b3fac8 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,20 @@ 2000-08-14 Daiki Ueno + * 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. + * net-trans.el: New file. * FLIM-ELS (flim-modules): Add `net-trans'. -- 1.7.10.4