4

Are there any java or clojure mail libraries out there that do what lamson does? In particular, the mail routing features of lamson are very cool http://verpa.wordpress.com/2010/11/13/making-your-webapp-react-to-emails-with-lamson-pt-2/ are there any thing like that for the jvm?

octopusgrabbus
  • 10,555
  • 15
  • 68
  • 131
zcaudate
  • 13,998
  • 7
  • 64
  • 124

1 Answers1

3

JavaMail is rather sophisticated and can send mail via STMP and receive using POP3 and IMAP. You can build a layer to route mails yourself. Maybe Apache JAMES is useful for you too.

ordnungswidrig
  • 3,140
  • 1
  • 18
  • 29