Hi,
I am connecting to zimbra using the following java method:
store.connect(host, port, username, password);
Now, I would like to explicitly set a connection timeout value for this connection using java. I have used zimbra connection timeout using SoapHTTPTransport, but I do not know how to give that here.
Could anyone please help me out here?
Thanks in Advance.