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

Allow connecting to non-standard ports

Open c-garcia opened this issue 10 years ago • 3 comments

Hi,

It would be useful to be able to specify the server port when creating the store. As a nice byproduct, this will make possible to create integration tests with Greenmail.

How to maintain the store function as backwards compatible is another story. Having it as multi-arity makes this a small challenge. As a suggestion, to specify the port, the server parameter could be passed as a vector [host port]. If passed as a String, the default ones would be used.

Thanks and regards.

c-garcia avatar Nov 18 '15 22:11 c-garcia

I am also wondering if there is any way to use other port number since there is already a parameter for protocol.

shisoft avatar Nov 19 '15 19:11 shisoft

Closed despite of this is not released to clojars. I don't know how you want to handle this. If I need to re-open, just let me know please.

c-garcia avatar Nov 20 '15 08:11 c-garcia

TODO: New release

owainlewis avatar Nov 20 '15 09:11 owainlewis