owainlewis / clojure-mail

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

imaps port 995, not 943 #40

Open kurt-o-sys opened 8 years ago

kurt-o-sys commented 8 years ago

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

jgerman commented 8 years ago

Well that explains my issue with getting to gmail.

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

rutchkiwi commented 8 years ago

any updates on this? Would be nice

russellwhitaker commented 8 years ago

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

owainlewis commented 5 years ago

New version 1.0.8 just released which should fix this.