clojure-mail icon indicating copy to clipboard operation
clojure-mail copied to clipboard

Always return array from clojure-mail.message/message-body

Open razum2um opened this issue 6 years ago • 0 comments

I mean here https://github.com/owainlewis/clojure-mail/blob/b73d63f/src/clojure_mail/message.clj#L158 return [(msg->map part)] in order to always be consistent. Since PersistentArrayMap is also sequable currently it may lead to error somewhere deep in stack.

Downside: this is obviously a breaking change :(

razum2um avatar Mar 28 '19 05:03 razum2um