From attila.lendvai at gmail.com Tue Oct 16 15:23:11 2007 From: attila.lendvai at gmail.com (Attila Lendvai) Date: Tue, 16 Oct 2007 17:23:11 +0200 Subject: [cl-smtp-devel] patch to fix non-allegro case, missed call in the cl-base64 move Message-ID: hi! please find the mentioned patch attached, -- attila -------------- next part -------------- A non-text attachment was scrubbed... Name: smtp.diff Type: text/x-diff Size: 716 bytes Desc: not available URL: From jan.idzikowski at gmail.com Tue Oct 16 17:41:14 2007 From: jan.idzikowski at gmail.com (Jan Idzikowski) Date: Tue, 16 Oct 2007 19:41:14 +0200 Subject: [cl-smtp-devel] patch to fix non-allegro case, missed call in the cl-base64 move In-Reply-To: References: Message-ID: <878x63neit.wl%jan.idzikowski@knowledgetools.de> hallo attila, tanks for the patch, i have reverted the non allegro base64 functionality, now it is used cl-base64 again. i'll build a new package tomorrow. thanx jan From jidzikowski at common-lisp.net Thu Oct 18 19:44:06 2007 From: jidzikowski at common-lisp.net (Jan Idzikowski) Date: Thu, 18 Oct 2007 15:44:06 -0400 (EDT) Subject: [cl-smtp-devel] new version 20071018.1 available Message-ID: <20071018194406.3E6F768101@common-lisp.net> New version 20071018.1 available. Reverted the non allegro base64 functionality in attachment.lisp, now it is used cl-base64 again. Thanks Attila Lendvai for the bug report. Sorry for the last wrong version. jan idzikowski From tritchey at bitfauna.com Tue Oct 30 14:58:40 2007 From: tritchey at bitfauna.com (Timothy Ritchey) Date: Tue, 30 Oct 2007 10:58:40 -0400 Subject: [cl-smtp-devel] SSL Support Message-ID: <0CF95355-A826-4129-BF82-69DF01961C8B@bitfauna.com> I have made some changes to cl-smtp to support SSL connections, like those required for GMail accounts. You can download the two changed files here: It adds a CL+SSL dependency, as well as a new keyword org called ssl to flag ssl connections. Otherwise, it will look for the traditional smtp ssl port 465, and automatically use ssl. There are also a couple other changes. I ended up renaming the sock arg to stream to make it clearer what the functions were actually handling. Cheers, Tim R.