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.
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
storefunction 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 aString, the default ones would be used.Thanks and regards.