Commit 909af3a2 authored by Patricio Bruna's avatar Patricio Bruna

Added ZimbraMail

parent 2e9f1a9d
{
"name": "zimbra-admin-api-js",
"version": "0.3.9",
"version": "0.3.10",
"main": "src/index.js",
"engines": {
"node": ">=6.2"
......
This diff is collapsed.
......@@ -1104,6 +1104,15 @@ var zimbraAdminPassword = process.env.ZIMBRA_PASSWORD || '12345678';
done();
});
})
// it('zimbraMail: should list the folders', function(done){
// let api = new ZimbraAdminApi(auth_data);
// api.getFolder({}, function(err, data){
// if (err) console.log(err);
// console.log(data.GetFolderResponse.folder)
// done();
// });
// });
});
})();
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment