owainlewis / clojure-mail

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

IllegalArgumentException if fields aren't set #76

Closed ghost closed 3 years ago

ghost commented 3 years ago

It seems that the following methods throw an IllegalArgumentException if their respective fields are empty:

Have a look at the stack trace.

ghost commented 3 years ago

My bad, I was using the function clojure-mail.message/read-message on an array without a map.