Initial commit of dump_webapp_signatures.py

This commit is contained in:
Mark de Bruijn
2016-10-17 16:20:04 +02:00
parent 9b51e42fed
commit 67bd0abfa4
2 changed files with 45 additions and 0 deletions

View File

@@ -50,3 +50,12 @@ python webapp_settings.py --user user --backup
```python
python webapp_settings.py --user user --restore
```
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.)
#### Usage:
```python
python dump_webapp_signatures.py --user user
```