when using imaps, the 'port' in clojure-mail sets to 9**4**3. This is wrong and should be 9**9**3 for imaps: https://github.com/owainlewis/clojure-mail/blob/master/src/clojure_mail/core.clj#L69 This is slightly related to 'https://github.com/owainlewis/clojure-mail/issues/33'.
when using imaps, the 'port' in clojure-mail sets to 943. This is wrong and should be 993 for imaps:
https://github.com/owainlewis/clojure-mail/blob/master/src/clojure_mail/core.clj#L69
This is slightly related to '#33'.