owainlewis / clojure-mail

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

change imaps port to 993, allow custom port #43

Closed kurt-o-sys closed 8 years ago

kurt-o-sys commented 8 years ago

imap -> 143 imaps -> 993 any number <65536 -> number (no test for negative ports for now...) anything else: 993

including updated tests this time :).

owainlewis commented 8 years ago

Thanks :+1: