https://github.com/oetiker/zimbra-expect
Zimbra::Expect - Interact with zmprov and zmmailbox from Perl
https://github.com/oetiker/zimbra-expect
perl-module zimbra zimbra-api
Last synced: 3 months ago
JSON representation
Zimbra::Expect - Interact with zmprov and zmmailbox from Perl
- Host: GitHub
- URL: https://github.com/oetiker/zimbra-expect
- Owner: oetiker
- License: gpl-3.0
- Created: 2017-05-16T07:25:36.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2018-07-29T19:13:38.000Z (almost 7 years ago)
- Last Synced: 2025-01-22T09:42:08.569Z (4 months ago)
- Topics: perl-module, zimbra, zimbra-api
- Language: Perl
- Size: 26.4 KB
- Stars: 0
- Watchers: 3
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGES
- License: LICENSE
- Authors: AUTHORS
Awesome Lists containing this project
README
Zimbra::Expect
==============For commandline administration of Zimbra the tools zmprov and zmmailbox
are very handy. They have one BIG disadvantage though, they take ages to
start. Some think the commands themselves are slow, but this is not the
case. Once they are up and running they are reasonably fast.With this package you can start zmprov or zmmailbox once and then
communicate with them from a Perl script.To get you started, have a look at the sample application in the
examples directory.Enjoy
Tobi Oetiker