owainlewis / clojure-mail

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

Let user handle connection errors #30

Closed shmish111 closed 8 years ago

shmish111 commented 8 years ago

For https://github.com/owainlewis/clojure-mail/issues/28

I also saw that errors while reading a message won't be recorded, nil is returned for each field and there will be no overall Exception. I thought it's better to make sure all errors are recorded in an :errors field whilst still populating all the fields possible.

shmish111 commented 8 years ago

Sugar, got this mixed up with another PR