clojure-mail icon indicating copy to clipboard operation
clojure-mail copied to clipboard

imaps port 995, not 943

Open kurt-o-sys opened this issue 9 years ago • 4 comments

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 'https://github.com/owainlewis/clojure-mail/issues/33'.

kurt-o-sys avatar Jan 15 '16 08:01 kurt-o-sys

Well that explains my issue with getting to gmail.

Passing in a vector with the host and port works as the override though.

jgerman avatar Jan 19 '16 16:01 jgerman

any updates on this? Would be nice

rutchkiwi avatar Apr 27 '16 11:04 rutchkiwi

@rutchkiwi looks like this was addressed in the github repo with a fix months ago, but an associated artifact was never deployed to Clojars.

russellwhitaker avatar Jun 29 '16 21:06 russellwhitaker

New version 1.0.8 just released which should fix this.

owainlewis avatar Jun 25 '19 19:06 owainlewis