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'.