owainlewis / clojure-mail

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

Add missing store parameter, and remove warning. #18

Closed grammati closed 9 years ago

grammati commented 9 years ago

Some functions were not passing through the store parameter, but accidentally relying on the thread-bound store instead.

Also, removed warning for replacing "list" from clojure.core. It turns out that doing this actually causes a NPE when compiling (eg: lein uberjar) a project that depends on clojure-mail.