Rich Hickey wrote:

> People regularly post here about Clojure libraries they are working
> on, and it is great to see the explosion of new libs for Clojure!
>
> I'd like to try to get a directory of Clojure libs together and up
> on the Clojure site. Towards that end, I'd appreciate it, if you
> are the author of a Clojure library (including contrib authors!),
> you reply in this thread with:
>
> The name of your library
> Library home page URL
> Your name
> Category (db, web, UI, parsing etc)
> License
> A one-paragraph description. Include 3rd party dependencies if any.

Name: Postal
URL: http://github.com/drewr/postal/tree/master
Author: Drew Raines
Category: Mail, protocols, networking
License: MIT
Description: Postal is a library for constructing and sending
             RFC822-compliant Internet email messages. It wraps the
             JavaMail package for message and SMTP support. It
             supports sendmail natively.

Since email is such a common need, this might make more sense as a
contrib component.  It scratched an itch I had in a recent project,
so I went ahead and modularized it on its own, but I'd be happy to
merge this in as clojure.contrib.mail so we all have fewer jars to
wrangle.

-Drew


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Clojure" group.
To post to this group, send email to clojure@googlegroups.com
To unsubscribe from this group, send email to 
clojure+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/clojure?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to