owainlewis / clojure-mail

A Clojure library for parsing, downloading and reading email from IMAP servers.
202 stars 54 forks source link

Add :subject key back into read-message map #39

Closed mkremins closed 8 years ago

mkremins commented 8 years ago

Since commit 420267c1d4aef063c2e1c89728199ad9cdc7fcb3, it looks like the :subject key has been missing from the maps returned by read-message. This patch restores the missing field.

owainlewis commented 8 years ago

Thanks