From: shuhei-k Date: Sat, 22 May 1999 13:29:45 +0000 (+0000) Subject: Update header. X-Git-Tag: flim-1_12_7~31 X-Git-Url: http://git.chise.org/gitweb/?a=commitdiff_plain;h=f56f9bd7106b5ee8516bfcee3e2f9a2291db775b;p=elisp%2Fflim.git Update header. Require 'poe, 'poem, and 'pcustom. Require 'cl at compile-time. --- diff --git a/smtp.el b/smtp.el index c2c9937..e83be87 100644 --- a/smtp.el +++ b/smtp.el @@ -3,8 +3,9 @@ ;; Copyright (C) 1995, 1996, 1998 Free Software Foundation, Inc. ;; Author: Tomoji Kagatani -;; Simon Leinen (ESMTP support) -;; Shuhei KOBAYASHI +;; Simon Leinen (ESMTP support) +;; MORIOKA Tomohiko (separate smtp.el from smtpmail.el) +;; Shuhei KOBAYASHI ;; Keywords: SMTP, mail ;; This file is part of FLIM (Faithful Library about Internet Message). @@ -20,13 +21,18 @@ ;; General Public License for more details. ;; You should have received a copy of the GNU General Public License -;; along with GNU Emacs; see the file COPYING. If not, write to the +;; along with this program; see the file COPYING. If not, write to the ;; Free Software Foundation, Inc., 59 Temple Place - Suite 330, ;; Boston, MA 02111-1307, USA. ;;; Code: -(require 'mail-utils) ; pick up mail-strip-quoted-names +(require 'poe) +(require 'poem) +(require 'pcustom) +(require 'mail-utils) ; mail-strip-quoted-names + +(eval-when-compile (require 'cl)) ; push (defgroup smtp nil "SMTP protocol for sending mail."