I'm looking for a way to take an email message in plain text and parse it into something nicer for use in a Clojure project. The resulting data structure should allow me to quickly get the sender, subject, body and attachments.
There is a similar question to this but in Java:
Most libraries I found only support email sending and not necessarily parsing.