Move to own folder and add webapp-admin

This commit is contained in:
Robin van Genderen
2019-02-06 12:55:44 +01:00
parent 78ac1431f8
commit ea1f101839
2 changed files with 12 additions and 103 deletions

View File

@ -0,0 +1,12 @@
dump_webapp_signatures.py
=========================
Dumps all the signatures in a users Webapp to seperate files, meant as companion to the script setdefaultsignature.py as delivered with Webapp (see /usr/share/doc/kopano-webapp/scripts/signatures/ on your Webapp server.)
The files will be written in the current directory.
#### Usage:
```
python dump_webapp_signatures.py --user user
```