store.connect(host, port, auth.getUser(), auth.getPass());
currentFolder = store.getDefaultFolder();
}
this.incrementConnections();
} catch (Exception e) {
throw new ProtocolException("Failed to connected to IMAPS server " + host
+ " with username " + auth.getUser() + " : " + e.getMessage(), e);
}
}