Re: Need Help: Setup up a Craigslist-like email forwarding server
- From: pjb@xxxxxxxxxxxxxxxxx (Pascal J. Bourguignon)
- Date: Wed, 03 Sep 2008 11:34:30 +0200
HalfEmpty <ToPacifytheSky@xxxxxxxxx> writes:
I'm building a web application in lisp + hunchentoot. It's almost
done, except the email part.
I'd like to keep email anonymity, and I really dig craigslist's
system. I assume it works like this:
1. Assign a random email address to a post/ad.
2. When the server receives an incoming email to that address, just
look up the real email address and forward it.
What library do I need to implement this? (I don't think hunchentoot
has an email client. I could be wrong. Never work with email before.)
Search cliki.net for email, and imap, there are several libraries.
In particular, mel-base seems interesting: http://www.cliki.net/mel-base
--
__Pascal Bourguignon__
.
- Follow-Ups:
- References:
- Need Help: Setup up a Craigslist-like email forwarding server
- From: HalfEmpty
- Need Help: Setup up a Craigslist-like email forwarding server
- Prev by Date: Re: What do you LISPers think of Haskell?
- Next by Date: Re: What do you LISPers think of Haskell?
- Previous by thread: Need Help: Setup up a Craigslist-like email forwarding server
- Next by thread: Re: Need Help: Setup up a Craigslist-like email forwarding server
- Index(es):
Relevant Pages
|