X-Git-Url: http://git.kpe.io/?p=postoffice.git;a=blobdiff_plain;f=smtp.lisp;fp=smtp.lisp;h=0b374b1d9ff1529a8c3e77bb85155c8714c0d82c;hp=31a53c5f31091b997b3ca0c12cd9a8742a9b7c9a;hb=81acb4be0ab6aee57b87b724817729cd6394bc52;hpb=3982daabce7eab2cac2fad524e3bae9c3fec3fef diff --git a/smtp.lisp b/smtp.lisp index 31a53c5..0b374b1 100644 --- a/smtp.lisp +++ b/smtp.lisp @@ -23,7 +23,7 @@ ;; Suite 330, Boston, MA 02111-1307 USA ;; ;; -;; $Id: smtp.lisp,v 1.1 2002/10/09 14:26:11 kevin Exp $ +;; $Id: smtp.lisp,v 1.2 2002/10/09 23:28:41 kevin Exp $ ;; Description: ;; send mail to an smtp server. See rfc821 for the spec. @@ -36,15 +36,6 @@ -(defpackage :net.post-office - (:use #:lisp #:excl - #+allegro #:socket - #-allegro #:acl-socket) - (:export - #:send-letter - #:send-smtp - #:test-email-address)) - (in-package :net.post-office)