jeremyheiler / lime

A mail library for Clojure.
http://limemail.org
Other
21 stars 0 forks source link

Suggestion: Lime in Clojars? #1

Open mountain opened 11 years ago

mountain commented 11 years ago

Hi Jeremy,

How about create a jar and deploy it to clojars? So that many others could use your work?

Regards, Mingli

jeremyheiler commented 11 years ago

Thanks for the suggestion Mingli. Currently, I don't think Lime is built out enough for it to be worth releasing yet. There's a lot more work that needs to be done to replicate the functionality of JavaMail. On the bright side, I am working on a Lime spec (à la Ring) where I hope to have a pure Clojure implementation as well as a JavaMail one.

Stay tuned ;-)

mountain commented 11 years ago

On the Lime spec:

I just found https://github.com/jhickner/smtp-mail in Haskell, it might be helpful.