From: Thomas Francis Burdick
Subject: MIME objects
Date: 
Message-ID: <Pine.A41.4.21.0012111803520.103744-100000@dante50.u.washington.edu>
A module of a project I'm working on does some simple parsing of MIME
objects.  I keep adding features to it, though, and it looks like I might
end out writing a significant MIME library.  Before I go duplicating
someone else's work, I was wondering if anyone knew of CL code to do this
(I can't find any but I can't imagine I'm the first person to want to do
this :).

Thanks,
Tom
From: thi
Subject: Re: MIME objects
Date: 
Message-ID: <y16k895mpso.fsf@glug.org>
look for "c-client", which is a translation of IMAP handling originally
implemented in lisp.  (i just tried w/ google; got it on the first hit.)

thi