Hi,
I would like to modify the zimbraAllowFromAddress within a Zimlet.
I retrieve the information with something like:
Code:
var soapDoc = AjxSoapDoc.create("GetInfoRequest", "urn:zimbraAccount");
var node = soapDoc.set("name", appCtxt._activeAccount.getEmail());
var result = appCtxt.getAppController().sendRequest({soapDoc: soapDoc}); But how can I change it?