owainlewis / clojure-mail

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

possible memory leak? #60

Open daonsh opened 7 years ago

daonsh commented 7 years ago

Hi,

Is there any need to do any memory cleanup to free the used memory? I'm suspecting a memory leak after using search-inbox many times, just checking if you have any foolproof recommendation on how to make sure memory is released.