Hacker News new | ask | show | jobs
by jsjohnst 2878 days ago
Name your language of choice and I’ll link you to a good one.
2 comments

Java
JavaMail API ;)
Does that have the ability to call a specified callback function when an email arrives from a specified sender?
It’s a full framework for handling almost everything a MUA would do (imap/pop, email parsing, mime parsing, sending email, etc), so yeah, it can do that. You’ll have a bunch of boiler plate code you’ll need, but a Google search will give you plenty of samples.
Clojure