owainlewis / clojure-mail

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

add fetch-messages function to pre-fetch a sequence of messages #32

Closed shmish111 closed 8 years ago

shmish111 commented 8 years ago

I wanted to read an entire folder in one go but by default each message (and seemingly each field) is read individually, this PR makes things much much faster when you want to deal with lots of messages.

owainlewis commented 8 years ago

Thanks. Happy to merge this. Will update Clojars for you as well.

owainlewis commented 8 years ago

New version is here [io.forward/clojure-mail "1.0.3"] Thanks