Lisp HUG Maillist Archive

smtp code

Does anyone know of any Lispworks compatible code that implements an SMTP 
client interface?  (POP/IMAP would be helpful as well).  I don't need an UI, 
just the basic client code.

_________________________________________________________________
STOP MORE SPAM with the new MSN 8 and get 2 months FREE*  
http://join.msn.com/?page=features/junkmail


Re: smtp code

"Larry White" <ljw1001@hotmail.com> writes:

> Does anyone know of any Lispworks compatible code that implements an
> SMTP client interface?  (POP/IMAP would be helpful as well).  I
> don't need an UI, just the basic client code.

  <http://opensource.franz.com/postoffice/index.html>

Works fine with LW when used together with acl-compat. You can apt-get
it directly if you use Debian or - if you're on another platform - you
can download the Debian packages and see how they've done it.

I had some GC issues with many very large emails (5MB and larger) when
using IMAP but this was easy to work around.

HTH,
Edi.


Re: smtp code

"Larry White" <ljw1001@hotmail.com> writes:

> Does anyone know of any Lispworks compatible code that implements an
> SMTP client interface?  (POP/IMAP would be helpful as well).  I don't
> need an UI, just the basic client code.

You can find code for ACL on opensource.franz.com. It should be fairly
trivial to port to LW. Get the IF* macro from acl-compat and change
the names of the socket functions.

-- 
Jane - Daria? Come on, the neighbors are starting to talk.
Daria - Um... good. Soon they'll progress to cave drawings and civilization 
will be on its way.


Updated at: 2020-12-10 09:00 UTC