We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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'.
The text was updated successfully, but these errors were encountered:
Well that explains my issue with getting to gmail.
Passing in a vector with the host and port works as the override though.
Sorry, something went wrong.
any updates on this? Would be nice
@rutchkiwi looks like this was addressed in the github repo with a fix months ago, but an associated artifact was never deployed to Clojars.
New version 1.0.8 just released which should fix this.
No branches or pull requests
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'.
The text was updated successfully, but these errors were encountered: