From ehuels at gmail.com Tue Jun 5 15:44:40 2007 From: ehuels at gmail.com (Erik Huelsmann) Date: Tue, 5 Jun 2007 17:44:40 +0200 Subject: [cl-smtp-devel] Re: cl-smtp usocket In-Reply-To: References: <4d706100705150719p726bce81ib205da705311026f@mail.gmail.com> Message-ID: On 5/20/07, Erik Huelsmann wrote: > On 5/15/07, idzikowski wrote: > > Hello Erik, > > > > sorry for no answer to your mail to the cl-smtp-devel list from Apr 7 2007, > > i never got this message. > > > > Your suggestion to use usocket is a good idea, > > send me the patch and put it in the cvs, but i have not all supported > > lisp implementations installed to test ist. I can test it with > > acl/sbcl/cmucl/clisp on linux and some on windows. > > Please find attached the patch to move cl-smtp to usocket. Note that > there's no need for any platform specific stuff any more, apart from > the cl-base64 conditionals. > > Note that you need Subversion trunk usocket to test this patch. Also, > I added usocket::get-host-name, but I'm not sure I want it to be part > of the exported interface. I'll support the function on all current > and new implementations though. As of now, you don't need usocket trunk anymore: usocket 0.3.3 has been released and the required functions are in it, so, cl-smtp could make the switch, if you're ready. If you have any questions regarding the patch, please let me know. bye, Erik.